What is the default protocol for a Service?
1.TCP
2.UDP
3.HTTP
4. SSH
Posted Date:-2022-03-09 06:52:07
What is the atomic unit of scheduling in K8s?
1. Pod
2.VM
3.Container
4.Deployment
Posted Date:-2022-03-09 06:52:47
What is the default Service type (ServiceType) if you do NOT specify a value?
1.LoadBalancer
2.NodePort
3.ClusterIP
4. Ingress
Posted Date:-2022-03-09 06:51:36
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
Posted Date:-2022-03-08 08:50:29
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
Posted Date:-2022-03-09 06:53:16