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

From vertical to horizontal: The challenges of scalability in the cloud

From vertical to horizontal: The challenges of scalability in the cloud

A refresh on a previous talk, given at We are Developers 2018

Pierre-Yves Ritschard

May 18, 2018
Tweet

More Decks by Pierre-Yves Ritschard

Other Decks in Technology

Transcript

  1. @pyr provider "exoscale" { api_key = "${var.exoscale_api_key}" secret_key = "${var.exoscale_secret_key}"

    } resource "exoscale_instance" "web" { template = "ubuntu 18.04" disk_size = "50g" template = "ubuntu 18.04" profile = "medium" ssh_key = "production" }