What if every git branch was a perfect replica of production? See how GitOps makes infrastructure changes trivial and eliminates staging environments forever.
#1about 3 minutes
The challenge of traditional DevOps overhead
Traditional DevOps requires specialized engineers and complex scripts, which increases onboarding time and distracts from core application development.
#2about 5 minutes
Introducing GitOps for simplified infrastructure management
GitOps abstracts infrastructure into simple, declarative YAML files within your repository, reducing the need for specialized DevOps skills.
#3about 4 minutes
Core principles of a Git-centric workflow
The workflow is built on three core principles: Git as the single source of truth, declarative configuration files, and automated actions triggered by Git events.
#4about 6 minutes
Adding new services with a simple configuration change
New applications and services can be added to a project simply by creating a new subdirectory with a corresponding declarative YAML file.
#5about 5 minutes
Managing a fleet of applications with upstream templates
Use a central upstream template to manage and deploy updates across a large fleet of applications, automating infrastructure changes for SaaS products.
#6about 7 minutes
Demo of adding a storefront to a fleet of sites
A live demonstration shows how to add a new storefront application to an entire fleet of sites by making a single change in an upstream template repository.
#7about 4 minutes
How GitOps fosters team growth and experimentation
A standardized, abstract infrastructure layer lowers the barrier to entry, encouraging cross-functional experimentation and professional development within the team.
#8about 3 minutes
Q&A on compliance and security certifications
The platform meets various compliance standards for regulated industries, including HIPAA for healthcare, PCI for payments, and GDPR for data privacy.
Related jobs
Jobs that call for the skills explored in this talk.
Matching moments
02:30 MIN
Adopting a unified GitOps workflow for all infrastructure
Simplifying edge app delivery: one workflow, thousands of devices
07:50 MIN
How GitOps streamlines the application delivery process
Securing Secrets in the GitOps era
04:29 MIN
Applying GitOps principles to network automation
How Cisco embraced a DevOps culture within its network engineering team
05:20 MIN
Understanding the core principles of GitOps
How to GitOps your cluster with Flux
07:32 MIN
Understanding the fundamentals and benefits of GitOps
Securing secrets in the GitOps Era
03:53 MIN
Managing infrastructure with a GitOps workflow
Infrastructure as Code: The Developer's Secret Weapon
01:11 MIN
Understanding GitOps for declarative application delivery
Next-gen CI/CD with Gitops and Progressive Delivery
02:31 MIN
Key benefits and principles of a true GitOps workflow
Everything as Code: A Dozen As-Code Concepts beyond Infrastructure or Configuration as Code
Dev Digest 108 - Git off my cloud!Welcome to another edition of the WeAreDevelopers Dev Digest. This time we have an interview with Sead Ahmetovic, CEO of of WeAreDevelopers and Scott Chacon, co-Founder of GitHub. They talk about careers, early coding days, developer communities, eva...
Daniel Cranney
How Microsoft worked around a Git limitation to shrink a repository by 94%Imagine that you are responsible for a Git repository with 1000 users, and 20 million lines of code. You struggle to keep up with constant pull requests but the biggest problem is that the Git file size of the repository is mushrooming to over 170GB ...
Alan Smithee
GitHub Copilot: Beyond the Basics – 10 Ways to Elevate Your CodingWelcome to an in-depth exploration of GitHub Copilot and its capabilities. If you're a software developer or someone intrigued by AI's potential to revolutionize coding, this post is for you. GitHub Copilot, an AI-powered code completion tool, offers...