Skip to content
forked from Vungle/labelgun

Insert AWS metadata as Kubernetes Labels

Notifications You must be signed in to change notification settings

robatwave/labelgun

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

labelgun

Insert AWS metadata as Kubernetes Labels

Supported:

  • ec2tags
  • availability zone
  • instance type

Configure

Edit the labelgun.yml with approriate Environment Variable valuess for KUBE_MASTER, AWS_REGION and LABELGUN_INTERVAL in seconds

Launch the DaemonSet

kubectl create -f labelgun.yml

Note: this requries you have DaemonSets enabled https://github.com/kubernetes/kubernetes/blob/master/docs/design/daemon.md

Known Bugs

No validation of aws tags to node tags ( ex. spaces are not supported in kube tags but they are for aws tags) Vungle#1

About

Insert AWS metadata as Kubernetes Labels

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 75.4%
  • Shell 24.6%