https://github.com/osx-rsplug-a/k8s_study_nodes_api
This it's a study exercise to set up a k8s cluster with 3 nodes with one nodejs api
https://github.com/osx-rsplug-a/k8s_study_nodes_api
kind kubernetes nodejs yaml
Last synced: 2 months ago
JSON representation
This it's a study exercise to set up a k8s cluster with 3 nodes with one nodejs api
- Host: GitHub
- URL: https://github.com/osx-rsplug-a/k8s_study_nodes_api
- Owner: OSX-RSPlug-a
- Created: 2022-07-26T02:28:01.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-26T03:42:50.000Z (almost 4 years ago)
- Last Synced: 2026-04-12T12:45:35.263Z (2 months ago)
- Topics: kind, kubernetes, nodejs, yaml
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# k8s_study_nodes_api
This it's a study exercise to set up a k8s cluster with 3 nodes with one nodejs api
Commands:
npm init -y
docker build -t node-hi-api
kind create cluster --name test-cluster --config ./nodes.yaml
kind load docker-image node-hi-api --name test-cluster
kubectl apply -f ./deployment-api.yaml