k8s Interview Questions
k8s Interview Questions
Kubernetes Basics
How would you define a Kubernetes Deployment and ReplicaSet? How are they
different?
How do you configure resource limits and requests in Kubernetes?
Explain the purpose of ConfigMaps and Secrets. How do they differ, and when
would you use each?
What are StatefulSets, and how are they different from Deployments?
Kubernetes Storage
Explain the difference between Persistent Volumes (PV) and Persistent Volume
Claims (PVC).
What is a StorageClass, and why is it used in Kubernetes?
How would you handle storage for stateful applications in Kubernetes?
CKA-Specific Topics
Advanced Topics
Practical Tips:
Practice: Set up a local Kubernetes cluster (e.g., Minikube, Kind) and practice
creating deployments, services, and using kubectl.
Explore Resources: Familiarize yourself with CKA exam tasks, such as setting up
etcd backup/restore, configuring kube-scheduler, or troubleshooting pod failures.
Review YAML: Understand common configurations like Pod, Deployment,
StatefulSet, Service, and NetworkPolicy YAML files.