April 2018
Intermediate to advanced
374 pages
8h 35m
English
The preceding example also leverages a simple text fixture to provide us an instance of a Python Kubernetes client to interact with the cluster. The Python client can be awkward to use, since it is generated from an OpenAPI specification, and has class setups for each API endpoint, of which there are several. In particular, as sections of the Kubernetes API evolve through alpha, beta, and final release stages, these API endpoints will move, which means the client code you're using may need to change as you upgrade the version of the Kubernetes cluster with which you are interacting.
The python-kubernetes client does come with readily available source code and a generated index to all the methods, ...
Read now
Unlock full access