
< session />
GitOps: From Commit to Deploy
Tue, 22 April
GitOps revolutionizes modern application deployment by making Git the single source of truth for infrastructure and application changes. This session will take you step-by-step through the entire GitOps pipeline, demonstrating how to automate deployments from the moment code is committed to GitHub all the way to production rollout in Kubernetes.
We will start with a commit, triggering a Continuous Integration (CI) pipeline that automatically builds, tests, and validates the application. Once successfully tested, we will build container images and push them to a container registry, making the application portable and deployment-ready.
Using ArgoCD, we’ll sync the application to a staging Kubernetes cluster and automate the deployment process through Continuous Deployment (CD). Finally, we’ll explore a canary deployment strategy, demonstrating how to safely roll out changes to production with minimal risk. By the end of the session, you’ll have a practical understanding of GitOps, seeing firsthand how Git commits drive deployments in a fully automated CI/CD pipeline.
Key Takeaways
- Understanding GitOps – How Git serves as the single source of truth for deployments.
- End-to-End GitOps Workflow – Step-by-step commit-to-deploy process using CI/CD pipelines.
- ArgoCD in Action – Learn how ArgoCD automates deployments to Kubernetes.
- Canary Deployments – Implementing safe, incremental rollouts to production.
- Practical GitOps Management – Reinforcing how everything maps back to Git commits.
Target Audience
- DevOps Engineers & SREs – Professionals looking to automate Kubernetes deployments using GitOps.
- Software Developers – Engineers working with CI/CD pipelines and containerized applications.
- Platform Engineers & Kubernetes Operators – Those managing Kubernetes clusters and deployment workflows.
- Engineering Managers & Architects – Leaders seeking to optimize deployment strategies with GitOps.
< speaker_info />
About the speaker
Daniel Hinojosa
Independent Consultant, EvolutionNext
Daniel Hinojosa has been a self-employed developer, teacher and speaker for private business, education, and government since 1999. He is passionate about languages, frameworks and programming education. Daniel is a Pomodoro Technique practitioner and is co-founder of the Albuquerque Java User's Group in Albuquerque, New Mexico.