Node version: >=16.16.x
NPM version: >=8.15.0
npm install
Install Kind:
brew install kind
Create a Cluster:
kind create cluster
npm run start
kind get kubeconfig > kind.conf
export KUBECONFIG=kind.conf
https://github.com/electron-react-boilerplate/electron-react-boilerplate
kubectl create deployment hello-node --image=registry.k8s.io/echoserver:1.4