Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 436 Bytes

2 Install app.md

File metadata and controls

13 lines (8 loc) · 436 Bytes

Installing a simple node app

Deployment

  • cd into the app directory
  • run make
  • run 'kubectl apply -f deployment.yaml'

Your app is now deployed, use kubectl proxy again to access the Kubernetes UI and find you app.

Note At this point in time the app won't be available on the internet

Use the Kubernetes UI / Dashboard to see what's been deploy and check the logs of the app, you should see something similar to: