Upgrade to Pro — share decks privately, control downloads, hide ads and more …

From Provisioning to Production

From Provisioning to Production

In this workshop, Taylor Dolezal (Developer Advocate at HashiCorp), and I look at how to use Terraform to set up a Kubernetes Cluster on GCP and monitor it, using Datadog.

This version of the workshop was given at Dash by Datadog in August 2020.

Avatar for Kerim Satirli

Kerim Satirli PRO

August 12, 2020
Tweet

Resources

More Decks by Kerim Satirli

Other Decks in Technology

Transcript

  1. HashiCorp Configuration Language CODE EDITOR service "http" "web_proxy" { listen_addr

    = "127.0.0.1:8080" process "server" { command = ["proxy-app", "server"] } } variable "port" { description = "Port for web_proxy" default = 8080 }