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