Posts

Showing posts with the label Kubernetes Interview

From Basics to Advanced: Kubernetes Interview Questions Explained

Image
  🟢 Basic Kubernetes Interview Questions What is Kubernetes? Why do we use Kubernetes? Difference between Docker and Kubernetes? What is a Pod in Kubernetes? What is a Node in Kubernetes? What is a Namespace? What is a Deployment in Kubernetes? What is a Service in Kubernetes? Types of Services in Kubernetes? What is a Kubelet? What is a Kubernetes Master Node? What are Labels and Selectors? What is ReplicaSet? What is the difference between ReplicaSet and Deployment? What is kubectl? (common commands) What are ConfigMaps? What are Secrets? Difference between Secret and ConfigMap? What is ETCD? What is Scheduler? What is Container Runtime in Kubernetes? 🟡 Intermediate Kubernetes Questions Difference between NodePort, ClusterIP, LoadBalancer? What is Ingress and Ingress Controller? What is Horizontal Pod Autoscaler (HPA)? What are taints and tolerations? What is Node Affinity vs Pod Affinity? What is DaemonSet? What is StatefulSet? Difference between StatefulSet and Deployment? Wh...