jerryshell / k8s-kuma-longhorn

K8s Kuma Longhorn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

K8s Kuma Longhorn

K8s + Kuma + Longhorn

Pre-requisites

Git clone

git clone https://github.com/jerryshell/k8s-kuma-longhorn.git
cd k8s-kuma-longhorn

PVC + Deployment + Service

kubectl apply -f k8s/

Ingress

Replace kuma.jerryshell.eu.org with your own domain

export HOST=kuma.jerryshell.eu.org
cat k8s/ingress/ingress.yaml | envsubst | kubectl apply -f -

TLS Ingress

Replace kuma.jerryshell.eu.org with your own domain

export HOST=kuma.jerryshell.eu.org
cat k8s/ingress/tls-ingress.yaml | envsubst | kubectl apply -f -

Delete

kubectl delete --ignore-not-found=true -f k8s/ -f k8s/ingress/

LICENSE

GNU Affero General Public License v3.0

About

K8s Kuma Longhorn

License:GNU Affero General Public License v3.0