Skip to content

mwoodpatrick/westie-dev-pnpm

Repository files navigation

westie-dev-pnpm

Monorepo with Nx and pnpm Workspaces

KIND

kind (k8s.io)

kubernetes-sigs/kind: Kubernetes IN Docker - local clusters for testing Kubernetes (github.com)

 

kind --version

kind version 0.17.0

 

See:

 

Releases · kubernetes-sigs/kind (github.com)

 

Releases | Kubernetes

 

API Overview | Kubernetes

 

cd /home/mwoodpatrick/projects/git/westie-dev-pnpm

 

export KUBECONFIG=`pwd`/kube/admin.conf

 

kind create cluster --config kube/cluster-config/master_node.yml

 

kind get kubeconfig --name app-1-cluster-master-only

 

kind create cluster --config kube/cluster-config/three_node.yml

 

kind get kubeconfig --name app-1-cluster-master-slave-slave

 

kubectl config get-contexts

 

kubectl cluster-info --context kind-app-1-cluster-master-slave-slave

 

kubectl cluster-info dump --context kind-app-1-cluster-master-slave-slave

 

docker exec -it app-1-cluster-master-slave-slave-worker bash

 

sudo cp $KUBECONFIG /etc/kubernetes

 

 

 

kubeadm config | Kubernetes

 

Top Kubernetes and OpenShift resources of 2022 | Red Hat Developer

 

kubernetes github codespaces - Search (bing.com)

 

kind -- Using WSL2 (k8s.io)

 

General recommendation is to use docker rather than podman with kind due to stablility issues see Podman on WSL2 fails kind create cluster as root and not as root · Issue #2452 · kubernetes-sigs/kind (github.com) and Slack: how reliable kind is on top of Podman on Fedora? -

 

https://www.bing.com/search?q=vscode+kind&cc=US&setlang=en&PC=SWG01&form=SPIT01&scope=web

 

Configuring a KinD Cluster with NGINX Ingress Using Terraform and Helm