• Home
  • Workshops
  • Services
  • Contact
Mont-Cenis-Straße 399, Herne 44627, Germany
+49 (0) 221 9865099 0
hello@devninjas.io

Workshops

  • Docker Fundamentals
  • Kubernetes Introduction
  • CKAD Exam Prep
  • CKA Exam Prep
  • All Workshops

Services

  • Shogun · Platform Consulting
  • Mamori · Managed Retainer
  • Kensho · Platform Audit

Company

  • Contact
  • Sitemap
2026 • Coded with by DevNinjas
  • Imprint
  • Privacy
  • GTC

Introduction to Argo CD

After three days you manage Kubernetes deployments via GitOps with Argo CD. From installation through Helm and Kustomize integration to ApplicationSets, Argo Rollouts and secrets management: all hands-on with your own cluster.

Share via email
  • Workshop levelSome practical experience recommended
  • Satisfied participants2340+
  • Days3
  • LanguageGerman & English
  • Workshop codeDW27

Workshop Details

What makes this workshop stand out

🎯

What you will learn and take away

After three days of Argo CD training you manage Kubernetes deployments entirely through Git. Here's what you take away:

  • Implement production-ready GitOps workflows: From Argo CD installation through sync policies and self-healing to multi-cluster setups with ApplicationSets
  • Manifest management with Helm and Kustomize: Values files per environment, overlays, OCI registry support and an informed choice between both tools
  • Progressive delivery with Argo Rollouts: Canary and blue-green strategies with AnalysisTemplates, traffic steering and automatic abort

All exercises run in our cloud environment. No local setup, no hassle. You take working GitOps pipelines home with you.

Want to continue? Our Kubernetes Observability Training shows you how to build the monitoring stack for your cluster.

💼

Why the investment pays off

When deployments run manually or through convoluted CI pipelines, your team lacks traceability and speed. This Argo CD training changes that:

  • Deployment audit at the push of a button: Every change is traceable in the Git log. Who deployed what and when? The answer is in the commit
  • Reduce release risk: Canary deployments and blue-green releases with Argo Rollouts enable controlled rollouts instead of big-bang deployments
  • Multi-cluster without extra effort: ApplicationSets deploy the same application consistently to dev, staging and production without manual configuration per cluster

Small groups of maximum 8 participants so we can address questions from your project context.

📋

Prerequisites

Required:

  • Solid Kubernetes knowledge: Pods, Deployments, Services, Namespaces and working with kubectl
  • Basic Git knowledge: commits, branches, pull requests
  • Comfortable with the Linux command line

Not required:

  • Argo CD experience (built from the ground up)
  • Helm or Kustomize knowledge (covered in the workshop)

Our Kubernetes Fundamentals Training provides the ideal preparation.

Workshop Agenda

Your Agenda at a Glance

Hands-on and structured. Every participant works in their own cloud environment. The agenda shows you what to expect each day.

Day 1: Understand GitOps, install Argo CD and deploy first applications

5 topics
09:00–10:00💬 Introduction Round

What sets GitOps apart from traditional CI/CD, and why are more teams adopting the pull model? This module covers the core principles: Git as Single Source of Truth, declarative configuration and automatic reconciliation. You compare Argo CD with Flux CD, place both tools within the CNCF ecosystem and understand when each approach fits.

argocdArgo CD

You install Argo CD via Helm chart on your own Kubernetes cluster and explore the architecture: Application Controller, Repo Server, API Server and Redis as cache. Then you navigate the web UI and the argocd CLI, create your first projects and connect your Git repository. By the end of this block, your Argo CD instance is running and ready for the first deployment.

argocdArgo CDkubernetesKuberneteshelmHelm
12:00–13:00🥪 Lunch Break

Time to get hands-on: you create an Application resource, link it to a Git repository and watch Argo CD reconcile the desired state in your cluster. You configure sync policies (manual and automatic), define health checks and learn the difference between OutOfSync and Degraded. After this block, you can independently deploy applications via Git and monitor their status in the UI.

