Accessing the Cluster: Understanding the Protocol
Learn how the different components in our cluster communicate with each other.
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 ...