Olete.in
Articles
Mock Tests
🧪 Kubernetes MCQ Quiz Hub
Kubernetes Mcq Question Set 2
Choose a topic to test your knowledge and improve your Kubernetes skills
1. Which of the following commands allow you to validate a cluster created with Kubernetes operations?
kubectl validate cluster
kubeadm validate cluster
kops validate cluster
None of the above
2. What is the default Service type (ServiceType) if you do NOT specify a value?
LoadBalancer
NodePort
ClusterIP
Ingress
3. What is the default protocol for a Service?
TCP
UDP
HTTP
SSH
4. What is the atomic unit of scheduling in K8s?
Pod
VM
Container
Deployment
5. Which of the following is true about Pods and IP addressing?
Pods only work with IPv6 addresses
All containers in a Pod get unique IP addresses
An external DHCP server is required for Pod IP addressing
All containers in a Pod share a single IP address
Submit