GitOps Workflow Simulator
Learn GitOps principles through interactive scenarios. Understand Git as source of truth, automated sync, and drift detection.
Category: DevOps
What You Will Learn
- Understand the GitOps deployment model
- Trace changes from commit to production
- Learn reconciliation and drift detection
Topics covered: gitops, kubernetes, argocd, educational, interactive
// simulator
GitOps Workflow Simulator
Learn GitOps principles through interactive scenarios. Understand Git as source of truth, automated sync, and drift detection.
GitOps Workflow Simulator
Learn GitOps principles through interactive scenarios
GitOps is a modern approach to continuous deployment where Git serves as the single source of truth for declarative infrastructure and applications.
Git as Source of Truth
All desired state is stored in Git repositories
Automated Sync
Operators continuously reconcile actual state with desired state
Drift Detection
Automatic detection and correction of configuration drift
- How GitOps operators synchronize Git state with Kubernetes clusters
- Understanding sync status, health status, and configuration drift
- When to use automatic sync vs manual approval
- How to handle deployments, rollbacks, and drift correction
Try next
// simulator
How Docker Works Under the Hood
Watch what really happens when you run docker run -p 8080:80 nginx, one layer at a time. Step down the whole stack: the CLI, the daemon, the registry pull, containerd, the OCI runtime bundle, runc, the running container, and the shared Linux kernel. Every stage shows the real low-level command you can run yourself, so it doubles as a tour of the primitives that make a container: namespaces, cgroups, and runc. A container is not a small VM, and this shows you why.
// simulator
Agentic Loop Simulator
Watch a coding agent run an agentic loop, one step at a time. A planner, a builder, and a judge cycle through plan, build, verify, and repeat until the goal is met. Toggle the separate judge off to see why an agent grading its own work ships confident bugs. An animation-first, interactive explainer of loop engineering and how it maps to Claude Code.
// simulator
Docker Terminal Simulator
Practice Docker commands in an interactive browser terminal. Learn images, containers, logs, exec, Dockerfile builds, volumes, networks, and Docker Compose with a live Docker daemon visualization.