What happens when someone manually changes a resource via kubectl? Here you enable self-healing and observe how Argo CD detects drift and corrects it. You configure pruning (automatic deletion of orphaned resources), work with sync waves and resource hooks for ordered deployments and test retry strategies for failed syncs. This way you understand how Argo CD guarantees the desired state without manual intervention.

A broken deployment needs to be reverted quickly. You compare three approaches: rollback via the Argo CD history, Git revert followed by sync and manual override. Which approach fits which situation? Additionally, you back up the Argo CD state (application definitions, projects, repository credentials) and practice restoring an Argo CD instance on a fresh cluster.

16:00–16:30💭 Questions & Answers

Day 2: Manage manifests with Helm and Kustomize, implement multi-environment strategies

5 topics
09:00–10:00💭 Questions & Answers

Helm is the de facto standard for Kubernetes package management, and Argo CD supports Helm-based applications natively. You create applications with values files per environment, use chart repositories and the new OCI registry support (since v3.1). Using a concrete example, you see how Helm parameters are overridden in Argo CD and when values files in the Git repo are the cleaner approach.

helmHelm

Not every project needs Helm templates. With Kustomize you work with overlays that adapt base manifests per environment without duplicating them. You create a kustomization with patches for dev, staging and production, test the output with kustomize build and deploy the result via Argo CD. At the end, you compare Helm and Kustomize and can make an informed decision about which tool fits your projects better.

kustomizeKustomize
12:00–13:00🥪 Lunch Break

Mono-repo or multi-repo? App repo and config repo separate or combined? This decision shapes your entire deployment workflow. You analyze the pros and cons of both approaches using concrete scenarios, design an environment promotion pipeline (dev → staging → production) and set up a PR-based workflow where changes only reach the cluster after review.

When managing more than a handful of applications, you need automation. With ApplicationSets you generate applications dynamically from templates. You work with the key generators: List (static cluster list), Cluster (automatic discovery), Git (directory and file based) and PullRequest (preview environments per PR). At the end, you deploy an application to multiple clusters simultaneously and control the rollout with the progressive rollout strategy.

argocdArgo CD

How do you bootstrap an entire cluster with all applications from a single Git commit? The App of Apps pattern solves exactly this problem: a root application defines and manages all child applications. You build this pattern hands-on, discuss its limitations (dependencies between apps, sync ordering) and compare it with ApplicationSets. After this block, you know when App of Apps and when ApplicationSets are the better choice.

16:00–16:30💭 Questions & Answers

Day 3: Secure access, progressive delivery with Argo Rollouts and production readiness

5 topics
09:00–10:00💭 Questions & Answers

In production environments, different teams need different permissions. You configure AppProjects for namespace isolation, define RBAC policies with fine-grained permissions (who can sync, who can only read?) and set up SSO via OIDC with Dex. You also leverage the new OIDC token auto-refresh (v3.3) that prevents unexpected logouts during work.

Secrets don't belong in a Git repo, but GitOps requires everything to live in Git. How do you resolve this contradiction? You test three approaches hands-on: Sealed Secrets (encryption in the repo with kubeseal), External Secrets Operator (connecting to AWS Secrets Manager, HashiCorp Vault or Azure Key Vault) and SOPS with age encryption. For each approach, you evaluate complexity, security and maintainability.

12:00–13:00🥪 Lunch Break

Kubernetes Deployments only support rolling updates. For controlled releases you need Argo Rollouts. You install the controller, create your first canary rollout strategy with percentage-based traffic steering and define AnalysisTemplates that automatically pause or abort the rollout when metrics exceed thresholds. Then you configure a blue-green deployment with preview service and manual promotion step.

argocdArgo CD

Who gets notified when a sync fails or a rollout pauses? You configure Argo CD Notifications for Slack, Microsoft Teams and webhooks, defining triggers for sync failures, health degradation and successful deployments. On the monitoring side, you scrape Argo CD's Prometheus metrics and build a Grafana dashboard that visualizes sync duration, application health and reconciliation cycles.

prometheusPrometheusgrafanaGrafana

GitOps complements your CI pipeline with automated continuous deployment to Kubernetes. You integrate Argo CD with GitLab CI and GitHub Actions: the CI builds and pushes the image, updates the manifest in the config repo, and Argo CD rolls out the change in the cluster. Additionally, you configure the Argo CD Image Updater for automatic image tag updates. Finally, you discuss production best practices: shallow git fetches (v3.3) for large repos, resource exclusions, diff customization and performance tuning.

16:00–16:30💭 Questions & Answers

Our Benefits

All from one hand!

With our high-quality trainings and workshops, you can bring yourself and your team up to date. All this with many benefits that you get from us.

👨‍💻High Practical Content
70% hands-on, 30% theory. You work continuously with real scenarios and take working code home with you. No PowerPoint battles, but directly applicable knowledge for your projects.
☁️Cloud Learning Environment
DevNinjas Dojo: Your own Kubernetes clusters and VMs for each participant in the browser. No installation, works despite VPN/proxy/firewalls. You work with dedicated resources, not in shared environments.
🥷Experienced Trainers
Full-time DevOps engineers and consultants from DevNinjas lead the workshops. Not external trainers, but specialized employees actively working on client projects and sharing real-world experience.
👥Small Groups
Maximum 8 participants per workshop. Everyone gets individual support from the trainer. Your specific questions and use cases get answered, not passed over in anonymous crowds.
🏗️Real-World Scenarios
No toy examples or hello-world demos. You work with production-grade setups: multi-container applications, CI/CD pipelines, monitoring stacks. Directly transferable to your production environments.
🎓Certification
You receive an official certificate of attendance as PDF and a verified LinkedIn badge. Document your professional development for your employer, HR, and recruiters professionally.

Testimonials

How participants experience our trainings

4.9/ 5

1047+ participant reviews · unfiltered

across all DevNinjas trainings

Trainer
5.0
Content
4.8
Hands-on
4.8

DevNinjas overall: over 1,384 participants · 207 companies · 241 workshops

Including BMW, Bundeswehr, Deutsche Bahn and many more.

"My colleagues specifically looked for a sysadmin course for Docker with another provider and had an instructor who only set up an IDE for them and then only worked on a task sheet with development tasks. I had a course with lots of background information, an instructor who had a really extensive knowledge of the whole subject matter beyond the slides, and I feel optimally informed."

Default avatar picture of DevNinjas
Johannes Bernstein
@TRIMET Gelsenkirchen SE

"The advanced Kubernetes workshop at DevNinjas really helped me grow professionally. The content was practical and excellently prepared, so even complex topics like RBAC, network policies and Ingress were conveyed in an understandable and directly applicable way. The deep expertise of the trainer was especially impressive and noticeable in every session. I can recommend this workshop to anyone who wants to use Kubernetes in production!"

Default avatar picture of DevNinjas
Marius Büttner
@Siemens AG

"From my perspective, the workshop had the right speed and an appropriate level of challenge. The subject matter was explained clearly by the instructor and practically consolidated with well-distributed exercises. Adjusting the workshop focus to the participants wishes was not a problem. Valuable practical experiences were shared, and even more specific questions were gladly answered. The instructor's professional expertise and extensive practical experience on the subject gave this workshop a special quality."

Default avatar picture of DevNinjas
S. Kaiser
@forcont business technology GmbH

"The instructor is very competent and was able to answer all questions satisfactorily even outside the presentation. It was a very pleasant workshop with a good learning pace. I learned a lot and look forward to applying and expanding my acquired knowledge in everyday work, as well as privately."

Default avatar picture of DevNinjas
Schmucker
@RODIAS GmbH

"The training exceeded my expectations by far. It was excellently structured, and the trainer's expertise was evident from the very first moment. The topics were presented vividly and with practical examples, and the exercises were pleasantly challenging, exactly right for a course like this. Through targeted questions, the trainer drew me so deeply into the subject that I absolutely wanted to keep working after the session ended. The teaching was outstanding too: topics were explained clearly and the trainer always addressed follow-up questions. I can recommend DevNinjas one hundred percent."

Default avatar picture of DevNinjas
Patrick J.

"In the workshop the most important Docker and Kubernetes topics were put together, prepared and explained superbly. The exercises fit precisely and were very well chosen in terms of difficulty. I am very satisfied with how much I learned in the five days and feel well prepared for upcoming tasks at work. Sure, you can teach yourself a lot on your own with AI tools, but without the workshop I would not have gained this overview or worked through so many exercises independently."

Default avatar picture of DevNinjas
Christine L.

"The seminar was superbly prepared, the group pleasantly small and the materials first-class. An excellent instructor who knows the subject inside out, takes time for the participants and answers questions in detail. The learning material alternated in a balanced way between theory and hands-on exercises that were timed excellently."

Default avatar picture of DevNinjas
Kevin H.
@Oest Holding GmbH

"All expectations met. Good technical expertise."

Default avatar picture of DevNinjas
Manuel Köhn
@Mercedes-Benz Tech Innovation

"Nico was very organized, technically excellent, and brought a great atmosphere from day one. He knows how to get people excited about the subject and conveys the knowledge very well. Questions were answered right away unless they would have given away later topics, and he then picked those up again at the right moment. All in all a very successful course and definitely a recommendation. Thank you, Nico, for the instructive and cool time."

Default avatar picture of DevNinjas
Pascal S.

"I really enjoyed the Docker & Kubernetes workshop at DevNinjas. Nico explained the complex topics around containers and orchestration in a very understandable and practical way. The mix of theory and hands-on exercises was perfect for being able to apply everything directly. I was able to take a lot away for my everyday work and now feel significantly more confident working with Docker and Kubernetes."

Default avatar picture of DevNinjas
Dominik Kneissl
@Siemens Healthineers

"Overall, I thought the training was very good. The instructor was technically very competent and gave plenty of input on every topic. On a personal level it was very pleasant too, which made it fun. The learning environment was absolutely exemplary in its setup and usability. I will definitely recommend the training and DevNinjas."

Default avatar picture of DevNinjas
Marius B.
@Dataport

"The trainer's materials were very well prepared, and the approach was clearly structured, moving from the easy to the more demanding blocks of content. Advanced Kubernetes fundamentals and the path to a solution were shown using practical examples, and questions were always resolved with an answer and a fitting real-world example. My expectations were met, and I can only recommend this seminar."

Default avatar picture of DevNinjas
Stefan J.
@BMI

"The "Docker & Kubernetes Bundle" training provided me with solid, practical knowledge for everyday work and enabled me to handle Docker and Kubernetes professionally. The excellently structured material offers real added value, even beyond the workshop. The combination of technical depth and interactive delivery by the trainer rounded off the whole experience. An experience that continues to help me even after the training."

Default avatar picture of DevNinjas
Swen Strangfeld
@Bundesdruckerei GmbH

"It was fun and I learned a lot that I can actually apply directly in my company. The trainer's approach was very hands-on, and he repeatedly brought in real-world examples."

Default avatar picture of DevNinjas
Felix R.
@Dirk Rossmann GmbH

"The workshop gave me a very good insight into Kubernetes and made working with containers much clearer. Nico delivered the content in a practical and well-structured way, so I could quickly find my way around. The hands-on exercises in particular helped me apply what I learned directly. For anyone looking for a solid introduction to Kubernetes, this workshop is definitely recommended."

Default avatar picture of DevNinjas
Daniel Hagen
@DKB Service GmbH

