How to get Nodes using Kubernetes Python Client
Reading Time: 3 minutes Hello Readers! In this blog we will see how we can list the nodes inside any cluster using Kubernetes Python Client. As we all know that generally we use kubectl commands for creating, listing, updating, deleting the kubernetes resources. But In this blog we will see how we can use python for doing these things with nodes. Prerequisites: Before we move forward with getting nodes Continue Reading