Kubernetes is often thought of as a container scheduler, and while it certainly knows how to schedule a container or two, the real value of kubernetes lies with its API.
This workshop kicks off with a high-level overview of the features that make the API so great. Then we'll dive a little deeper into the core components that comprise the API - namely Resources and Controllers.
There are practical exercises dotted throughout in order to solidify the concepts and to allow you to get more familiar with talking to the API.
- An understanding of why the kubernetes API is so good
- An understanding of how the kubernetes API works
- How to interact with the kubernetes API via
kubectl
- How to interact with the kubernetes API via
client-go