Skip to content

nsudhanva/personal-k8s-cluster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudhanva's Personal Kubernetes Cluster

My personal kubernetes cluster. Hosts my personal projects.

Installation

  • doctl kubernetes cluster kubeconfig save xxxxxxxx
  • kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.1.0/deploy/static/provider/do/deploy.yaml
  • kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.6.1/cert-manager.crds.yaml
  • helm install cert-manager jetstack/cert-manager --namespace cert-manager --create-namespace --version v1.6.1
  • k create namespace ghost
  • Follow this: https://github.com/cloudflare/origin-ca-issuer
  • k apply -f certificate.yaml
  • k apply -f service-key.yaml
  • k apply -f issuer.yaml
  • k get originissuer.cert-manager.k8s.cloudflare.com prod-issuer -o json -n ghost | jq .status.condition
  • k apply -f ingress.yaml
  • helm install sudhanva-v1 bitnami/ghost --namespace ghost --set service.type=ClusterIP,ghostHost="sudhanva.me",ghostEnableHttps=true,ghostProtocol="https",ghostPassword="PASSWORD",mariadb.auth.rootPassword="PASSWORD",mariadb.auth.password="PASSWORD"
  • helm upgrade sudhanva-v1 bitnami/ghost --namespace ghost --set service.type=ClusterIP,ghostHost="sudhanva.me",ghostEnableHttps=true,ghostProtocol="https"

List Of Selected Personal projects

Link To Personal Website

Link To My Portfolio

About

My personal Kubernetes cluster.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages