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

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

How Can I Properly Kill A Celery Task In A Kubernetes Environment?

How can I properly kill celery tasks running on containers inside a kubernetes environment? The str… Read more How Can I Properly Kill A Celery Task In A Kubernetes Environment?

Kubernetes Python Client Equivalent Of "kubectl Wait --for " Command

I am using kubernetes-client/python and want to write a method which will block control until a set… Read more Kubernetes Python Client Equivalent Of "kubectl Wait --for " Command

Azure Kubernetes - Python To Read Configmap?

I am trying to Dockerize the python application and want to read the configuration settings from th… Read more Azure Kubernetes - Python To Read Configmap?

How Can I Properly Kill A Celery Task In A Kubernetes Environment?

How can I properly kill celery tasks running on containers inside a kubernetes environment? The str… Read more How Can I Properly Kill A Celery Task In A Kubernetes Environment?

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?