summaryrefslogtreecommitdiff
path: root/setup_script.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup_script.sh')
-rw-r--r--setup_script.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/setup_script.sh b/setup_script.sh
new file mode 100644
index 0000000..222037d
--- /dev/null
+++ b/setup_script.sh
@@ -0,0 +1,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