Every node in a Kubernetes cluster has one address on the network the nodes share, and every pod has an address of its own, taken from its node's range. The simulator uses the cluster of the Top View : first the two kinds of address, then a pod getting its address, then a packet from pod to pod on one node and across …
Read MoreA Kubernetes cluster is a set of computers, called nodes, and a pod is a few processes running on one of them. The simulator shows a working cluster of five nodes and you at a workstation across the internet: first what runs on each node, then what happens when you run a single pod, then a Deployment, and finally what …
Read More