How does Kubernetes handle service discovery and load balancing?
- Manually configuring each service individually
- Relying on external tools not related to Kubernetes
- Through built-in mechanisms like kube-dns and kube-proxy
- Using static IP addresses
Kubernetes handles service discovery and load balancing through built-in mechanisms like kube-dns and kube-proxy. These components automatically manage DNS for the cluster and ensure that traffic is distributed evenly among the available instances of a service.
Loading...
Related Quiz
- What is the purpose of a feature branch in Gitflow?
- What is a Dockerfile used for in Docker containerization?
- Which of the following elements is used to define a table row in HTML?
- How does the query execution plan contribute to query optimization?
- What is the role of a viewport in responsive design?