Learning Library

← Back to Library

Distributed Cloud Fixes Hybrid Gaps

Key Points

  • Hybrid cloud often exists because organizations can’t fully abandon legacy on‑prem stacks, creating operational overhead across disparate environments.
  • Distributed cloud extends a public‑cloud control plane to on‑prem and edge sites, delivering cloud‑native services while allowing workloads to run wherever they’re needed.
  • Gartner notes that “distributed cloud fixes what hybrid cloud breaks,” highlighting its role in unifying management, latency, and data‑locality challenges.
  • A key benefit is consistent operational experience: an Ops engineer can provision a Kubernetes/OpenShift cluster from a single console and choose the exact location—public region, on‑prem datacenter, or edge node—without changing tools or processes.
  • By centralizing control and maintaining uniform APIs, security, and governance, distributed cloud addresses the four major shortcomings of traditional hybrid clouds (consistency, latency, data sovereignty, and operational complexity).

Full Transcript

# Distributed Cloud Fixes Hybrid Gaps **Source:** [https://www.youtube.com/watch?v=eJHZ8sMjsug](https://www.youtube.com/watch?v=eJHZ8sMjsug) **Duration:** 00:09:06 ## Summary - Hybrid cloud often exists because organizations can’t fully abandon legacy on‑prem stacks, creating operational overhead across disparate environments. - Distributed cloud extends a public‑cloud control plane to on‑prem and edge sites, delivering cloud‑native services while allowing workloads to run wherever they’re needed. - Gartner notes that “distributed cloud fixes what hybrid cloud breaks,” highlighting its role in unifying management, latency, and data‑locality challenges. - A key benefit is consistent operational experience: an Ops engineer can provision a Kubernetes/OpenShift cluster from a single console and choose the exact location—public region, on‑prem datacenter, or edge node—without changing tools or processes. - By centralizing control and maintaining uniform APIs, security, and governance, distributed cloud addresses the four major shortcomings of traditional hybrid clouds (consistency, latency, data sovereignty, and operational complexity). ## Sections - [00:00:00](https://www.youtube.com/watch?v=eJHZ8sMjsug&t=0s) **Distributed Cloud Solving Hybrid Limits** - The speaker explains how distributed cloud extends public‑cloud control to on‑prem, edge, and private environments, overcoming hybrid cloud’s operational overhead, latency, and data‑locality challenges. - [00:04:01](https://www.youtube.com/watch?v=eJHZ8sMjsug&t=241s) **Hybrid Cloud Operations and DevOps** - The speaker describes how an ops engineer can uniformly deploy and manage clusters across edge, cloud, and on‑prem environments, then adds day‑two requirements such as elastic scaling and service‑mesh networking, before transitioning to the developer’s viewpoint on leveraging public‑cloud capabilities. - [00:07:40](https://www.youtube.com/watch?v=eJHZ8sMjsug&t=460s) **Unified Policy Management via Distributed Cloud** - The speaker explains how a security admin can use a distributed cloud platform to centrally enforce governance, compliance, and network policies across cloud, on‑premises, and edge environments. ## Full Transcript
0:00Hybrid cloud is one of the most common architectural patterns out there, 0:04but it's generally actually the result of companies that are unable to abandon 0:08an existing technology stack in favor of the public cloud. But what if 0:13I told you you could get the best of both worlds? The innovation 0:16and cutting edge technologies made possible through public cloud providers, 0:20and at the same time having the flexibility and freedom of running your 0:24assets where you choose to, whether it's on-prem or edge. Today let's 0:29talk about distributed cloud and the key benefits that it offers. 0:33Now I want to start with what a general hybrid cloud architecture 0:37looks like. So, you're going to have customers that are running things on 0:41on-prem environments, maybe they're running things on public 0:46cloud environments or even private clouds, or even in addition 0:51we might have edge environments. Now 0:56managing all of these environments comes with their own set of Ops teams, 1:00challenges, data locality, latency concerns, 1:04basically all of them will require some overhead to maintain. 1:09Distributed cloud comes in right at the center. 1:13Essentially what you'll have is a public cloud 1:18sitting right at the center that's able to manage 1:21all of those other environments. Essentially it extends the capabilities 1:25of a public cloud to other capabilities. Now i think 1:30Gartner put it best when they said, that in a report that they recently 1:34published, they said that distributed cloud fixes what hybrid 1:38cloud breaks. Now today I want to cover four 1:42major themes that generally correspond with what distributed cloud aims to 1:47solve, and these actually happen to line up 1:50with where hybrid cloud tends to fall short. 1:53Now the first one that I want to start with is consistency. 2:01Now as I go through the example today I'm going to put on a number of 2:04different hats, whether I'm Dev, Ops, or Security, and I 2:08want to start with an Ops Engineer because an Ops Engineer 2:11will generally have to be kind of interfacing with a distributed cloud 2:15environment, and that's where they will generally 2:17start. So, as an Ops Engineer, let's say that one of the first things 2:23that I want to do is work with a cloud environment. So 2:28what Ii want to do is go to a public cloud 2:33and in that environment let's say that I want to create 2:36a Kubernetes, or even an OpenShift cluster. 2:40So, basically a way to manage and orchestrate cloud-based applications. 2:47Now in this process of creating an OpenShift cluster 2:51I'm probably given an option at one point to choose where do I want this 2:55cluster to live. So here's where I'm given a few choices. 2:58So, maybe i want to do it in a public cloud location. 3:01So, let's say for example somewhere like Dallas 3:04or London, but through a distributed cloud I can 3:10register with the public cloud other locations. So maybe somewhere like 3:15an on-prem or edge location. So, let's say I've got an on-prem 3:18location in Bangalore, 3:24or an edge location in Morocco. So basically what we've got 3:31here, is whether it's public, on-prem, or edge 3:34locations, we can choose one of those capabilities 3:38in, directly in my public cloud UI and 3:40dashboard. That's what a distributed cloud will 3:42generally offer. So, through this process I'm now able to 3:47deploy OpenShift container platform clusters 3:52in three different regions. Let's say, so we've got three different OCD 3:56clusters. We'll say one of them is in public. 4:03We'll say one of them is in edge. 4:09And we'll say the last one is on-prem. Okay. So, we've got that kind of situated 4:17from an Ops Engineering perspective I'm able to create and manage clusters 4:22across the board whether they're in any of these general 4:26hybrid cloud style environments. Now as an Ops Engineer that 4:29might be good for day one, but for day two 4:32I need additional capabilities. Let's say that I want to do something like 4:35scaling up and down. Well that's one of the key advantages of a cloud, 4:40is the elasticity. So, let's say I can scale up and down. 4:43In addition, let's say I want my clusters to be able to network and interface with 4:47one another, basically communicate my applications communicating across the 4:50board. So, maybe i want to take advantage of a service mesh capability, 4:54that's something a distributed cloud can offer. So, 4:59taking a look at that we can start doing some service meshing capabilities. 5:04Okay. So, now that we've got that groundwork laid out, we've covered how 5:08basically for an Ops Engineer I have a consistent 5:12experience for deploying clusters in any of these locations, 5:16you have consistency. Next up, let's talk about DevOps. 5:23So, we've covered a bit of DevOps already, so with the Ops perspective of deploying 5:27and managing clusters, but for developers who want to utilize 5:31capabilities generally available in public clouds, 5:34well I have a different angle of approach here. 5:37So, putting on my hat as a Dev. Now let's say one of the first things 5:43that I want to do here is create a service, right. So 5:49generally with OCP most DevOps capabilities are handled it's a really 5:54good platform for being able to work with containers 5:56and kind of deploying apps, but let's say I want to take advantage of a service 6:00that cloud providers generally provide. So, this would be something like a 6:04database. So I want to create a DB. So, I'm in my 6:08cloud provider, I'm in the dashboard, and I want to 6:11create a database and I'm given a similar option. I'm asked 6:16where do you want to create it? And some given options like before, 6:20data centers or locations, not just public cloud but also on-prem or edge, 6:25and I can choose to deploy those high-value capabilities, 6:29you know so I can decide to deploy a database in my public cloud. 6:34Well this is nothing special I've been able to do that. Or I should be able to 6:37deploy a database, in addition into edge environments. 6:42So that's taken care of as well. So now that we've gotten that piece kind 6:47of squared away, we've kind of talked about how 6:50distributed cloud enables DevOps to be more efficient. One other 6:54thing I want to use this example for here 6:57is innovation, and this is for high value services. 7:02So, let's say I want to do AI or machine learning capabilities, 7:06something that a public cloud will generally offer. So, you know, let's say I 7:10have some AI or ML capabilities that I want to deploy. Well 7:15same as before, I can take those capabilities and deploy 7:19them to any of these environments. So with distributed cloud 7:24you're able to innovate with capabilities generally only 7:27available in public cloud, in environments outside of the public 7:30cloud. It's one of the key capabilities. The last one I want to talk about today 7:37is governance. 7:40Now governance is a key requirement for pretty much all companies, but especially 7:44you know financial institutions, or health or insurance companies, 7:48basically concerns like data regulations, compliance, data locality. 7:54How can a Security Admin effectively and with a single control plane 7:59manage policies across the board? Well time to put on my last hat here. Let's 8:06say that I'm a Security Admin and I've created a network policy. 8:11So, this network policy, let's say that it handles things like RBAC, 8:17or network policies across the board, or security policies, 8:20and I want to deploy them to clusters everywhere in my business, 8:24not just in the cloud, but also on-prem and edge. 8:28Well, with the distributed cloud you can do exactly that. 8:32By taking advantage of the capabilities made available I can deploy these 8:36policies across the board to any of these 8:38environments. Now this is a simple example, 8:41but it goes to show you how distributed cloud is tackling problems 8:46that hybrid cloud generally runs into. Thanks for joining me for this quick 8:50overview of distributed cloud. If you've enjoyed this video and you 8:53want to see more like this in the future be sure to drop a like or a comment 8:57below. To see what IBM is doing in the 8:59distributed cloud space be sure to check out IBM Cloud Satellite. 9:03Thank you for watching.