An Overview to Multi-Cloud Strategy

[ad_1]

Navigating the public cloud market can be tricky, but choosing the right multicloud strategy for your business is a key step to your organization’s success.

Hand touching infographic cloud computing and technology icons , cloud technology is centralise collect lifestyle and confidential information such as internet banking , password and shopping.
Image: Dilok/Adobe Stock

Though multicloud used to be more aspirational than real, today’s enterprises are multicloud by default. A 2022 Flexera State of the Cloud report found that 89% of respondents reported having a multicloud strategy, with 90% of respondents to a 2022 HashiCorp survey reporting multicloud success.

Among other reasons, such companies turn to a multicloud strategy to let them pick the best cloud service for their particular needs. But figuring out how to make a multicloud strategy work is harder, and more rewarding, than simply hiring a consultant to come in and wave multicloud pixie dust on your application infrastructure.

An overview of multicloud strategy

Enterprises have been multicloud almost from the beginning, but not always intentionally. Just as shadow IT has for decades resulted in enterprises deploying an unmanageable mishmash of databases, operating systems and app servers, so too has the easy availability of cloud services resulted in one team embracing Google Cloud while another uses AWS and still another runs Microsoft Azure. This isn’t strategy; It’s just enterprise IT.

SEE Research: Managing multicloud in the enterprise; benefits, barriers, and most popular cloud platforms (TechRepublic Premium)

Increasingly, though, enterprises are becoming much savvier and intentional about running multiple clouds to get best-of-breed services, lower costs and greater flexibility to move services more geographically proximate to users.

Common use cases for a multicloud strategy

By far the most common reason enterprises choose a multicloud strategy is to take advantage of particular services only available on a given cloud. This is also the best reason to choose a multicloud approach.

Other use cases include a desire to improve resilience and reliability, but this is often harder to implement in practice than to argue in theory. The reason? With one cloud you need to worry about uptime for that cloud, but with two or more clouds, “now you have to worry about AWS, GCP, and the unholy plumbing between them,” argued Honeycomb co-founder and CTO Charity Majors.

How do you develop a multicloud strategy?

Moving to a multicloud architecture is not a decision that should be entered into lightly, as it can introduce significant complexity. Enterprises that want to reduce that complexity can turn to SaaS providers that take care of the burden of managing databases or other infrastructure across diverse clouds, but need to keep in mind that successful multicloud deployments depend upon multicloud architectures that span application and data tiers.

To see how multicloud strategy has been deployed most successfully, it pays to check out how the richest, most sophisticated companies operate, as SADA CTO Miles Ward has written. What do Twitter, Snap, Uber and others have in common? Among other things, they’ve moved from monolithic architectures to microservices. This allowed them to optimize for developer freedom, even while limiting the blast radius of when services failed.

It also made it easier for them to pick and choose the best cloud for a particular service. For Snap, it has become a cardinal design principle to “make the services as narrow as possible” to make it easier to back those microservices with particular cloud infrastructure, as Jerry Hunter, SVP of engineering at Snap, has articulated.

In fact, several key Snap design principles provide solid footing for any company’s multicloud strategy:

  • Secure by default: Authentication, authorization and network security should be defaults, not optional, within the platform.
  • Clear separation of concerns between services’ business logic and the infrastructure. We want loose coupling so each side can iterate independently.
  • Abstract the differences between cloud providers where we can. We want to minimize deep provider dependencies so it’s feasible to shift services between AWS, GCP, and other cloud providers.
  • Centralized service discovery and management. We want all service owners to have the same experience for owning a service, regardless of where the service is running.
  • Minimal friction for creating new services. An intern should be able to stand up a productionized service by lunch time.

Of course, most enterprises will lack the resources to build exactly as a Snap does. For mainstream enterprises, it can be useful to start small, perhaps choosing a SaaS provider that handles the multicloud complexity for you, or simply beginning by rearchitecting a monolithic app to be microservices-oriented. One benefit of this latter approach is that it puts the enterprise in a good position to push your cloud provider to compete for the right to run individual microservices.

In embarking upon a multicloud strategy, it’s also important to consider different aspects of your application infrastructure. Some cloud services are pretty standard across clouds; others are very particular to a particular cloud. And then there are still other services that may be mostly the same between clouds, but will require engineering work to bridge the gap between, for example, compute on Google Cloud as opposed to AWS.

You’ll need to determine how much you’ll want to depend upon higher-order services within a particular cloud. The more you depend on a particular service, the more dependent you become on that cloud. At the same time, the more you’re able to depend on a cloud’s value-added services, the less your developers will need to spend time innovating in that area. There’s no right or wrong answer — just a series of multicloud choices to make.

Key success metrics in a multicloud strategy

Hearkening back to the Snap design principles, enterprises should develop and rigorously monitor network performance, security and application availability. Enterprises should also track costs to know, for example, whether a microservice running on AWS would be more affordably backed by Microsoft Azure. Ultimately, however, the best way to tell if your multicloud strategy is working is whether you’re able to affordably run the best services for your customers.

Disclosure: I work for MongoDB but the views expressed herein are mine.

[ad_2]

Source link