Created
September 15, 2025 15:29
-
-
Save antweiss/056e1261f55e29deff601352152c58f7 to your computer and use it in GitHub Desktop.
k3d cluster for k8s training
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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