Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Query and list Kubernetes objects inside an EKS cluster #539

Open
vcach opened this issue Jul 31, 2024 · 1 comment
Open

Query and list Kubernetes objects inside an EKS cluster #539

vcach opened this issue Jul 31, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@vcach
Copy link

vcach commented Jul 31, 2024

Feature name
Support for Kubernetes objects

Is your feature request related to a problem? Please describe.
The solution only gets resources from the EKS APIs but not the objects running inside the cluster

Describe the feature you'd like to see implemented
Get, list and show objects inside an EKS cluster (pods, deployments, namespaces, services, etc)

Describe the value this feature will add to AWS Perspective
Automatically generate detailed EKS diagrams including objects running inside the cluster

Describe alternatives you've considered
Tools like K8sviz

Additional context
https://github.com/mkimuram/k8sviz/blob/master/examples/wordpress/default.png

@vcach vcach added the enhancement New feature or request label Jul 31, 2024
@svozza
Copy link
Contributor

svozza commented Aug 2, 2024

This would definitely be a good addition but I am concerned about the complexity that would be required to give the discovery process access to make the various API requests to discovery the Kubernetes objects across multiple clusters. From my understanding, each cluster would have to be configured to give the ECS task permission to query it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants