Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Argo CD: Continuous Delivery for Kubernetes Applications
Rating: 3.9 out of 5(12 ratings)
293 students

Argo CD: Continuous Delivery for Kubernetes Applications

In this course, participants will explore continuous delivery with Argo CD. They will learn about GitOps.
Created byAmit Maheshwari
Last updated 7/2024
English

What you'll learn

  • Participants will gain a comprehensive understanding of how to implement and manage continuous delivery (CD) pipelines using Argo CD in a Kubernetes environment
  • Participants will learn the core principles of GitOps, which forms the foundation of Argo CD.
  • Pariticipants will learn applicationset, sync wave and hook.
  • Participants will delve into advanced topics related to managing application lifecycles with Argo CD.

Course content

7 sections20 lectures1h 45m total length
  • Introduction1:32

    Explore Argo CD, its role in GitOps for Kubernetes, its architecture, setup, CRDs, and Helm integration, plus sync, hooks, and application sets across syntaxes.

  • What is ArgoCD2:27

    Argo CD is a cloud native continuous delivery tool that automates Kubernetes deployments by syncing git-stored application definitions to the cluster, ensuring desired state matches actual state and improving consistency.

Requirements

  • Learning Argo CD can indeed present challenges, especially for those who are not already familiar with Kubernetes.

Description

In this course, participants will explore continuous delivery with Argo CD, focusing on GitOps principles to manage and automate Kubernetes deployments. They will learn to install and configure Argo CD, integrate it with Kubernetes clusters, and manage application lifecycles. Through hands-on exercises and real-world examples, participants will gain a deep understanding of how to leverage Git repositories as the source of truth for declarative infrastructure and application configurations.

Participants will also learn about ApplicationSets, a powerful feature of Argo CD that allows managing multiple applications with a single configuration. This includes creating and managing applications dynamically based on a set of defined criteria.

By the end of the course, participants will be proficient in streamlining CI/CD pipelines, enhancing application reliability, and accelerating development cycles using Argo CD in a Kubernetes environment.

They will be equipped with the skills to manage and deploy Kubernetes applications in a robust and automated manner, ensuring smooth and efficient operations in production environments. This course empowers participants to transform their deployment processes, reduce manual interventions, and increase overall efficiency.

Participant will learn about how to use helm chart with ArgoCD,  as well intergating helm repo with Argo CD. They will gain knowledge about sync hooks and sync waves.

Who this course is for:

  • Intermediate level who is familiar with kubernetes