Created
July 18, 2019 21:21
-
-
Save natereed/21fd438506e1d451bcfcf166d0cbc3fa to your computer and use it in GitHub Desktop.
Deploy a node.js app on kubernetes
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 kubia --image=luksa/kubia --port=8080 --generator=run/v1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment