An open API service indexing awesome lists of open source software.

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

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`