Skip to content

Instantly share code, notes, and snippets.

@habibi07
habibi07 / 1-setup-kind-cluster.sh
Last active February 17, 2022 12:56
Instruction on how to setup kind cluster with two nodes and optionally ingress with cert manager
#!/bin/bash
#################################################
# How To Setup kind cluster #
#################################################
cat <<EOF | kind create cluster --image=kindest/node:v1.23.1 --config=-
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes: