summaryrefslogtreecommitdiff
path: root/setup_script.sh
blob: 68792cde443a376cc614d31e2441d809c89d4c78 (plain)
1
2
3
4
5
6
7
8
## 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 create ns heimdall