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
- Host: GitHub
- URL: https://github.com/briancain/waypoint-kubernetes-nodejs
- Owner: briancain
- Archived: true
- Created: 2021-04-06T17:33:19.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-06T22:25:58.000Z (almost 5 years ago)
- Last Synced: 2025-03-12T05:03:08.004Z (11 months ago)
- Topics: automation, cloud, deploy, example, hashicorp, kubernetes, nodejs, waypoint
- Language: CSS
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.