December 2022
Intermediate to advanced
326 pages
5h 20m
English
In the first part of this book, you learned that the Kubernetes API is organized in groups. The groups contain one or more resources, each of them being versioned.
To work with the Kubernetes API in Go, there exist two fundamental libraries. The API Machinery Library1 provides the tools to communicate with the API independently of the resources served by the API. The API Library2 provides the definitions of the native Kubernetes resources provided with the Kubernetes API, to ...