Accessing the Cluster: Understanding the Protocol
Explore the role of AWS Elastic Load Balancer in establishing secure access to the Kubernetes API server, understand DNS configurations for kubectl access, and identify the need for additional load balancing to reach worker nodes.
We'll cover the following...
We'll cover the following...
Exploring the AWS ELB
We need a way to access the cluster. So far, we have seen that we can interact with the Kubernetes API. Every time we executed kubectl, it communicated with the cluster through the API server. That communication is established through AWS Elastic Load Balancer (ELB). Let’s take a quick look at it.
The output (limited to the relevant parts) is as follows:
Judging from the Listener section, we can see ...