Presentation

The Many Definitions of Multi-Cloud & Their Implications

Learn about the different approaches required for each of the 4 different types of multi-cloud capability.

Speakers

Multi-cloud.

It's the latest hot topic at many of the IT conferences, especially recent KubeCons. So when we talk about multi-cloud, are we sure we're all talking about the same thing? The founders of HashiCorp see 4 common flavors:

  • Workload portability
  • Data portability
  • Traffic portability
  • Workflow portability

And here's their breakdown of those definitions:

Workload portability

Very difficult. It's almost impossible to write an app once for one cloud and still be able to run that app on other clouds with no code modifications. Different vendors have different functions, syntax, and other nuances that make multi-cloud workload portability a challenge.

Data portability

Very difficult. This means being able to move data from one cloud provider to another, and its biggest barrier is the speed of light. This is where the concept of data gravity comes into play. If you’re moving 100TB, it costs a lot of money and it takes a lot of time. At that point, from our current technology standpoint, it’s faster to load it in an airplane.

Traffic portability

Reasonable. If you have geographically dispersed users, you can route to the nearest cloud provider that could service them.

Workflow portability

Very achievable. This means maintaining a consistent workflow across clouds for deployment, security, networking, and so on. HashiCorp's Terraform, Vault, Consul, and Nomad all provide one multi-cloud workflow for provisioning infrastructure, secrets management, encryption, service discovery, service mesh, and workload orchestration (scheduling). This is part of what we call the cloud operating model

In this talk from Escape/19, the first multi-cloud focused conference, HashiCorp co-founder Armon Dadgar goes in-depth with these 4 flavors of multi-cloud and provides different approaches for achieving each of these flavors, or explains why some flavors might just be too costly. You can follow along with the slides.

More resources like this one

  • 3/15/2023
  • Presentation

Advanced Terraform techniques

  • 3/15/2023
  • Case Study

Using Consul Dataplane on Kubernetes to implement service mesh at an Adfinis client

  • 2/3/2023
  • Case Study

Automating Multi-Cloud, Multi-Region Vault for Teams and Landing Zones

  • 2/1/2023
  • Case Study

Should My Team Really Need to Know Terraform?