Question 1: KUBERNETES- Cluster Networking Basics
In Kubernetes, what is the main principle of cluster networking?
Question 2: KUBERNETES- Service Types
Which Kubernetes Service type exposes an application externally with a cloud provider’s load balancer?
Question 3: KUBERNETES- Code Snippet (NodePort Service)
What does this YAML define?
Question 4: KUBERNETES- DNS Service Discovery
How do pods discover other services in Kubernetes?
Question 5: KUBERNETES- Ingress Purpose
What is the main role of an Ingress in Kubernetes?
Question 6: KUBERNETES- Code Snippet (Ingress Example)
What is the function of this YAML snippet?
Question 7: KUBERNETES- Network Policies
What is the purpose of a NetworkPolicy in Kubernetes?
Question 8: KUBERNETES- Code Snippet (Simple NetworkPolicy)
What does this NetworkPolicy allow?
Question 9: KUBERNETES- Headless Services
What is a headless service in Kubernetes?
Question 10: KUBERNETES- Port Mapping in Services
In a Service YAML, what does targetPort define?