Skip to content

Deploying A Kubernetes Web Server on Digital Ocean with TLS using Terraform

Notifications You must be signed in to change notification settings

ryderdamen/digital_ocean_kubernetes_web_server_tls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploying A Kubernetes Web Server on Digital Ocean with TLS

This is an example repository that uses terraform to spin up a Digital Ocean kubernetes cluster, with multiple independent nginx servers running in containers, DNS entries, and TLS certificates.

Installation

You must have your name servers pointed to digital ocean. After that, run the following and fill in the variables to provision the servers.

make init

Edit the terraform/production.tfvars file as necessary.

To create your infrastructure, run the following:

make plan
make apply

To destroy the infrastructure, run the following:

make destroy

About

Deploying A Kubernetes Web Server on Digital Ocean with TLS using Terraform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published