Это пробный урок. Оформите подписку, чтобы получить доступ ко всем материалам курса. Премиум

  1. Урок 1. 00:02:21
    1.1. Welcome and Course Overview
  2. Урок 2. 00:04:55
    1.2. Understanding GitOps
  3. Урок 3. 00:04:46
    1.3. Introduction to Argo CD
  4. Урок 4. 00:03:04
    1.4. Why GitOps with Argo CD
  5. Урок 5. 00:05:46
    2.1. Installing and Configuring Git
  6. Урок 6. 00:05:16
    2.2. Kubernetes Cluster Setup
  7. Урок 7. 00:08:17
    2.3. Installing Argo CD on Your Cluster
  8. Урок 8. 00:06:32
    3.1. Git Repository Structure for GitOps
  9. Урок 9. 00:11:16
    3.2. Manifests, Helm Charts, and Kustomize
  10. Урок 10. 00:02:35
    3.3. GitOps Best Practices
  11. Урок 11. 00:04:10
    4.1. Argo CD Architecture
  12. Урок 12. 00:09:16
    4.2. Deploying a sample application to Argo CD
  13. Урок 13. 00:20:12
    4.3. Deploying Helm charts to Argo CD
  14. Урок 14. 00:08:50
    4.4. Deploying applications to Argo CD using Kustomize
  15. Урок 15. 00:08:13
    4.5. Managing Secrets in GitOps
  16. Урок 16. 00:07:31
    4.6. Synchronization and Rollbacks
  17. Урок 17. 00:10:58
    5.1. Multi-Cluster Deployment with Argo CD
  18. Урок 18. 00:07:00
    5.2. Introducing Argo CD ApplictionSets
  19. Урок 19. 00:05:55
    5.3. Implementing Blue-Green Deployments
  20. Урок 20. 00:09:10
    5.4. Implementing Canary Deployments
  21. Урок 21. 00:02:25
    6.1. Section Introduction
  22. Урок 22. 00:12:14
    6.2. Preparing our sample application (the currency converter)
  23. Урок 23. 00:06:34
    6.3. Connecting Argo CD to GitHub
  24. Урок 24. 00:11:56
    6.4. Setting up the CI pipeline using GitHub Actions
  25. Урок 25. 00:16:01
    6.5. Using Argo CD for the Continous Deployment (CD) part
  26. Урок 26. 00:05:06
    7.1. What are Argo CD plugins and why we may need them
  27. Урок 27. 00:16:23
    7.2. Creating an Argo CD plugin for envsubst
  28. Урок 28. 00:17:36
    7.3. Introducing Terraform and our sample project
  29. Урок 29. 00:16:12
    7.4. Using an Argo CD dynamic plugin with Terraform for a zero-touch workflow
  30. Урок 30. 00:08:54
    8.1. Introducing Resource Hooks and their need
  31. Урок 31. 00:11:43
    8.2. Using PreSync Hook for performing database migrations
  32. Урок 32. 00:10:38
    8.3. Using Sync Hook for clearing cache
  33. Урок 33. 00:06:00
    8.4. Using PostSync and SyncFail for sending Slack notifications
  34. Урок 34. 00:05:48
    8.5. Using the PostDelete hook for database backup and deletion