Skip to content

jerryshell/k8s-kuma-longhorn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published