kindOnVM
EN: This project aims to simplify the creation of a Kubernetes cluster with one node and three workers using kind and docker.
ES: Este proyecto pretende simplificar la creacion de un cluster kubernetes con un nodo y 3 workers usando kind y docker.
Requisites
Install
./start_cluster.sh
Project details
LoadBalancer
git clone https://github.com/kubernetes-sigs/cloud-provider-kind.git
docker compose -f manifests/kind-cloud-provider up -d
$ kubectl label node kind-control-plane node.kubernetes.io/exclude-from-external-load-balancers-
node/kind-control-plane unlabeled
Ingress
Download https://raw.githubusercontent.com/kubernetes/ingress-nginx/main/deploy/static/provider/kind/deploy.yaml and change NodePort with LoadBalancer.
Expose LoadBalancer
You can use kind-exposer
Description
EN: This project aims to simplify the creation of a Kubernetes cluster with one node and three workers using kind and docker.
ES: Este proyecto pretende simplificar la creacion de un cluster kubernetes con un nodo y 3 workers usando kind y docker.
Languages
Shell
100%