As of now i do to get pod in specific cluster is there a python way to set kubernetes context for a virtual env , so we can use multiple context at the same time example : This should be equivalent of Answer This isn’t probably a rational solution, but anyway… At some time I used different kubectl versions for
Tag: microservices
Externalized configurations in python microservices
The Current State: I have some non-negligeble amount of microservices written in python. Each such microservice has its own yaml configuration file that is located in the git repo. We use dynaconf to read the configuraion. The Problem: At first it was fine, the configurations were relatively small and it was easy to maintain them. Time went by, and the