Road to DevOps
From running one service properly to CI, containers, Kubernetes, and Terraform.
Ops starts with running software properly. A correct unit file beats a screen session.
Anything done twice gets scheduled. Cron syntax is forever.
Tighten a job to business hours on weekdays, the schedule most real jobs actually want.
Containers next. Make the app wait for its database instead of crashing first.
The image itself is part of the attack surface. Build it non-root and pinned.
Services get networks with intent, not the default bridge for everything.
Stop bad changes in CI before they reach anything real.
Your pipeline is production too. Pin the supply chain.
The same discipline, applied to a Kubernetes Deployment.
Infrastructure as code closes the loop. Fix a public bucket in Terraform.