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.
Thoughts on development, infrastructure, and the tools I use.
15 posts tagged "kubernetes"
Health probes can be configured in Kubernetes deployments to monitor if our pods are working as expected and are ready to receive traffic.
Learn how to make Laravel trust the Traefik load balancer in a K8s deployment.
Replace the deprecated nginx-ingress with the new Traefik ingress addon on a MicroK8s deployment.
MicroK8s keeps unused images on storage until garbage collector deletes them. You can change the threshold to reduce used space.