Skip to content

Instantly share code, notes, and snippets.

@vkumar2808
Forked from chadmcrowell/kubectl-run.sh
Created August 26, 2021 23:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vkumar2808/a6374cf677753fd8078d5d3a24be4885 to your computer and use it in GitHub Desktop.
Save vkumar2808/a6374cf677753fd8078d5d3a24be4885 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