Overview
Direct Answer
Cloud-native is an architectural approach to designing and deploying applications that are explicitly built to run on cloud infrastructure, leveraging containerisation, microservices, and orchestration to maximise scalability, fault tolerance, and operational efficiency.
How It Works
Applications are decomposed into loosely coupled microservices packaged in containers, managed by orchestration platforms such as Kubernetes. This design enables independent scaling of components, automated deployment pipelines, and self-healing capabilities that respond dynamically to infrastructure changes and traffic fluctuations.
Why It Matters
Organisations adopt this approach to reduce time-to-market, minimise operational overhead through automation, and achieve cost efficiency via dynamic resource allocation. Rapid iteration cycles and improved resilience are critical for enterprises competing in fast-moving digital markets.
Common Applications
Streaming platforms, financial services APIs, e-commerce backends, and real-time analytics systems frequently employ this model. SaaS providers and organisations managing high-variability workloads benefit significantly from the elasticity and deployment velocity inherent in containerised microservices architectures.
Key Considerations
Distributed systems complexity increases substantially; teams require expertise in container orchestration, observability, and network security. Legacy monolithic applications often require significant refactoring, and the operational burden of managing container ecosystems can offset cost savings without mature DevOps practices.
Cross-References(2)
Cited Across coldai.org5 pages mention Cloud-Native
Industry pages, services, technologies, capabilities, case studies and insights on coldai.org that reference Cloud-Native — providing applied context for how the concept is used in client engagements.
Referenced By2 terms mention Cloud-Native
Other entries in the wiki whose definition references Cloud-Native — useful for understanding how this concept connects across Cloud Computing and adjacent domains.
More in Cloud Computing
Terraform
Deployment & OperationsAn open-source infrastructure as code tool for building, changing, and versioning infrastructure safely and efficiently.
Cloud Workload Protection
Strategy & EconomicsSecurity solutions designed to protect server workloads running in cloud environments, providing vulnerability management, runtime protection, and compliance monitoring.
Infrastructure as Code
Deployment & OperationsManaging and provisioning computing infrastructure through machine-readable configuration files rather than manual processes.
Identity and Access Management
Strategy & EconomicsA framework for managing digital identities and controlling user access to resources and systems.
Load Balancer
InfrastructureA device or software that distributes network traffic across multiple servers to ensure no single server is overwhelmed.
Block Storage
InfrastructureA data storage technology that manages data as individual blocks, each acting as an independent hard drive.
Internal Developer Portal
Deployment & OperationsA centralised web interface that provides developers with self-service access to infrastructure, services, documentation, and templates within their organisation.
GPU Cloud Computing
Service ModelsCloud infrastructure providing on-demand access to graphics processing units optimised for AI training and inference, enabling organisations to scale compute without capital investment.