MCQs | Kubernetes/Kubernetes Mcq Question Set 2 Sample Test,Sample questions

Question:
What is the default protocol for a Service?

1.TCP

2.UDP

3.HTTP

4. SSH


Question:
What is the atomic unit of scheduling in K8s?

1. Pod

2.VM

3.Container

4.Deployment


Question:
What is the default Service type (ServiceType) if you do NOT specify a value?

1.LoadBalancer

2.NodePort

3.ClusterIP

4. Ingress


Question:
Which of the following commands allow you to validate a cluster created with Kubernetes operations?

1.kubectl validate cluster

2.kubeadm validate cluster

3.kops validate cluster

4.None of the above


Question:
Which of the following is true about Pods and IP addressing?

1.Pods only work with IPv6 addresses

2. All containers in a Pod get unique IP addresses

3.An external DHCP server is required for Pod IP addressing

4.All containers in a Pod share a single IP address


More MCQS

  1. Kubernetes Mcq Question Set 1
  2. Kubernetes Mcq Question Set 2
Search