Skip to content

Instantly share code, notes, and snippets.

@antweiss
Created September 15, 2025 15:29
Show Gist options
  • Select an option

  • Save antweiss/056e1261f55e29deff601352152c58f7 to your computer and use it in GitHub Desktop.

Select an option

Save antweiss/056e1261f55e29deff601352152c58f7 to your computer and use it in GitHub Desktop.
k3d cluster for k8s training
k3d cluster create mycluster --registry-create mycluster-registry:0.0.0.0:5432 --agents 2 -p "30000-30010:30000-30010@server:0" --k3s-arg ' --kube-proxy-arg=conntrack-max-per-core=0@server:0' --k3s-arg '--kube-proxy-arg=conntrack-max-per-core=0@agent:0,1' --k3s-arg '--service-node-port-range=30000-30010@server:0'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment