Working with managed node groups and accessing tags via instance metadata service? #6241
Unanswered
danielloader
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html#work-with-tags-in-IMDS
I've read this document and I'd like to enable this option on an eksctl provisioned cluster and node groups, with the aim of being able to self identify which cluster I am in via metadata API access in pods for a custom logger.
Is this possible? Is it possible to put any arbitrary options in for metadata options?
I've used terraform to provision EKS before, and it was possible via this method - https://registry.terraform.io/modules/terraform-aws-modules/eks/aws/latest/submodules/eks-managed-node-group#input_metadata_options
Thanks
Beta Was this translation helpful? Give feedback.
All reactions