Kubernetes architecture is purely API-driven. The cornerstone of Kubernetes is the reconciliation loop, which has at its core the controller pattern that helps in achieving and maintaining the desired state.
- Kubernetes config: contexts
- kubectl cheatsheet
- From container to pod article
- Ingress nginx deprecation
- Logging pipeline repo