A curated collection for various YAMLs for understanding, debugging and testing for Kubernetes.
- ConfigMap
- CRD
- DaemonSet
- Deployment
- Jobs_and_CronJobs
- LimitRange
- Namespace
- Pod
- PV_and_PVC
- ReplicaSets
- ResourceQuota
- Secrets
- Service
- StatefulSets
- StorageClass
- Demo application for "Kubernetes Up and Running"
- Random Generator Service (example used in "Kubernetes Patterns" examples)
- Guestbook and Wordpress
- A compiled list of links to public failure stories related to Kubernetes.
- Learnings From Two Years of Kubernetes in Production
- Kubernetes 101: Pods, Nodes, Containers, and Clusters
- What even is a container: namespaces and cgroups
- The Almighty Pause Container
- Kubernetes Networking
- How does the Kubernetes scheduler work?
- Kubernetes deep dive: API Server
- What happens when I type kubectl run?
- Kubernetes - The Hard Way
- kubernetes-security-best-practice
- K8s-Patterns