Blog

Thoughts on development, infrastructure, and the tools I use.

15 posts tagged "kubernetes"

Deploying a FastAPI app to Kubernetes with health probes

Health probes can be configured in Kubernetes deployments to monitor if our pods are working as expected and are ready to receive traffic.

MicroK8s: Configure Garbage Collection to reduce used space

MicroK8s keeps unused images on storage until garbage collector deletes them. You can change the threshold to reduce used space.

CloudNativePG: Run a PostgreSQL cluster using Barman Cloud Plugin

Back up your CloudNativePG cluster to an S3-compatible storage using the Barman Cloud Plugin.

CloudNativePG: Run PostgreSQL inside Kubernetes

Host your own PostgreSQL database inside Kubernetes using the CloudNativePG operator.

Kubernetes: Make a control plane node a worker

Configure a Kubernetes control plane node to schedule workloads in small clusters.