https://github.com/nodeshift/tutorial
How to build and deploy your first Cloud Native Node.js application
https://github.com/nodeshift/tutorial
Last synced: 8 months ago
JSON representation
How to build and deploy your first Cloud Native Node.js application
- Host: GitHub
- URL: https://github.com/nodeshift/tutorial
- Owner: nodeshift
- License: apache-2.0
- Created: 2018-08-24T12:16:23.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2022-11-18T19:45:44.000Z (over 3 years ago)
- Last Synced: 2025-01-01T11:41:42.883Z (over 1 year ago)
- Size: 5.41 MB
- Stars: 55
- Watchers: 16
- Forks: 35
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NodeShift Tutorials
👋 Welcome to NodeShift Tutorials
* [Cloud Native Tutorial](https://github.com/nodeshift/tutorial/blob/main/cloud-native/README.md)
* This workshop provides an introduction to cloud-native development with Node.js by walking you through how to extend an Express.js-based application to leverage cloud capabilities.
* **Target Audience**: This workshop is aimed at developers who are familiar with Node.js but want to gain a base understanding of some of the key concepts of cloud-native development with Node.js.
* [Helm Chart Tutorial](https://github.com/nodeshift/tutorial/blob/main/helm/README.md)
* This workship provide an introduction to creating a Helm Chart which can use to deploy your own Node.js application
* **Target Audience**: This workshop is aimed at developers who are familiar with Kubernetes but want to gain a base understanding of deploying their app to Kubernetes via Helm.