Skip to content

Instantly share code, notes, and snippets.

@natereed
Created July 18, 2019 21:21
Show Gist options
  • Save natereed/21fd438506e1d451bcfcf166d0cbc3fa to your computer and use it in GitHub Desktop.
Save natereed/21fd438506e1d451bcfcf166d0cbc3fa to your computer and use it in GitHub Desktop.
Deploy a node.js app on kubernetes
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