Exploring the Flexibility of Kubernetes
Nov 2 · 4 min read

Pictures are worth a thousand words. The diagram above is the most important diagram in understanding how Kubernetes is designed and works at a higher level. It explains how the different components in the system work with each other to coordinate as a jazz improv.
Generally, this is the sequential flow of the system:
- Client sends a request for a Deployment to the API…


