Technical - Kubernetes Flashcards
Control Plane Components
Worker Node Components
Kubelet
Service Mesh (w/examples)
CNI (w/examples)
Container Runtime (w/examples)
Headless Service
Service vs Ingress
How do cloud controller managers integrate with cloud providers
Deployment vs ReplicaSet vs StatefullSet
Horizontal Pod Autoscaler vs Horizontal Node Autoscaler
ConfigMap vs Secret (+ how to mount to pod)
How does a namespace provide isolation
How do pods / containers provide isolation
How is networking between pods enabled and restricted
Trace the network path from a cloud services network edge to a pod
Kube-scheduler (+taints, affinity, and tolerations)
Best practices for securing kubernetes clusters
Helm vs Kustomize
Liveness vs Readiness vs Startup Probes
How would you implement a rolling, blue green, and canary deployment in kubernetes
Static pods
Init containers
RBAC in Kubernetes