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):
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.