Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 819 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 819 Bytes

Hello cloud native Nodejs

In this example skeleton Nodejs application is provided.

Steps to take with this repository:

  • Fork this repository to your personal GitHub
  • Clone the forked repository to your machine
  • Obtain sandbox environment from https://dashboard.codemowers.eu/
  • Follow the instructions on the page regarding ~/.kube/config reconfiguration
  • Follow the instructions regarding docker login harbor.codemowers.eu
  • Adjust sandbox name 3nk45yqd6e in deployment.yaml as necessary for your sandbox
  • Execute the skaffold dev ... command provided on the sandbox detailed view page to build and deploy the application in the remote cluster sandbox
  • Proceed to build your awesome Nodejs application
  • Learn how to set up debugger: https://nodejs.org/en/docs/guides/debugging-getting-started/