diff --git a/kind/deploy.ps1 b/kind/deploy.ps1 new file mode 100644 index 0000000..fd3807a --- /dev/null +++ b/kind/deploy.ps1 @@ -0,0 +1,2 @@ +kind delete cluster +kind create cluster --config kind-ha-cluster.yml diff --git a/kind/kind-ha-cluster.yml b/kind/kind-ha-cluster.yml new file mode 100644 index 0000000..c8b0414 --- /dev/null +++ b/kind/kind-ha-cluster.yml @@ -0,0 +1,13 @@ +# a cluster with 3 control-plane nodes and 5 workers +kind: Cluster +apiVersion: kind.x-k8s.io/v1alpha4 +nodes: +- role: control-plane +- role: control-plane +- role: control-plane +- role: worker +- role: worker +- role: worker +- role: worker +- role: worker +