StackNova / Paths / Cloud
PATH 02 · CLOUD

Containers and the runtime.

Containers, the tools that build and ship them, and the platforms that run them in production - the runtime your services actually live in.

7 ARTICLES

Articles in this path.

Start at the foundation - what a container actually is - then meet the tool that made them ubiquitous, see where they run in production on a serverless cloud platform, how the same platform handles run-to-completion tasks, two comparisons to help you pick, and how each side actually auto-scales.

CLOUD · FUNDAMENTALS / LEVEL 101

What is a container?

The runtime-agnostic foundation - what's inside one, how it differs from a virtual machine, and the Linux primitives (namespaces, cgroups, layered filesystems) that make it work.

Read it
CLOUD · CONTAINERS / LEVEL 101

What is Docker?

The platform that turned containers usable - Engine, CLI, Desktop, Hub, Compose, and Buildx, plus the build-ship-run cycle every developer learns first.

Read it
CLOUD · CONTAINERS / LEVEL 101

What is an Azure Container App?

Serverless containers as long-lived services - HTTPS, autoscaling, rolling revisions, and a managed environment, without a Kubernetes cluster to operate underneath.

Read it
CLOUD · CONTAINERS / LEVEL 201

What is an Azure Container App Job?

Serverless containers that start, do work, and exit - scheduled by cron, triggered by a queue, or kicked off on demand, on the same platform that runs your services.

Read it
CLOUD · COMPARISON / LEVEL 101

Container App vs Container App Job

Same platform, same image, two contracts. The dividing line between Apps and Jobs, the billing implications, and a four-question decision tree for picking the right one.

Read it
CLOUD · COMPARISON / LEVEL 101

Azure Function vs Container App Job

Two serverless ways to run bounded work on Azure - one ships a container, one ships a handler. Duration, programming model, billing, and which one fits the task.

Read it
CLOUD · SCALING / LEVEL 101

How Functions and Jobs scale

Both auto-scale - but through different machinery and different units. The scale signal, the scale controller vs KEDA, scale to zero, and a worked burst.

Read it
EXTERNAL · CURATED

Resources for this path

Official docs, deep dives, and videos worth bookmarking - the canonical sources behind every article.