What is CI/CD?

CI/CD is an automated path from a code change to a running release, with checks at every step.

Beginner 5 min DevOps
CommitChange pushedBuildCompile & packageTestAutomated checksStagingProduction-likeProductionReleased to users
Build once, promote the same artifact.

Hover a node to trace its connections · click or press Enter for a short explanation

Next conceptWhat are Containers?A container packages an application with its dependencies and runs as an isolated process on a shared OS kernel.