Insert AWS metadata as Kubernetes Labels
- ec2tags
- availability zone
- instance type
Edit the labelgun.yml with approriate Environment Variable valuess for KUBE_MASTER
, AWS_REGION
and LABELGUN_INTERVAL
in seconds
kubectl create -f labelgun.yml
Note: this requries you have DaemonSets enabled https://github.com/kubernetes/kubernetes/blob/master/docs/design/daemon.md
No validation of aws tags to node tags ( ex. spaces are not supported in kube tags but they are for aws tags) Vungle#1