Native Cloud Applications: Major Trend in 2009
Join the DZone community and get the full member experience.
Join For Free
let’s take a look at what type of applications are currently running on the cloud… you don’t have to look too hard to realize that these are exactly the same applications that have been developed for a decade to run either locally or at traditional datacenter:
- scalability often means crude load balancing over multiple instances of the same application running on several images
- services provided by cloud providers are rarely used and not taken a full advantage of since they are not readily available during development that happens outside the cloud
- any work with or deployment on a specific cloud provider means a cloud lock-in that is only compounded by the fact that all current vendors require all-or-nothing approach when it comes to hosting your application
native cloud application overcome these shortcomings. unlike current applications, the native cloud applications have three distinct characteristics :
- they are massively parallel , i.e. they are built so that they can scale on a much finer scale on cloud’s on-demand distributed infrastructure – like ability to scale an individual method call in java code, for example
- they take full advantage of native services available in the cloud like s3 and simpledb from aws
- they are developed using a cross-cloud paradigm allowing you to seamlessly develop and run your application across multiple cloud providers utilizing one virtualized cloud spanning your workstation, local co-lo or datacenter and several external cloud providers
to help develop and run native cloud application a new breed of software middleware is required. with the release of gridgain 2.1 – open cloud platform last month we’ve started on the road to create a perfect runtime and development platform for native cloud applications. gridgain 3.0 scheduled for q2-q3 this year will largely complete our vision of what open cloud platform for native cloud application should be.
we are working hard on 3.0 release as we speak so stay tuned!
Opinions expressed by DZone contributors are their own.
Trending
-
Managing Data Residency, the Demo
-
What Is mTLS? How To Implement It With Istio
-
Chaining API Requests With API Gateway
-
MLOps: Definition, Importance, and Implementation
Comments