Cloud Computing
Cloud operations and observability
Launch day is the smallest part of a system's life. Operations is everything after: metrics, logs and traces that explain behaviour, alerts that wake the right person for the right reason, and the routine of learning from each failure. In the cloud, where resources appear and vanish by the minute, you cannot operate what you have not instrumented.
Why this topic exists: Running what was built: monitoring, logging, tracing, alerting and reliability engineering (CNCF Observability and Analysis; the Well-Architected Operational Excellence pillar; the CloudOps exam, formerly SysOps).
Cloud operations is the daily work of keeping systems running once they are live: watching their health, responding when they fail, applying changes safely and improving whatever keeps going wrong. Observability is the property that makes this possible, the degree to which a system's inner state can be worked out from what it emits. The CNCF landscape guide files observability in a column that runs beside every layer instead of inside one, a fair picture of the job: operations touches everything and owns little of it.
Three kinds of telemetry
- Metrics: numbers sampled over time, such as latency, error rate, processor load or queue depth. Cheap to keep and well suited to alerts and trends.
- Logs: timestamped records of individual events. Rich in detail, costly at volume, and useful only when structured enough to search.
- Traces: the path of a single request across services, showing where its time went. Indispensable once one user action touches ten components.
Cloud-native systems make this harder than traditional monitoring because their parts are short-lived: a container or function may exist for minutes, so data has to carry enough labels to make sense after its source has gone. The guide names OpenTelemetry and Prometheus as projects built with that model in mind. The providers' own services sit alongside them, for instance Azure Monitor with Log Analytics, alerts and Application Insights, which AZ-900 lists among its monitoring tools, and commercial platforms such as Splunk collect and search the same data across estates.
Alerts, incidents and reliability
Telemetry pays off only when it leads to action. Sound alerting pages a person for symptoms users would notice, such as failed checkouts or a load balancer reporting unhealthy targets, and leaves everything else on dashboards. When an alert does turn into an outage, incident management supplies the routine: a named lead, one channel, updates at set intervals and a blameless review afterwards. The promise the team defends is usually an availability commitment such as an uptime SLA, plus stricter internal targets. The Well-Architected operational excellence pillar describes the same loop, running and watching systems while refining the procedures around them, with automated changes, event response and shared standards as its themes. The CNCF guide adds chaos engineering, deliberately injecting faults to rehearse recovery, and frames it as a choice to optimise for fast repair rather than for never failing.
The beginner's mistake is to collect everything and alert on most of it. Within weeks the team ignores its own pager, and log storage has become a visible line on the invoice. Start from the questions you will need answered during an outage and instrument for those. Credentials follow the practical line: AZ-104 has a domain on monitoring and maintaining Azure resources, Microsoft's free Azure management applied skill is a lab on everyday tasks, Cloud+ weights operations and troubleshooting as separate domains, and AZ-400 carries monitoring into the DevOps feedback loop. Readers who build as well as run should continue with infrastructure as code; security monitoring, related but distinct, belongs to security operations.
Next to this topic
- Cloud fundamentalsService and deployment models, regions and availability zones, elasticity and shared responsibility: the vocabulary every foundational exam tests first (AZ-900 Cloud Concepts; CLF-C02; NIST SP 800-145).
- Cloud platforms: AWS, Azure, Google Cloud, OCIThe four platforms differ in naming, pricing, regions and certification ladders; choosing one is the first decision most learners and teams make (vendor exam guides; the four certification hubs on this site).
- Cloud governance and landing zonesAccounts, subscriptions and projects, management groups, policy, tagging, budgets and locks: how an estate is organised before anything is deployed (AZ-900 Azure management and governance, its one of the three areas, at 30 to 35 per cent; the Well-Architected security and cost pillars).
- Containers and KubernetesContainers are the unit of deployment in cloud-native work and Kubernetes the orchestrator; CNCF's Runtime and Orchestration categories and the CKA exam define the field.
- Serverless and event-driven computingFunctions, managed queues and event buses change how systems are designed and billed; SAA-C03 and the AWS Serverless knowledge badge treat it as its own discipline.
- Cloud storage and managed databasesObject, block and file storage and the managed relational and NoSQL services are the questions that reach into all four SAA-C03 domains in the associate exams (SAA-C03; AZ-104; DP-900 for the data side).
- Cloud networkingVirtual networks, subnets, load balancers, DNS, content delivery and hybrid connectivity are where on-premises networking meets the cloud (SAA-C03; AZ-104; both vendors also sell a networking specialty exam).
- Cloud architecture and the well-architected pillarsDesigning for reliability, performance, security and cost is what the architect exams certify (SAA-C03's four domains; AZ-305; Professional Cloud Architect) and what the Well-Architected Framework's six pillars name.
- Infrastructure as code and automationDeclaring environments in code (Terraform, CloudFormation, Bicep, Pulumi, Ansible) is CNCF's Provisioning category and the operating habit every cloud team is hired for (AZ-400; SAP-C02).
- Cloud cost and FinOpsMeasured, variable cost is one of NIST's five cloud characteristics and the commonest failure in practice; the FinOps Framework (Inform, Optimize, Operate) and SAA-C03's cost-optimised domain make it a discipline, not an afterthought.
- Cloud migration and hybridMoving existing workloads (rehost, replatform, refactor) and running hybrid estates is a large part of enterprise cloud work, and the architect exams test it; the hosting guides cover the small end of a move.
Concepts to know
Glossary entries with the reason each one matters here.
- Uptime & SLA
The number operations exists to keep.
- Incident Management
Cloud incidents follow the same lifecycle as any service incident.
- Load Balancing
Health checks and failover are where operations sees trouble first.
Certifications that test it
Vendor exams and free certificates; facts, cost and the preparation path are on each page, and the certifications hub has them all.
- Microsoft · AZ-104Microsoft Certified: Azure Administrator AssociateMonitoring and maintaining Azure resources.
- Microsoft · Lab-based assessment · freeMicrosoft Applied Skills: Get started with Azure management tasksA free lab on everyday Azure management tasks.
- CompTIA · CV0-004CompTIA Cloud+Operations and support objectives.
- Microsoft · AZ-400Microsoft Certified: DevOps Engineer ExpertMonitoring and feedback in the DevOps exam.
Tools of the trade
- Splunk
Splunk sells itself as observability as much as security.
Frequently asked
- How is observability different from monitoring?
- Monitoring watches for conditions you predicted, such as a disk filling up. Observability is the ability to investigate conditions you did not predict, by asking new questions of the telemetry a system already emits. The first needs thresholds; the second needs rich, well-labelled data.
- Is site reliability engineering the same as cloud operations?
- It is one way of doing operations, in which software engineers apply code and measurable reliability targets to operational work. Many cloud operations teams borrow its practices, such as blameless reviews and explicit reliability targets, without using the title.
- Should I learn a provider's monitoring service or an open standard first?
- Learn the service your platform provides, since it holds the data you will need on day one, and learn the ideas behind OpenTelemetry alongside it. The concepts carry across tools; the menus do not.
Courses in the directory
19 courses are filed here; the top 6 by our ranking, details and the provider link on each course page.
Last reviewed 26 September 2026 · Getting Digital
