Skip to content

romanki/do-tf-k8s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup DO managed Kubernetes with terraform

prerequisite:

k8s Setup steps with DO provider

  • terraform init
  • terraform plan
  • terraform apply
  • kubectl version

Ingress install to the cluster

  • helm install stable/nginx-ingress --name nginx-ingress --set controller.publishService.enabled=true

HTTPS certificates installation

Folders description

  • terraform - contains code to spinup kubernetes cluster in DO fast and easy;
  • Kubernetes - just for some manual installations of Demo webapp and ingress;
  • Helm - for more automated installations of ingress but also with examples of demo apps (plus let's encrypt);

Troubleshooting

HELM issues:

About

Digital Ocean+TF+k8s

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages