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.