...

/

Summary: Kubernetes API

Summary: Kubernetes API

Review the concepts learned in this chapter.

We'll cover the following...

Recap

Now that we've read the chapter, all of the following should make sense. But don't worry if some of it is still confusing. APIs can be hard to understand, and the Kubernetes API is large and complex.

Anyway, here goes…

Kubernetes is an API-driven platform, and the API is exposed internally and externally via the API server.

The API server runs as a control plane service, and all internal and external clients interact with the API via the API server. This means our ...