"The CKAD content is extensive, and the hands-on exercises are helpful and necessary to really learn it. This course struck a good balance between enough practice and sufficient depth. The understanding conveyed over the three days is definitely enough to work through the remaining CKAD topics on your own, because the concepts are taught clearly. The learning environment worked smoothly and reliably."

Default avatar picture of DevNinjas
Peter Menze

Continue Learning

Related Workshops for You

Foundation
Introduction to Kubernetes Workshop
Beginner

Introduction to Kubernetes

Learn to use Kubernetes confidently in three days. From Pods and Deployments to Storage and deployment strategies. You work hands-on in your own cloud environment with kubectl, K9s, and Helm.
3 Days€1,665.00
Tooling
Introduction to Kubernetes Helm Workshop
Intermediate

Introduction to Kubernetes Helm

Develop production-ready Helm charts in 3 days: From installation through OCI registry publishing to GitOps integration. You create custom charts, test with helm-unittest, and deploy multi-environment setups. All exercises run on dedicated Kubernetes clusters in the DevNinjas Dojo.
3 Days€1,665.00
Tooling
Introduction to GitLab CI/CD Workshop
Beginner

Introduction to GitLab CI/CD

Learn GitLab CI/CD hands-on in two days. From your first .gitlab-ci.yml through Runners, Caching and Container Scanning with Trivy to Environments and Review Apps. You work in your own cloud environment.
2 Days€1,110.00
Vincent Sturm - DevNinjas

Your Contact

Vincent Sturm

Key Account Manager

Looking for the right Kubernetes or DevOps training for your team? Vincent personally advises you on open workshops, certification prep and customized in-house training. He can also connect you with our consulting services. Get in touch with him directly.

vincent@devninjas.io
+49 221 9865099-4
WhatsApp Chat

Frequently asked questions

Yes, solid Kubernetes fundamentals are required. You should be comfortable with kubectl and know concepts like Pods, Deployments, Services and Namespaces. We also expect basic Git knowledge (commits, branches, pull requests).

Not required is prior experience with Argo CD, Helm or Kustomize. All three topics are covered from the ground up in the workshop. Our Kubernetes Fundamentals Training provides the ideal preparation if you lack Kubernetes experience.

Both are CNCF projects for GitOps on Kubernetes, but they take different approaches:

Argo CD offers a web UI, a CLI and an application-centric model. Teams see the sync status of all applications at a glance, can trigger rollbacks with a click and configure RBAC per project. This makes Argo CD strong for visibility and onboarding new team members.

Flux CD is fully controller-based without its own UI. Everything is defined as a custom resource and reconciled via a reconciliation loop. Flux works well for platform teams that need maximum control over the reconciliation process.

We use Argo CD in this workshop because it is the most widely adopted GitOps solution according to the CNCF survey and delivers faster productive results through its UI and CLI.

Do you prefer the controller-first approach? Our Flux CD Training covers the alternative.

After the workshop you can:

  • Set up GitOps workflows: Install Argo CD, deploy applications via Git and configure sync policies, self-healing and rollbacks
  • Manage manifests professionally: Use Helm charts and Kustomize overlays as manifest sources, including environment promotion (dev → staging → production)
  • Implement multi-cluster and security: ApplicationSets for automated deployments, RBAC and SSO for access control, Sealed Secrets or External Secrets Operator for secrets management
  • Control progressive delivery: Canary and blue-green releases with Argo Rollouts and AnalysisTemplates

Reality check: You won't be an Argo CD expert after three days, but you can work productively and introduce GitOps in your team. Expertise comes with applying it in your own projects.

Around 70% of the workshop time is practical work on your own cluster (no shared environment, no recorded videos). Every participant receives their own cloud environment in the DevNinjas Dojo with a dedicated Kubernetes cluster, pre-installed Argo CD (from day 1 afternoon) and all required tools.

You only need a browser and internet access. No local setup, no Docker Desktop, no Minikube. The environment is available to you throughout the entire workshop.

