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

Auto-determine cluster name in EKS #133

Open
dylanratcliffe opened this issue Oct 3, 2023 · 0 comments
Open

Auto-determine cluster name in EKS #133

dylanratcliffe opened this issue Oct 3, 2023 · 0 comments

Comments

@dylanratcliffe
Copy link
Member

This is possible and will us relying on the user configuring the source correctly which is always a good thing for everyone involved.

  • We can use the IPDSv2 API to determine the details of the instance such as the region, ID etc
  • We can then use the EC2 API to get the tags from the instance
  • From the tags we can determine the name of the cluster, this can be validated by getting the cluster details

TODO: Work out how this would work in Fargate

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

No branches or pull requests

1 participant