Kubernetes
2 sections tagged Kubernetes.
Quick note
Quick reference
Questions & answers
Part 14: Kubernetes Deep Dive
- How does a pod get scheduled in Kubernetes
- How do you handle a node that goes NotReady
- What is the difference between a Deployment and a StatefulSet
- How do you troubleshoot a pod stuck in CrashLoopBackOff or Pending
- How do resource requests and limits work and what are QoS classes
- How do Services work and what are the types
- What is the difference between liveness and readiness probes
- How do rolling updates and rollbacks work in Kubernetes
- How does RBAC work and how do you debug a permission denied error
- How does EKS differ from self-managed Kubernetes
- How do Network Policies work and how do you debug connectivity issues