๐Ÿ“ฆ cescoferraro / microk8s

Single node k8s cluster

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching
๐Ÿ“ฅ Clone https://github.com/cescoferraro/microk8s.git
HTTPS git clone https://github.com/cescoferraro/microk8s.git
SSH git clone git@github.com:cescoferraro/microk8s.git
CLI gh repo clone cescoferraro/microk8s
cescoferraro cescoferraro cluster working 9a62c03 4 years ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“„ .gitignore
๐Ÿ“„ README.md
๐Ÿ“„ README.md

Single NODE K8s with microk8s

sudo snap install microk8s

microk8s enable dns storage ingress helm3

microk8s helm3 install postgres bitnami/postgresql

microk8s helm3 install cert-manager jetstack/cert-manager \ --namespace cert-manager --version v0.15.2 --set installCRDs=true \ --set ingressShim.defaultIssuerName=letsencrypt-production \ --set ingressShim.defaultIssuerKind=ClusterIssuer \ --set ingressShim.defaultIssuerGroup=cert-manager.iow0

k create -f production-issuer.yml