Cloud Native Approach For Software Engineering. Part 1 - Cloud Native Apps.

Mar 25, 2020

Cloud Native Approach For Software Engineering. Part 1 - Cloud Native Apps.

A Quick Overview Of What Cloud Native Approach Is & What Cloud Native Apps Are.

Author

Vasuki Vardhan G
Vasuki Vardhan GTech Lead - II

This the 1st part of the two-part series talking about Cloud Native Apps and Containerization.

In recent days you would have heard people talking about building cloud native applications and if you were a bit more curious about it then you would have even heard of CNCF (Cloud Native Computing Foundation) certifications. So what exactly is this Cloud Native approach, you ask? Well, let's go through it.

In the heritage world, we have huge monolithic apps and in the new world, we have microservices living on the cloud. The below diagram shows the stack of our cloud native apps:

In the Cloud Infrastructure layer, we have public, private and enterprise hybrid infrastructure that cloud native apps apply to hybrid and multi-cloud situations.

Then, there is the Scheduling and Orchestration layer which has control planes such as Kubernetes.

On top of that lies the Data Services layer. This layer is all about backing services and databases. This layer also allows us to connect other 3rd party services which are on different cloud systems or even On-Premise. It includes all 3rd party REST, GraphQL and SOAP APIs.

This is stacked upon by Application Runtime layer which was traditionally known as Middlewares and finally we have our sweet spot where our cloud native apps sit, the Application Code layer. The apps for cloud native approach are built and delivered very differently when compared to our traditional monolithic applications.

In recent days, this solution stack is being refactored at the bottom layers which is making the stack to have a low centre of gravity. What this does is that it frees up the application code layer for innovation.

So the key benefits of this approach are:

  • Innovation
  • Agility
  • Commoditization

The appropriate use cases for the above stack is almost everything, which means that this stack is suitable for everything that is cloud based. Everything that lives on the cloud should have a cloud native design and approach. This means that our application code should be instrumented with things like standardized logging, standardized events and being able to match those logging and events to a standard catalogue that multiple microservices and cloud native apps can use. The last thing we want our development squads to do is to figure out what their log and event messages should be. 

To sum it all up, the cloud native approach is all about enterprise engineering at scale.

This concept shall lead to a better understanding of containerization which will be discussed in the next part of this article series.

Read part 2 here.

See you then. 

Subscribe to Our Newsletter

More from the engineering frontline.

Dive deep into our research and insights on design, development, and the impact of various trends to businesses.
Insight
Building Local LLMs Using Dart FFI And llama.cpp: Beyond Wrapper Packages
Sep 11, 2026

Building Local LLMs Using Dart FFI And llama.cpp: Beyond Wrapper Packages

Build local LLMs in Flutter with Dart FFI and llama.cpp, and see how native bridges, GGUF models, memory management, and token streaming enable private, on-device AI.

Insight
My Flutter App Froze With Three Photos on Screen. Here's What I Was Doing Wrong
Sep 11, 2026

My Flutter App Froze With Three Photos on Screen. Here's What I Was Doing Wrong

This blog explains how rethinking Flutter’s image-processing architecture fixed severe performance issues and improved rendering efficiency.

Insight
Building a Production-Ready Canva-like Editor with Konva.js, React 19 and Next.js 15
Sep 10, 2026

Building a Production-Ready Canva-like Editor with Konva.js, React 19 and Next.js 15

This blog explains how to build a production-ready canvas editor with Konva.js, React, and Next.js, covering architecture, performance, and key engineering decisions.

Insight
What a PHP-to-NestJS Banking Migration Taught Us About Architecture, Security, and Trust
Sep 8, 2026

What a PHP-to-NestJS Banking Migration Taught Us About Architecture, Security, and Trust

This blog explores the architecture, security, performance, and documentation lessons from migrating a legacy PHP/Laravel banking platform to NestJS.

Insight
Building Production-Grade Video Thumbnail Scrubbing in the Browser: HLS, Frame Extraction, Caching, and Performance Trade-offs
Sep 7, 2026

Building Production-Grade Video Thumbnail Scrubbing in the Browser: HLS, Frame Extraction, Caching, and Performance Trade-offs

This blog explains how to build responsive video thumbnail scrubbing in the browser for local files and HLS streams, covering frame extraction, caching, and performance trade-offs.

Insight
The Agent Can See Your App. How Often Can It Look?
Sep 4, 2026

The Agent Can See Your App. How Often Can It Look?

AI coding agents can now interact with mobile apps, but their effectiveness depends on iteration speed. This blog explores how React Native architecture influences feedback loops and AI-driven developer productivity.

Insight
Building Interactive Cards from Design JSON Without Killing Your Feed: Overlays, Video, Mute/Unmute, and Lag-Free Lists
Sep 1, 2026

Building Interactive Cards from Design JSON Without Killing Your Feed: Overlays, Video, Mute/Unmute, and Lag-Free Lists

Learn how to turn design JSON into interactive, video-enabled cards using overlays, smart media controls, caching, and virtualization without slowing down high-cardinality feeds.

The Right Conversation Can

Save You Six Months.

Book a call
Cloud Native Approach For Software Engineering. Part 1 - Cloud Native Apps. - GeekyAnts