Configs to setup kube cluster using kind.
- docker
- kind
- master-only.yaml will create a k8s cluster with only single master node.
- master-only-with-port-mapping.yaml will create a k8s cluster with only single master node and port mappings on the host for access.
- multi-node.yaml will create a k8s cluster with 1 master and 2 worker nodes.
- Run the following command to create a cluster
kind create cluster --name <cluster-name> --config <config.yaml>
- The config.yaml can be one of the configs mentioned above.
- For more information on various configurations visit https://kind.sigs.k8s.io