Skip to main content

Posts

Recent posts

Self-Study: ArgoCD Part 2 - Advanced CI/CD for Containers (3.14)

  Brief This self-study module explores advanced deployment strategies using ArgoCD . You will learn about automated sync policies, rollbacks, multi-tenancy, Helm & Kustomize integration, and security best practices for managing large-scale Kubernetes deployments with ArgoCD. Videos ArgoCD Sync Policies and Automation Learn how to configure auto-sync, self-healing, and pruning in ArgoCD. Watch: https://www.youtube.com/watch?v=e2L6LTg85x8&ab_channel=FoxuTech ArgoCD Rollbacks & Disaster Recovery Understand rollback strategies in ArgoCD and how to revert deployments efficiently. Watch: https://www.youtube.com/watch?v=9hK11Ov74U4&ab_channel=DevOpsDude Deploying Helm & Kustomize with ArgoCD Explore how to integrate Helm charts and Kustomize overlays with ArgoCD. Watch: https://www.youtube.com/watch?v=yj4O0wwkMQI&ab_channel=RayanSlim ArgoCD Security Best Practices & RBAC Learn how to enforce security policies and manage access controls in ArgoCD. Watch: https...

Self-Study: Part 1 - CI/CD for Containers (3.13)

Brief This self-study module introduces GitOps and ArgoCD , a declarative Continuous Deployment (CD) tool for Kubernetes. You will explore the differences between push-based and pull-based CI/CD , learn how ArgoCD automates deployments, and understand its core architecture and benefits. Videos Introduction to CI/CD and GitOps Learn how CI/CD automates software delivery and the role of GitOps in Kubernetes. Watch: https://www.youtube.com/watch?v=f5EpcWp0THw&ab_channel=TechWorldwithNana Push vs. Pull-Based CI/CD Understand the difference between traditional CI/CD (push-based) and GitOps-based (pull-based) deployment models. Watch: https://www.youtube.com/watch?v=IYbDiTNUWFQ&ab_channel=LabIT What is ArgoCD? An overview of ArgoCD’s capabilities and how it simplifies Kubernetes deployment. Watch: https://www.youtube.com/watch?v=p-kAqxuJNik&ab_channel=IBMTechnology How ArgoCD Works - Architecture & Key Features Dive into ArgoCD’s architecture, its core components, and how it...