DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Refcards Trend Reports Events Over 2 million developers have joined DZone. Join Today! Thanks for visiting DZone today,
Edit Profile Manage Email Subscriptions Moderation Admin Console How to Post to DZone Article Submission Guidelines
View Profile
Sign Out
Refcards
Trend Reports
Events
Zones
Culture and Methodologies Agile Career Development Methodologies Team Management
Data Engineering AI/ML Big Data Data Databases IoT
Software Design and Architecture Cloud Architecture Containers Integration Microservices Performance Security
Coding Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Partner Zones AWS Cloud
by AWS Developer Relations
Culture and Methodologies
Agile Career Development Methodologies Team Management
Data Engineering
AI/ML Big Data Data Databases IoT
Software Design and Architecture
Cloud Architecture Containers Integration Microservices Performance Security
Coding
Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance
Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Partner Zones
AWS Cloud
by AWS Developer Relations
The Latest "Software Integration: The Intersection of APIs, Microservices, and Cloud-Based Systems" Trend Report
Get the report
  1. DZone
  2. Data Engineering
  3. Databases
  4. Microservices Architecture and a Quick Introduction to Cloud: Why, What, and How

Microservices Architecture and a Quick Introduction to Cloud: Why, What, and How

In this post, we give an introduction to the concept of the cloud and how it works with microservices development.

Ranga Karanam user avatar by
Ranga Karanam
CORE ·
May. 09, 19 · Analysis
Like (5)
Save
Tweet
Share
8.57K Views

Join the DZone community and get the full member experience.

Join For Free

In this article, we focus our attention on the cloud. Why do we need the cloud?

You Will Learn

  • What the cloud is.
  • Why we need the cloud.
  • How the cloud provid auto scaling.
  • The advantages of the cloud.
  • The challenges of the cloud.

Introduction to the Cloud and Microservices: Challenges and Advantages

The Need For The Cloud

Loads on applications are not consistent throughout the year:

  • Consider a startup company, which could have the potential to grow very fast.
  • Imagine an online shopping portal, whose customer load varies throughout the year.
  • Other online business portals, such the insurance sector, which has a peak load at a particular time of the year, and very little load during other times.

If you provision your infrastructure to be able to handle the peak system lead, what would that infrastructure be doing the rest of the time?

Most of it would just be sitting idle, watching the fun.

That is exactly the problem the cloud wants to solve.

The cloud intends to make it easy to provision infrastructure when you need it, and just as easy to release it when you don't. This feature of the cloud has created a lot of buzz around it over the last decade or so.

Building Applications for the Cloud

The thing is, you cannot take any application and just put it on the cloud.

A lot of things need to be right, in order to make an application cloud-enabled. They are known as cloud-native applications.

There are best practices in place to develop such cloud-native applications, also known as twelve-factor apps. We'll discuss those in a seperate article.

Advantages of the Cloud

Auto Scaling and Agility

There is no longer a need to statically provision infrastructure to ensure availability for peak loads. You can do that on-demand.

Cost Reduction

There are significant cost reductions with using infrastructure from the cloud, because you only use what you need for the duration you need them.

Scalability and Elasticity

When applications are built well, they can auto-scale based on the load.

Reliability

Since your applications are cloud-enabled, they are designed to withstand certain kinds of outages. For example, applications with microservices architecture have fault-tolerance built into them.

Migrating Applications to the Cloud

It is not very straightforward to migrate your applications to be cloud-enabled.

The first step is to make them cloud-native. The next decision to make is choosing a platform to migrate the application to. You generally have a choice of platforms to migrate to, such as Microsoft Azure, AWS, and Google Cloud, among others.

Best Practices

The best practices listed for making applications cloud-native are often termed 12 factor apps. These capture the experiences of Heroku, with developing cloud enabled applications.

Challenges of Developing Cloud Applications

Security

Security is a major concern, as you do not own the infrastructure, and it can be dynamically acquired and released.

Application Compatibility

Most applications are not compatible with the cloud. Applications have to be enhanced to make them cloud native.

Manifestations of the Cloud

IaaS

Infrastructure as a Service is the first level of cloud. Here, cloud providers only provide the hardware needed to run applications.

PaaS

Platform as a Service is the next level of the cloud, where the cloud provider provides you a platform - an operating system or managed software (databases, programming languages, web application platforms) - on top of the hardware.

SaaS

Software as a Service is the third level of the cloud, where the cloud provider offers a software product on the cloud - like Google Docs.

Summary

In this article, we had a good look at the cloud. We saw that a cloud helps ease the infrastructure management of online businesses by making provisioning dynamic. A cloud could be public, or private. Using a cloud has many advantages to offer, such as agility, cost reduction, and reliability.

Cloud application microservice Architecture

Published at DZone with permission of Ranga Karanam, DZone MVB. See the original article here.

Opinions expressed by DZone contributors are their own.

Popular on DZone

  • Tracking Software Architecture Decisions
  • Building Microservice in Golang
  • What Is Advertised Kafka Address?
  • Introduction to Spring Cloud Kubernetes

Comments

Partner Resources

X

ABOUT US

  • About DZone
  • Send feedback
  • Careers
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 600 Park Offices Drive
  • Suite 300
  • Durham, NC 27709
  • support@dzone.com
  • +1 (919) 678-0300

Let's be friends: