Sunday, January 22, 2023

Kubernetes Python client on AWS EKS Step by Step Demo


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: