Getty Images

Tip

Compare cloud-native vs. cloud-based vs. cloud-enabled apps

While it's tough to make a clear distinction between cloud-native, cloud-based and cloud-enabled apps, they differ in terms of development practices, performance and other factors.

The cloud is central to the deployment of most applications today. But that doesn't mean all applications use the cloud in the same way. In fact, there are several types of cloud application models.

In this article, we compare three of the most popular models: cloud-native vs. cloud-based vs. cloud-enabled. While we'll explore the general characteristics of each of these models, keep in mind that the true meaning of these terms often lies in the eyes of their beholders. There are no official definitions, and there are varying interpretations of what cloud-native applications specifically entail.

What is a cloud-native application?

A cloud-native application is built to take full advantage of a cloud hosting architecture.

This type of app ensures application components can deploy and scale independently of each other. Typically, it involves a microservices-based architecture, which lets the application consume cloud hosting resources as efficiently as possible. Each microservice can use exactly what it needs -- no more, no less. At the same time, microservices can make the most use of autoscaling techniques to respond to fluctuations in demand.

Cloud-native applications are often deployed via containers. But they could also operate using serverless functions or, more rarely, as discrete processes running on the same host.

Compare cloud-native vs. cloud-based vs. cloud-enabled apps.

Technically, cloud-native applications don't have to run in the cloud. IT teams could deploy a loosely coupled, microservices-based app in a Kubernetes cluster hosted on on-premises infrastructure. In that case, the app wouldn't be hosted on the cloud but would still scale seamlessly. This is thanks to its microservices architecture and Kubernetes' orchestration features.

Additionally, cloud-native development and cloud-native apps aren't mutually dependent. Developers can apply cloud-native development techniques to other types of apps. However, these practices are easier when working with distributed, microservices-based apps in which individual components can be released separately.

Cloud-native app use cases

Cloud-native applications have become the default strategy for IT teams today. When building an application from scratch, it makes sense to use a cloud-native approach provided developers have the resources to do so. Some common examples of cloud-native applications include the following:

  • E-commerce applications.
  • Real-time data analytics platforms.
  • Social network applications.

What is a cloud-based application?

A cloud-based application is any type of application hosted in the cloud.

Cloud-based apps are different from cloud-native apps in that cloud-based apps run in the cloud. Yet this is the most generic term for describing applications that use the cloud in some way.

The term cloud-based application is also sometimes used to refer to software as a service (SaaS), a software delivery model in which users access an application through a web browser. However, cloud-based apps aren't always SaaS apps. An application whose server-side components are hosted in the cloud, but also require the installation of client-side software on user devices, could also count as a cloud-based app.

Some other examples include the following:

  • Cloud-native apps if they are designed and deployed using the previously described approaches.
  • A monolithic application running in a cloud-based VM.
  • A bare-metal server cloud instance.
  • An application deployed using a cloud-based application orchestration service, such as Amazon Elastic Beanstalk.
  • An application that runs as a serverless function on a service like AWS Lambda.

In other words, any type of app that operates in the cloud in any way is a cloud-based application.

Cloud-based app use cases

Any application could run as a cloud-based app. As such, the cloud-based model supports almost every type of application use case. The only apps that aren't excellent candidates for cloud-based deployment are those that need to remain on premises to meet compliance, security or data sovereignty requirements.

What is a cloud-enabled application?

Cloud-enabled application are applications originally created to run on premises but moved to the cloud. It implies that developers performed a lift-and-shift migration to the cloud rather than refactor the application to run as a set of microservices using a cloud-native architecture.

For example, developers could upload a monolithic application that was originally hosted on premises to a cloud VM. This would create a cloud-enabled app. Developers might need to make some small changes to the app during the migration process, such as ensuring it integrates properly with cloud-based identity and access management services as well as cloud networking configurations. However, they would not make extensive changes to the application's core code or architecture.

In contrast, a monolithic app refactored to fit a microservices architecture then moved to the cloud would qualify as a cloud-native app more than a cloud-enabled app.

Cloud-enabled applications are usually designed to run only in a certain type of environment or operating system. They are typically easy to move to cloud-based VMs, where the configurations of on-premises environments can be easily replicated. It's usually harder to move a cloud-enabled application to a platform such as Kubernetes. In most cases, legacy on-premises apps aren't designed to run inside containers.

Cloud-enabled applications don't usually scale as well as cloud-native applications. To deploy more instances of a cloud-enabled app, IT teams can deploy more VMs to host it. This approach to scalability is more difficult to orchestrate, however, than deploying a cloud-native application using containers.

Cloud-enabled app use cases

Cloud-enabled apps are good fits for situations where businesses want to move a legacy app to the cloud to avoid having to maintain on-premises host infrastructure. However, because the underlying architecture stays the same, it doesn't reap the benefits of cloud, such as optimized performance.

Choose the right cloud app model

When deciding which type of cloud application model to use, there are four main factors to consider:

  • Development resources. Cloud-native applications require the most skill to build. Businesses with small development teams or limited time to complete an app should choose a simpler type.
  • Performance. Cloud-enabled and generic cloud-based applications aren't likely to perform as efficiently as well-designed cloud-native applications.
  • Cloud service dependency. If developers deploy a generic cloud-based application with a cloud service specific to a certain cloud platform, such as Elastic Beanstalk, it might be harder to move to a different cloud in the future. In contrast, a cloud-native application hosted in Kubernetes can migrate to any cloud that supports Kubernetes.
  • Deployment and orchestration complexity. Cloud-native applications are more difficult to deploy and manage because they have more moving parts. IT teams will typically need to use an orchestration tool. Simpler cloud-based apps hosted in VMs don't require special orchestration layers.

Editor's note: This article was republished to improve the reader experience.

Chris Tozzi is a freelance writer, research adviser, and professor of IT and society who has previously worked as a journalist and Linux systems administrator.

Next Steps

Ways cloud-native and cloud-agnostic architecture differ

Cloud-native modernization is on the rise

Dig Deeper on Cloud app development and management

Data Center
ITOperations
SearchAWS
SearchVMware
Close