July 2024
Beginner to intermediate
330 pages
6h 48m
English
Kubernetes is API-centric and the API is served through the API server. In this chapter, you’ll follow a typical API request as it passes through various security-related checks.
The chapter is divided as follows:
See Chapter 15 for an in-depth look at the API.
All of the following make CRUD-style requests to the API server (create, read, update, delete):
kubectl
Figure 14.1 shows the flow of a typical API request passing through the standard checks. The flow is the same, no matter where the request originates.
Read now
Unlock full access