https://github.com/zpratt/example-node-helm
minimalistic example of deploying a node app to kubernetes with a helm chart
https://github.com/zpratt/example-node-helm
docker example helm howto kubernetes nodejs
Last synced: 17 days ago
JSON representation
minimalistic example of deploying a node app to kubernetes with a helm chart
- Host: GitHub
- URL: https://github.com/zpratt/example-node-helm
- Owner: zpratt
- License: mit
- Created: 2019-12-08T15:41:34.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-05T01:42:12.000Z (over 5 years ago)
- Last Synced: 2025-04-07T07:34:55.316Z (10 months ago)
- Topics: docker, example, helm, howto, kubernetes, nodejs
- Language: Smarty
- Homepage:
- Size: 92.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# example-node-helm
## Getting started
1. `helm create node-app -n node-app-example`
2. `kind create cluster --config cluster-config.yaml`
3. `docker build . -t example-node-helm:1.0.0`
4. `kind load docker-image example-node-helm:1.0.0`
5. `helmfile apply`