AKS Today – Quickly Create a Container

Wow! I learned that you can simply deploy a container to kubernetes by running the following command (there are two examples in the screenshot below):

Screen Shot 2019-03-07 at 10.35.26 PM

This is instead of creating a deployment.yaml file and running kubectl apply -f deployment.yaml – like I’ve always done. Very similar to the docker run command. Nice.