Who has an IP-address in Kubernetes?
How does a Pod receive his ip address?
What is the initial challange with Networking in Kubernetes?
Example scenario: two nodes (192.168.1.2 and .3) with each one pod (10.244.0.2)
When a Kubernetes Cluster is set up, it does not handle automatically the issue, that both pods have the same internal IP
- Kubernetes expects us to set up a networking solution that meets two criterias
What criterias are expected from Kubernetes to be solved via a networking solution?
Name a few possible networking solutions?
Depending on the Platform, the Kubernetes cluster is deployed on
How does the networking work with multiple nodes in the cluster?
We use a custom networking to manage the network and assign different network addresses for each node in the network
- Creates a virtual network, where all nodes and pods are assigned their unique IP address