CI/CD Stack Generator
Spin the reels to generate your perfect (or perfectly cursed) DevOps stack!
Category: CI/CD
Topics covered: fun, interactive
// simulator
CI/CD Stack Generator
Spin the reels to generate your perfect (or perfectly cursed) DevOps stack!
Loading CICD Stack Generator...
How it works
The CI/CD Stack Generator randomly combines:
- CI/CD Tools: GitHub Actions, Jenkins, GitLab CI, and more.
- Infrastructure Tools: Terraform, Ansible, Pulumi, and more.
- Cloud Platforms: AWS, GCP, or even a Raspberry Pi.
Spin the wheels to get your perfect (or perfectly cursed) DevOps stack. Each combination receives a humorous rating that you can share with your team.
This is just a fun game, but who knows, you might discover your next favorite tech stack.
Try next
// game
Heroku-Style Name Generator
Generate names the way Heroku, Docker, Kubernetes, and petname do, see how the word lists combine, and learn when the birthday problem makes random names collide.
// simulator
Log Aggregation Pipeline Simulator
Follow production logs from applications through collection, parsing, filtering, buffering, sharded indexing, and search. Trigger traffic spikes, parser failures, and slow indexing to see where backpressure builds and logs can be lost.
// 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.