What is the default protocol for a Service?
1.TCP
2.UDP
3.HTTP
4. SSH
What is the atomic unit of scheduling in K8s?
1. Pod
2.VM
3.Container
4.Deployment
What is the default Service type (ServiceType) if you do NOT specify a value?
1.LoadBalancer
2.NodePort
3.ClusterIP
4. Ingress
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
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