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

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

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