Skip to main content

Cloud-native infrastructure - quick start guide

launchpad://docs/advanced
$launchpad open --docs Cloud-native infrastructure - quick start guide
Advanced·Platform: Jira Service Management Cloud (Assets)·Implementation Guide·Reading time: ~4 min·Version 1.0·Mar 2026

Cloud-native infrastructure - quick start guide

Your cloud infrastructure spans three providers, a dozen Kubernetes clusters, and hundreds of managed services. Your cloud consoles show you resources, but they do not show you relationships, ownership, or cost attribution across the estate. This schema gives you a single, structured inventory of everything: from the AWS account at the top to the individual deployment at the bottom.

Cloud-Native Infrastructure extends the Core Schema with 10 object types purpose-built for modern cloud operations. It covers the full stack: Cloud Accounts, Kubernetes Clusters, Namespaces, Deployments, Container Registries, Serverless Functions, Managed Databases, Object Storage, CDN Distributions, and Service Meshes.


When to use this schema

Deploy the Cloud-Native Infrastructure schema when your organisation needs structured visibility into cloud infrastructure:

  • Multi-cloud operations. You run workloads across AWS, Azure, and GCP and need a unified inventory of accounts, clusters, and managed services.

  • Kubernetes at scale. You operate multiple Kubernetes clusters and need to track namespaces, deployments, and service mesh configurations centrally.

  • FinOps and cost attribution. You need to attribute cloud spend to teams, projects, or cost centres and track monthly spend by account.

  • Platform engineering governance. Your platform team needs to enforce standards for cluster versions, registry scanning policies, and mTLS configurations.

This schema is particularly valuable when you have 3 or more cloud accounts or 2 or more Kubernetes clusters.

tip

Pro tip: If you have only on-premises infrastructure with no cloud presence, use the Standard CMDB instead. If you only need basic application and service tracking, the Core Schema is a better starting point.


What you get

Object TypePurposeKey Attributes
Cloud AccountAWS accounts, Azure subscriptions, GCP projectsAccount ID, Provider, Environment, Monthly Spend, Cost Center
Kubernetes ClusterEKS, AKS, GKE, and self-managed clustersVersion, Node Count, Region, GitOps Repo, Cloud Account
NamespaceKubernetes namespace boundaries for workload isolationCluster, Team Owner, CPU Quota, Memory Quota
DeploymentKubernetes workload controllers (Deployments, StatefulSets)Image, Replicas, CPU/Memory Limits, Registry
Container RegistryECR, ACR, GCR, Docker Hub image registriesProvider, URL, Scan Policy
Serverless FunctionAWS Lambda, Cloud Functions, Azure FunctionsRuntime, Memory, Timeout, Trigger Type
Managed DatabaseRDS, Cloud SQL, Cosmos DB, DynamoDBEngine, Version, Instance Type, Multi-AZ, Storage
Object StorageS3, GCS, Azure Blob StorageVersioning, Encryption, Public Access
CDN DistributionCloudFront, CloudFlare, Azure CDNDomain, Origin, SSL Certificate, Cache Policy
Service MeshIstio, Linkerd, Consul ConnectVersion, mTLS Status, Cluster

Schema at a glance

Cloud Account (AWS/Azure/GCP)

├── Kubernetes Cluster (EKS/AKS/GKE)
│ ├── Namespace
│ │ └── Deployment (workloads)
│ └── Service Mesh (Istio/Linkerd)

├── Container Registry (ECR/ACR/GCR)
├── Serverless Function (Lambda/Cloud Functions)
├── Managed Database (RDS/Cloud SQL)
├── Object Storage (S3/GCS/Blob)
└── CDN Distribution (CloudFront/CloudFlare)

Screenshot coming soon

Reference types: Belongs To (blue, ownership hierarchy), Deployed In (green, deployment context), Uses (purple, dependencies).

Core Schema extension: Cloud-Native Infrastructure references Person, Team, Application, Vendor, and Location from Core Schema. Update a person's role once in Core and it reflects across all cloud resources.


Documentation

This Quick Start Guide is split into three focused pages:

PageWhat it coversReading time
Object type referenceFull attribute references, best practices, AQL queries, and real-world examples for all 10 object types.~22 min
Deployment guideStep-by-step deployment, first records in dependency order, population sequence, and relationship patterns.~7 min
Integration and operationsMulti-cloud API integration patterns (AWS, Azure, GCP), FinOps integration, troubleshooting guide, and FAQ.~8 min