Kubernetes + AWS ECR = ❤️
Makefile and YAML templates for automating the use of AWS Elastic Container Registry with Kubernetes.
Based off of this awesome Redsaid blog post.
Requirements
- Amazon ECR, along with your AWS account ID and the region your ECR is in
- AWS CLI
- Docker
Usage
The first time you're setting up ECR on the Kube cluster:
$ make install
To build, push, and deploy:
$ make deploy