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

How To Provide Env Variable From K8s To A Python App During The Docker Run

I have a docker file in which I am hardcoding the env variables for now as it gets injected in the … Read more How To Provide Env Variable From K8s To A Python App During The Docker Run

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?

How To Get Pod Cpu And Memory Usage From Metrics-server?

I currently have metric server installed and running in my K8s cluster. Utilizing the the kubernete… Read more How To Get Pod Cpu And Memory Usage From Metrics-server?

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?

Kubernetes Weirdness: Cannot Visit Localhost, But Can Use Curl

I am following this tutorial: https://kubernetes.io/blog/2019/07/23/get-started-with-kubernetes-usi… Read more Kubernetes Weirdness: Cannot Visit Localhost, But Can Use Curl

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