Skip to content

Instantly share code, notes, and snippets.

@chadmcrowell
Created February 7, 2020 23:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save chadmcrowell/71e58b6f56552ab9d554a284e05f8357 to your computer and use it in GitHub Desktop.
Save chadmcrowell/71e58b6f56552ab9d554a284e05f8357 to your computer and use it in GitHub Desktop.
Container Registries Lesson-AKS Deep Dive | Linux Academy
kubectl run app \
--image=myAksAcr.azureacr.io/img:v1 \
--replicas=3 \
--port=80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment