Kubernetes Python client is used to perform operations on Kubernetes resources in the cluster from your Python code.
Pre-requisites:
- A Running Kubernetes Cluster (Note: I am using AWS EKS cluster)
- Install Kubernetes client for Python with pip by using command: pip install kubernetes
- kubectl utility to verify the resources (Optional)
All the code files used in this video are present in my github repo and the link is in video description.
No comments:
Post a Comment