2024-10-22 13:25:14 +02:00
2024-10-22 13:13:29 +02:00
2024-10-22 13:25:14 +02:00
2024-10-22 13:21:27 +02:00
2024-10-21 23:43:00 +02:00
2024-10-22 13:15:50 +02:00

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

Source

Ingress

Download https://raw.githubusercontent.com/kubernetes/ingress-nginx/main/deploy/static/provider/kind/deploy.yaml and change NodePort with LoadBalancer.

Source

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.
Readme 67 KiB
Languages
Shell 100%