Sun, December 8, 2024 1 min read Switch between AKS clusters quickly #Azure #Kubernetes #CLI Quickly switch kubectl context between multiple AKS clusters using az aks get-credentials. read more →
Mon, March 17, 2025 1 min read Quickly decode Kubernetes secrets from the terminal #Kubernetes #CLI #bash A quick one-liner to decode Kubernetes secrets without copying values around. read more →
Sun, January 5, 2025 1 min read Add health checks to a .NET API #dotnet #Kubernetes #Tutorial Add /health and /ready endpoints to your .NET API for Kubernetes probes and load balancer checks. read more →
Sun, September 1, 2024 1 min read Debug a running pod in Kubernetes #Kubernetes #CLI #Tutorial Quick kubectl commands to inspect logs, exec into pods, and debug crashed containers. read more →