Improve Kubernetes intel module and EKS support #1537
Replies: 2 comments
-
technically, all resources belonging to a namespace would have the RESOURCE relation including pods, containers. i realize that's not explicitly shown on the diagram |
Beta Was this translation helpful? Give feedback.
-
Improving the K8S schema sounds like a solid move. Also, the idea of linking AWS resources to K8S nodes is a great idea. It lines up really well with this suggestion around abstraction levels: #1460 Feels very aligned with the thinking we had in this thread too:
One thing to keep in mind though, in the AWS intel module, I’d suggest keeping a clean separation between ingesting AWS resources and creating/linking the corresponding K8S nodes. That'll help keep things modular and easier to maintain down the line. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
i wanted to propose changes to the kubernetes intel module that improves the way the schema is structured and also adds support for linking it to AWS resources. so essentially any EKS cluster in AWS is a kubernetes cluster. making this change would allow us to run queries like "find all publicly exposed containers in an EKS cluster", "which containers have unencrypted EBS volumes", "what images are running on publicly exposed containers", etc.
currently our schema looks like A, but i think a better way to represent a kubernetes cluster would be B. in B, the yellow nodes indicate AWS resources
Beta Was this translation helpful? Give feedback.
All reactions