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

EKS Tagging #82

Closed
praveenchandran opened this issue Dec 28, 2018 · 9 comments
Closed

EKS Tagging #82

praveenchandran opened this issue Dec 28, 2018 · 9 comments
Labels
EKS Amazon Elastic Kubernetes Service Proposed Community submitted issue

Comments

@praveenchandran
Copy link

Hello,

Are there any plans to enable tagging for EKS clusters ?

Thanks
Praveen Chandran

@praveenchandran praveenchandran added the Proposed Community submitted issue label Dec 28, 2018
@mogren mogren added the EKS Amazon Elastic Kubernetes Service label Jan 11, 2019
@derBroBro
Copy link

We see the need also. Reason is that EKS is currently showing up as untagged costs.

@mikesimons
Copy link

Given the importance of tags to managing AWS resources how does this keep getting overlooked on new AWS services?

@tabern
Copy link
Contributor

tabern commented Jun 17, 2019

Yes @praveenchandran - we are working on this.

Feature details
Ability to tag EKS clusters. EKS will allow you to associate AWS tags to your EKS clusters for organization and cost allocation.

Note
This is solely tagging support for the EKS cluster object within AWS. This is not support for using EKS to propagate tags to other AWS resources. For this feature proposal see #374

@AlexHornDev
Copy link

glad it's being worked on - we'll use it when it's ready. Any ETA ? 2019 ? 2020 ? thanks !

@tabern
Copy link
Contributor

tabern commented Sep 11, 2019

@AlexHornDev coming soon!

@tabern
Copy link
Contributor

tabern commented Sep 16, 2019

Amazon EKS now supports adding AWS tags to your clusters.

These tags can be used to control access to the EKS API for managing the cluster using IAM.

Note Tags added to an EKS cluster are specific to the AWS EKS cluster resource, they do not propagate to other AWS resources used by the cluster such as EC2 instances or load balancers. Today, cluster tagging is supported for all new and existing EKS clusters via the AWS API, Console, and SDKs.

Support for tagging clusters using CloudFormation and the eksctl command line tool is coming soon. We are updating the AWS console to support adding tags to EKS clusters. This change takes a little while to deploy and will become available region by region over the next week.

Links

@tabern tabern closed this as completed Sep 16, 2019
@AlexHornDev
Copy link

fantastic !!! nice work !!!

@bjjsre
Copy link

bjjsre commented Jan 23, 2020

@tabern Any chance this can get propagated to cloudformation? It'd be convenient for implementation in eksctl since that uses cloudformation under the hood. Otherwise it'll have to make separate API calls to tag after the fact. It's not listed in the docs https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html and indeed when I try it I get Property validation failure: [Encountered unsupported properties in {/}: [Tags]].

@bjjsre
Copy link

bjjsre commented Jan 23, 2020

aws-cloudformation/cloudformation-coverage-roadmap#200 - Looks like it's tracked here if anyone else finds this thread first as I did.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
EKS Amazon Elastic Kubernetes Service Proposed Community submitted issue
Projects
None yet
Development

No branches or pull requests

7 participants