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

Failed To Find Application Object 'app' In 'app' Gunicorn

I am using a flask microservice with gunicorn to make requests to a service hosted on Google Kubern… Read more Failed To Find Application Object 'app' In 'app' Gunicorn

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?