How to list EKS PODS from AWS lambda SDK

0

Good day!

Is there any way to list the eks pods of a specific namespace from AWS lambda python using SDK?.

(Alternative of kubectl get pods -n namespace)

I tried searching in the following documentation. But I could not find. Any better idea?

https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html

Thanks in advance

profile picture
asked a year ago1254 views
1 Answer
0
Accepted Answer

Hello,

I can find the example of how to do this in this GitHub link here.

There is also a blog post explaining the setup here.

Thanks, Manish

profile picture
Manish
answered a year ago
profile pictureAWS
EXPERT
reviewed 10 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions