Kubernetes tagger offer the possibility to add tags on external services like EBS and Load balancer on AWS.
Why creating this project ? Because Kubernetes doesn't offer this feature for the moment.
For persistent volume, Kubernetes-tagger will watch for new persistent volumes and test if they can be processed.
When they can be processed, it will test if rules can be applied with actual tags present and Kubernetes data.
Once, this is done, kubernetes-tagger will apply the delta on the target provider.
The process is the same for services to allow tag on service with type LoadBalancer
.
For that, we have created a Helm Chart which is located in the "helm-chart" folder in this repository.
Just have a look on the README in the chart.
Of course, we accept contribution on the project.
To contribute on it, just read the contributing guidelines.