workload-discovery-on-aws icon indicating copy to clipboard operation
workload-discovery-on-aws copied to clipboard

Query and list Kubernetes objects inside an EKS cluster

Open vcach opened this issue 1 year ago • 1 comments

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 avatar Jul 31 '24 13:07 vcach

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.

svozza avatar Aug 02 '24 14:08 svozza