Skip to content

Automatically creates a Kubernetes secret to pull images from AWS ECR using your AWS credentials

License

Notifications You must be signed in to change notification settings

divergent-thinking/ecr-k8s-secret

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Kubernetes secret generator for AWS ECR credentials

Automatically creates a Kubernetes secret to pull images from AWS ECR using your AWS credentials

Usage

Requirements:

  • Configured aws CLI
  • Configured kubectl CLI

Run:

export REGION="ap-southeast-1"
export NAMESPACE="default"
curl -LSs https://raw.githubusercontent.com/divergent-thinking/ecr-k8s-secret/master/gen-secret.sh |bash -

This will automatically create a secret called aws-ecr-credentials that you can use on your Pod definition:

spec:
  imagePullSecrets:
    - name: aws-ecr-credentials
  [...]

Remember that AWS ECR login credentials expire in 12 hours!

More info at https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/

About

Automatically creates a Kubernetes secret to pull images from AWS ECR using your AWS credentials

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%