Skip to content

Instantly share code, notes, and snippets.

@dsrathore1
Last active February 22, 2026 01:30
Show Gist options
  • Select an option

  • Save dsrathore1/0789750d13b278a1d345d9791adb2200 to your computer and use it in GitHub Desktop.

Select an option

Save dsrathore1/0789750d13b278a1d345d9791adb2200 to your computer and use it in GitHub Desktop.
Creating Kind cluster snippet
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
- role: worker
- role: worker
- role: worker
#! kind create cluster --name <cluster-name> --config <file-name>
#! kubectl get cluster-info --context <cluster-name>
#! kind delete cluster --name <cluster-name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment