Skip to main content

Posts

Showing posts from July, 2026

Self-Study: Architecture & Tool Review (3.15) [Final]

Brief This self-study module introduces modern software architectures and DevOps tools used in cloud-native environments. You will explore different architectural patterns, their advantages, and the tools that enterprises use for building scalable, reliable, and secure applications. Videos Introduction to Modern Software Architecture Learn about common architectural patterns such as monolithic, microservices, and serverless. Watch: https://www.youtube.com/watch?v=4PrXFHPA2Ew&ab_channel=MichaelPogrebinsky Understanding Microservices & Cloud-Native Applications Explore how microservices enable scalable and resilient applications in cloud environments. Watch: https://www.youtube.com/watch?v=lL_j7ilk7rc&ab_channel=5MinutesorLess What is DevOps? CI/CD Explained Understand the importance of DevOps, automation, and continuous integration/deployment (CI/CD). Watch: https://www.youtube.com/watch?v=scEDHsr3APg&ab_channel=Fireship Cloud Infrastructure & Container Orchestrati...

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...