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

Date

Book a call
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:
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.
Book a Discovery Call
Related Articles.
More from the engineering frontline.
Dive deep into our research and insights on design, development, and the impact of various trends to businesses.

Apr 9, 2026
From RFPs to Revenue: How We Built an AI Agent Team That Writes Technical Proposals in 60 Seconds
GeekyAnts built DealRoom.ai — four AI agents that turn RFPs into accurate technical proposals in 60 seconds, with real-time cost breakdowns and scope maps.

Apr 6, 2026
How We Built an AI System That Automates Senior Solution Architect Workflows
Discover how we built a 4-agent AI co-pilot that converts complex RFPs into draft technical proposals in 15 minutes — with built-in conflict detection, assumption surfacing, and confidence scoring.

Apr 6, 2026
AI Code Healer for Fixing Broken CI/CD Builds Fast
A deep dive into how GeekyAnts built an AI-powered Code Healer that analyzes CI/CD failures, summarizes logs, and generates code-level fixes to keep development moving.

Apr 2, 2026
A Real-Time AI Fraud Decision Engine Under 50ms
A deep dive into how GeekyAnts built a real-time AI fraud detection system that evaluates transactions in milliseconds using a hybrid multi-agent approach.

Apr 1, 2026
Building an Autonomous Multi-Agent Fraud Detection System in Under 200ms
GeekyAnts built a 5-agent fraud detection pipeline that makes decisions in under 200ms — 15x cheaper than single-model systems, with full explainability built in.

Mar 31, 2026
Building a Self-Healing CI/CD System with an AI Agent
When code breaks a pipeline, developers have to stop working and figure out why. This blog shows how an AI agent reads the error, finds the fix, and submits it for review all on its own.