Custom controller for Kubernetes to manage docker config secret for private docker repos ECR.
1.9.3 <= Kubernetes version <= 1.13.0
- Observing namespace event such as create, update and delete
- Automatically create/update/delete private docker repo secret to namespaces
- Automatically refresh secret in a given period (default two hourly)
Deploy to kubernetes cluster via Helm. Details see here
The codes work in go 1.11.2. Package management is using go modules.