GeistHaus
log in · sign up

Install Tools

kubernetes.io

Set up Kubernetes tools on your computer.

21 pages link to this URL
Kubernetes basics

Software writer, solutions architect, algorithms creator, #rust #java #python

0 inbound links article en dockerlinuxkubernetesapacheci/cdcroncssdatadlqgitgpghtmljavakafkamysqlnodejsphppythonrustsecuritysshsystem conceptsthoughtsubuntu
Scaling Kubernetes Pods using Prometheus Metrics

One of Kubernetes many features is auto-scaling workloads. Typically, Horizontal Pod Autoscalers scale pods based on CPU or memory usage. During other times we could better scale by using custom metrics that Prometheus is already scraping. Fortunately, Horizontal Pod Autoscalers can support using custom metrics.

1 inbound link article en posts CC BY-NC-SA 4.0
CNPG Recipe 24 - Migrating from Crunchy PGO to PostgreSQL 18 with CloudNativePG

A step-by-step guide to migrating a Crunchy PGO v6 PostgreSQL 17 database to PostgreSQL 18 with CloudNativePG, using a minimal operand image with the pgaudit extension as an OCI image volume for a smaller footprint and reduced attack surface.

0 inbound links article en My blog articles postgresqlpostgreskubernetesk8scloudnativepgcnpgdokdata on kubernetesmigrationcrunchypgoperconalogical-replicationpg-dumpmajor-upgradepostgresql-18publicationsubscription
K3s single-node cluster for noobs

Hey! Listen! This post is part of a series on my journey into K3s. Check them all out! Date URL Part 2022-12-07 K3s cluster updates Updates to the cluster build 2022-03-29 Kubernetes GUIs Exploring Kubernetes GUIs 2022-03-11 K3s single-node cluster for noobs Deploying K3s Introduction I’m starting a new job in the next few days that will require me to learn Kubernetes (often stylized as k8s). This post is not about what k8s is or why you want it (you can read about that here). My only objective for now is to have a single-node k8s cluster running in my homelab.

0 inbound links article en posts
OpenFaaS and HashiCorp Vault

How to use HashiCorp Vault secrets in your OpenFaaS functions

0 inbound links article en posts openfaasserverlesshashicorpvaultkubernetesdevopsOpenfaasServerlessHashicorpVaultKubernetesDevops CC BY-NC 4.0
kubectl apply

Learn how to install cert-manager using kubectl and static manifests

0 inbound links website en
kubectl apply

Learn how to install cert-manager using kubectl and static manifests

3 inbound links website en
K3s for Home Server the Easy Way pt. 1 - SSO, external access, traefik

I’ve always wanted to have my own home server. I’ve even bought Intel NUC for that which I intended to use, but I never got around to configuring it properly so it has gathered dust while not in use. But in motivation strike, I decided to finally get around to do it, and implement it. Infra automation not always the best way to move forward First of all, I don’t want to be it a maintanence burden at all. With that comes also the need to be able to recover from possible hardware failure easily (and by that I mean all the configuration has to be available somewhere without much manual work).

MySQL on K3s Cluster

Now that we have out cluster up and running, lets start by deploying a single instance of MySQL to it

0 inbound links article en K3sKubernetesRaspberry PICloudDockerDevelopment