Skip to content Skip to sidebar Skip to footer
Showing posts with the label Kubernetes

Kubernetes Python Api Client: Execute Full Yaml File

Kubernetes has a very nice official Python API client. The API client assumes that you will be crea… Read more Kubernetes Python Api Client: Execute Full Yaml File

Python 2.7 On Openshift V3: Update Setuptools Before Build?

When installing cryptography package I get the following error: Invalid environment marker: platfor… Read more Python 2.7 On Openshift V3: Update Setuptools Before Build?

Clone Kubernetes Objects Programmatically Using The Python Api

The Python API is available to read objects from a cluster. By cloning we can say: Get a copy of a… Read more Clone Kubernetes Objects Programmatically Using The Python Api

How To Create Secrets Using Kubernetes Python Client?

I have been trying to play around with creating secrets for Kubernetes cluster using the python cli… Read more How To Create Secrets Using Kubernetes Python Client?