witty-belgium-75866
10/26/2021, 9:18 AMkubeconfig
of an EKS cluster?
I want to pass it to the k8s.Provider
object in order to deploy stuff on the cluster.
thx!billowy-army-68599
10/26/2021, 2:02 PMaws eks update-kubeconfig
With Pulumi, you need to build it yourself, but it's easy enough to do. Here's an example in python:
https://github.com/pulumi/examples/blob/258d3bad0a00020704743e37911c51be63c06bb4/aws-py-eks/utils.py
let me know the language you're using and I can build an examplewitty-belgium-75866
10/26/2021, 2:44 PM