This message was deleted.
# aws
s
This message was deleted.
b
with pulumi, or in general? with the AWS cli you'd do:
Copy code
aws 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 example
w
Hi @billowy-army-68599 I'm doing it in Pulumi ( Python ) Actually I did the same thing like in the link that you have sent. thx!