-
-
Save vkumar2808/a6374cf677753fd8078d5d3a24be4885 to your computer and use it in GitHub Desktop.
Container Registries Lesson-AKS Deep Dive | Linux Academy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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