This message was deleted.
# kubernetes
s
This message was deleted.
g
cc @breezy-hamburger-69619
b
For 1) here’s an example of all the resources that can be tagged in AWS: https://github.com/pulumi/pulumi-eks/blob/master/nodejs/eks/examples/tags/index.ts For 2) IIUC, you want to tag a SS with AWS tags? k8s resources don’t support traditional AWS tagging. You’d have to add that in as labels or annotations on the SS
h
@breezy-hamburger-69619 Thanks for 1). will check it out. Regarding 2), it is really not K8 resource. it is aws eb2 volume created by statefulset. I don't a see a way to add tag the volume. Do you see anyway? I am trying to understand the cost metrics for a stack that is spinning up mainly ec2, ebs, loadbalancers. I was able to add loadbalancer tags but not ebs.