I use this page to group my Kubernetes posts, from production reliability notes to small tools that make cluster work easier.
Reliability and operations
- Why Graceful Shutdown Matters in Kubernetes - practical rollout behavior, SIGTERM handling, and test results.
- Kubernetes In-Place Pod Resize - notes on resizing pod resources without recreating pods.
Access and delivery
- OAuth2-proxy: protect services in kubernetes - protecting internal services with OAuth2 Proxy and Pocket ID.
- Oauth2 Proxy for Kubernetes Services - older OAuth2 Proxy guide kept as historical context.
- Deploy SPA application to Kubernetes - deploying a single page app with Nginx, Docker, Service, and Ingress.
Tools
- kubectl-find - project page for my UNIX-find-like
kubectlplugin. - kubectl-find - UNIX-find-like plugin to find resources and perform action on them - launch note and feature overview.