Kubernetes under the hood by Tymofii Polekhin

Kubernetes under the hood by Tymofii Polekhin

988 Lượt nghe
Kubernetes under the hood by Tymofii Polekhin
We covered the overview of the Kubernetes platform, desired state model, main components and their roles in a process of achieving the desired cluster state. Went through the process of creating a deployment object in Kubernetes and how it ends up with 3 pods running on the nodes. Discussed Kubernetes networking model and looked at how services, endpoints and kube-proxy provide a connectivity for containers running inside the cluster.