Skip to content

List EKS resources #4711

Discussion options

You must be logged in to vote

Hi @brunomiranda-hotmart ,

Based on this doc, it is not possible to get resource information using the SDK.

You can view the Kubernetes resources deployed to your cluster with the AWS Management Console. You can't view Kubernetes resources with the AWS CLI or eksctl. To view Kubernetes resources using a command-line tool, use kubectl.

For all intents and purposes the CLI and SDK work the same way, both auto-generated from the EKS API model. Since the EKS API does not have an operation to view resources on a cluster, it will not be available on the SDK.

There's DescribeCluster but I don't think this will get you what you are looking for.

Let me know if theres anything else I can do to help.

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by brunomiranda-hotmart
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
2 participants