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.

---

Companion Workshop: katacoda.com/ksatirli/scenarios/k8s-terraform-datadog

Kerim Satirli

August 12, 2020
Tweet

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 }