kubernetes-python-client

How to read a Kubernetes Deployment with python kubernetes client

How to read a Kubernetes Deployment with python kubernetes client Question: what is python kubernetes client equivalent for kubectl get deploy -o yaml CRUD python Client example i referred this example for getting python deployment but there is no read deployment option Asked By: Pradeep Padmanaban C || Source Answers: read_namespaced_deployment() does the thing: from …

Total answers: 2