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