How Kubernetes runs resources
Nov 25, 2023 · 1 min read · I am reading Marko Lukša's Kubernetes in Action book (first edition), and it explains well how a resource (Deployment, for example) is created in Kubernetes.Control Plane components and nodes are watching for changes through the API Server. Here's w...
Join discussion

