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

https://github.com/briancain/waypoint-kubernetes-nodejs

An example repository that deploys a NodeJS application to a local Kubernetes cluster with local container registries
https://github.com/briancain/waypoint-kubernetes-nodejs

automation cloud deploy example hashicorp kubernetes nodejs waypoint

Last synced: 4 months ago
JSON representation

An example repository that deploys a NodeJS application to a local Kubernetes cluster with local container registries

Awesome Lists containing this project

README

          

# Deploying NodeJS to Kubernetes with Waypoint

This example app builds a NodeJS app and uses Waypoint to deploy it to a local
Kubernetes cluster using a local registry for containers.

## Setting up local Kubernetes

See [waypoint-flightlist/kind-k8s](https://github.com/briancain/waypoint-flightlist/tree/main/kind-k8s)
for setting up K8s locally.