-
Notifications
You must be signed in to change notification settings - Fork 38
Home
Santiago Caamaño edited this page Feb 19, 2021
·
5 revisions
Welcome to the k3d-cluster wiki!
> k3d cluster create test-cluster \
--api-port 6443 \
--port 8443:443@loadbalancer \
--port 8080:80@loadbalancer \
--volume $(pwd)/k3dvol:/tmp/k3dvol \
--servers 3 --agents 3
K3D Cluster 101