Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай GitLab CI/CD - From Zero To Hero, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:06:23
    1 - Introduction and Course Overview
  • Урок 2. 00:10:48
    1 - What is CI/CD
  • Урок 3. 00:01:58
    2 - Introduction to GitLab CI/CD
  • Урок 4. 00:05:53
    3 - How GitLab compares to other CI/CD platforms
  • Урок 5. 00:01:35
    1 - Chapter Introduction
  • Урок 6. 00:04:59
    2 - Jobs: Basic Building Blocks of Pipeline
  • Урок 7. 00:11:13
    3 - Execute Pipeline
  • Урок 8. 00:06:51
    4 - Stages: Group jobs
  • Урок 9. 00:05:04
    5 - needs: Dependency between jobs
  • Урок 10. 00:06:53
    6 - script: Inline shell commands and executing shell script
  • Урок 11. 00:03:54
    7 - only: Specify when job should run
  • Урок 12. 00:03:44
    8 - Workflow Rules: Control Pipeline behavior
  • Урок 13. 00:07:07
    9 - Trigger Pipeline on Merge Request
  • Урок 14. 00:02:04
    10 - Predefined CI/CD Variables in GitLab
  • Урок 15. 00:13:03
    11 - Define Custom Variables
  • Урок 16. 00:03:35
    1 - GitLab Runners for running the jobs
  • Урок 17. 00:10:39
    2 - GitLab Executors - Different Executor Types
  • Урок 18. 00:01:37
    3 - Job Execution Flow
  • Урок 19. 00:15:17
    4 - Docker Executor
  • Урок 20. 00:03:28
    5 - Specific Runners: Runner for specific project
  • Урок 21. 00:02:32
    6 - Demo Overview: Configure self-managed Runners
  • Урок 22. 00:06:18
    7 - Install & Register Local Runner on MacOS
  • Урок 23. 00:06:39
    8 - Install & Register Local Runner on Windows
  • Урок 24. 00:21:06
    9 - AWS Pre-Requisite
  • Урок 25. 00:11:26
    10 - Install & Register an AWS EC2 Runner
  • Урок 26. 00:09:53
    11 - Execute jobs on specific Runner (Tags)
  • Урок 27. 00:07:25
    12 - Add Docker Runner on EC2 Instance
  • Урок 28. 00:05:42
    13 - Group Runners: Runner for a GitLab Group
  • Урок 29. 00:02:26
    14 - Self-Managed GitLab Instance
  • Урок 30. 00:02:32
    15 - Note on GitLab Runner Versions - Compatibility
  • Урок 31. 00:02:57
    16 - GitLab Architecture Recap
  • Урок 32. 00:10:51
    1 - Demo Overview & Node.js Project Overview
  • Урок 33. 00:12:36
    2 - Run Unit Tests & Collect Test Reports
  • Урок 34. 00:23:49
    3 - Build Docker Image & Push to Private Registry
  • Урок 35. 00:15:57
    4 - Deploy to DEV Server
  • Урок 36. 00:06:26
    5 - GitLab Environments: Describe where code is deployed
  • Урок 37. 00:18:33
    6 - Deploy with Docker Compose
  • Урок 38. 00:01:17
    1 - Section Overview
  • Урок 39. 00:35:31
    2 - Configure Dynamic Versioning for Docker Image
  • Урок 40. 00:31:07
    3 - Configure Caching to speed up Pipeline execution
  • Урок 41. 00:14:54
    4 - Testing in CI/CD & Configure Security Tests (SAST)
  • Урок 42. 00:05:46
    5 - Intro to Multi-Stage Deployments (Multi-Stage Demo - Part 1)
  • Урок 43. 00:13:07
    6 - Promote to Staging (Multi-Stage Demo - Part 2)
  • Урок 44. 00:07:54
    7 - Reuse pipeline configuration using extends (Multi-Stage Demo - Part 3)
  • Урок 45. 00:13:52
    8 - Promote to Production (Multi-Stage Demo - Part 4)
  • Урок 46. 00:08:15
    1 - What are Microservices?
  • Урок 47. 00:07:28
    2 - Monorepo vs Polyrepo
  • Урок 48. 00:01:26
    3 - Demo Overview
  • Урок 49. 00:07:34
    4 - Monorepo - Start services locally and get to know the Application
  • Урок 50. 00:06:33
    5 - Prepare Deployment Server (Monorepo Demo - Part 1)
  • Урок 51. 00:16:00
    6 - Build Micro Services (Monorepo Demo - Part 2)
  • Урок 52. 00:31:10
    7 - Deploy Micro Services (Monorepo Demo - Part 3)
  • Урок 53. 00:22:34
    8 - CI/CD pipeline for Polyrepo
  • Урок 54. 00:14:21
    9 - Extract common logic (Job Templates - Part 1)
  • Урок 55. 00:11:00
    10 - CI Templates - Library for all projects (Job Templates - Part 2)
  • Урок 56. 00:05:02
    1 - Introduction & Demo Overview
  • Урок 57. 00:07:03
    2 - Create a K8s cluster on LKE
  • Урок 58. 00:14:17
    3 - Create GitLab User with restricted Permissions
  • Урок 59. 00:24:24
    4 - Deploy to Kubernetes Part 1
  • Урок 60. 00:16:15
    5 - Deploy to Kubernetes Part 2
  • Урок 61. 00:01:06
    6 - Wrap Up & Delete all cloud resources
  • Урок 62. 00:01:30
    Wrap Up & Congratulations