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

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?

Ansible K8s Module: Failed To Import The Required Python Library (openshift) On Python /usr/bin/python3

The env Ansible 2.9.6 (python3) Tried to run a simple playbook - hosts: master gather_facts: no… Read more Ansible K8s Module: Failed To Import The Required Python Library (openshift) On Python /usr/bin/python3

Gcp Cloud Function - Could Not Find Kubectl On The Path

i'm writing this Google Cloud Function (Python) def create_kubeconfig(request): subprocess.… Read more Gcp Cloud Function - Could Not Find Kubectl On The Path