Using the Kubernetes Python Client with AWS
January 27, 2021 / 5 minute read
As someone who normally just uses `kubectl` and `helm` to talk to my Kubernetes
clusters, the idea of scripting modifications to my Kubernetes cluster was
exciting!! I cracked open the
`kubernetes-python` client and
started playing. TL;DR; We use the `boto3`, `eks-token`, and `kubernetes` python packages to
talk to an EKS ...
DevOps
Python
Programming
HowTo
AWS
Kubernetes