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.
Back up your CloudNativePG cluster to an S3-compatible storage using the Barman Cloud Plugin.
Manage your Kubernetes cluster with ease using the K9s utility.
Run your own Docker registry using Cloudflare R2 as your storage backend.
Host your own PostgreSQL database inside Kubernetes using the CloudNativePG operator.
Configure MicroCeph as shared storage for your MicroK8s cluster.