summaryrefslogtreecommitdiff
path: root/setup_script.sh
blob: 222037d89abd18037ad5307539d1626b444b4301 (plain)
1
2
3
4
5
6
7
8
9
## Create cluster
k3d cluster create mycluster --agents 2 -p "8080:80@loadbalancer" --k3s-arg "--disable=traefik@server:*"

## Install ingress
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/main/deploy/static/provider/cloud/deploy.yaml


## Create namespaces
kubectl creat ns heimdall