Yes, Argo CD supports both tools natively as manifest sources. You don't need to install Helm or Kustomize locally: Argo CD renders manifests server-side.

With Helm you work with values files per environment and since v3.1 can also pull charts directly from OCI registries (like GitHub Container Registry or Harbor). With Kustomize you use overlays and patches for environment-specific adjustments without a template language.

In the workshop you learn both approaches hands-on and can then make an informed decision about which fits your projects better.

Secrets don't belong unencrypted in a Git repo, but GitOps requires all configuration to live in Git. In the workshop you test three solutions for this contradiction:

  • Sealed Secrets: You encrypt secrets with kubeseal, store them safely in the repo and the cluster controller decrypts them. Easy to set up, but cluster-bound
  • External Secrets Operator: Secrets are synced from external stores (HashiCorp Vault, AWS Secrets Manager, Azure Key Vault). More flexible, but requires an additional operator in the cluster
  • SOPS with age: Files are encrypted directly in the repo. No additional infrastructure needed, but manual key management

For each approach you evaluate complexity, security and maintainability so you can choose the right solution for your project.

Yes, Argo Rollouts is a dedicated hands-on block: you install the Rollouts Controller and implement both strategies yourself. Canary shifts traffic to the new version step by step (e.g. 10%, 30%, 100%), while AnalysisTemplates automatically check Prometheus metrics and stop the rollout on problems. Blue-green runs old and new versions in parallel, with a preview service for testing before promotion.

Our trainings usually take place from 9:00 to 16:00, both on-site and for public remote trainings.

For corporate trainings, other time models are flexible and can be worked out together.

Yes, upon completion you will receive an official certificate of attendance from DevNinjas as PDF. This confirms your successful participation and the topics covered. The certificate is perfect for conversations with your employer and your personnel file.

Additionally, you will receive a verified digital badge that you can directly embed in your LinkedIn profile (section "Licenses & Certifications"). The badge follows the Open Badges 2.0 standard and is verifiable via QR code at any time. This way you showcase your qualification and position yourself with recruiters.

Yes, all our workshops are also available as corporate training. We tailor content, duration and focus to the needs of your team.

Corporate trainings take place either on-site or remote. Submit your individual request and we will prepare an offer for you.

Workshop Dates

Workshop dates

Choose a suitable date and book directly online. All dates are guaranteed to run.

Guaranteed to runFew spots left

17. – 19. August 2026

09:00 - 16:00 (CET/CEST, German time)

Online🇩🇪German

1.665,00 €

per person · plus 19% VAT

Guaranteed to runPopular date

07. – 09. September 2026

09:00 - 16:00 (CET/CEST, German time)

Online🇩🇪German

1.665,00 €

per person · plus 19% VAT

Guaranteed to run

07. – 09. September 2026

09:00 - 16:00 (CET/CEST, German time)

Online🇬🇧English

1.665,00 €

per person · plus 19% VAT

Guaranteed to run

21. – 23. September 2026

09:00 - 16:00 (CET/CEST, German time)

Online🇩🇪German

1.665,00 €

per person · plus 19% VAT

Your booking benefits

  • Guaranteed to run

    Every training date takes place: no cancellation due to low participant numbers.

  • Invoice after the workshop

    No prepayment: pay conveniently by invoice afterwards.

  • 3=2

    3-for-2 promotion*

    Register three participants, pay for two: the third seat is free.

  • Price per participant

    Transparent fixed price per participant, plus VAT.

No hidden costs

Cloud lab (DevNinjas Dojo) and all training materials are included in the price.

  • Certificate & Open Badge

    Certificate of attendance plus a digital Open Badge for your LinkedIn profile included.

  • * Cannot be combined with other discounts.

    Tailor a workshop for your team?

    Custom content, flexible dates, from 1 participant.

    Request
    Book date
    Book date
    Book date
    Book date