Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай DevOps Project - 2022: CI/CD with Jenkins Ansible Kubernetes, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:01:52
    Introduction
  2. Урок 2. 00:03:26
    What do we cover
  3. Урок 3. 00:02:59
    What is CI and CD
  4. Урок 4. 00:02:48
    Resources to setup DevOps CI/CD pipeline
  5. Урок 5. 00:01:57
    DevOps project source code
  6. Урок 6. 00:02:18
    Quick tips to learn fast
  7. Урок 7. 00:00:49
    Section introduction
  8. Урок 8. 00:11:30
    Setup Jenkins server
  9. Урок 9. 00:03:22
    Run 1st Jenkins job
  10. Урок 10. 00:05:24
    Integrate Git with Jenkins
  11. Урок 11. 00:04:37
    Run Jenkins job to pull code from GitHub
  12. Урок 12. 00:09:57
    Integrate Maven with Jenkins
  13. Урок 13. 00:06:11
    Build a java project using Jenkins
  14. Урок 14. 00:00:33
    Section Introduction
  15. Урок 15. 00:15:43
    Setup a Tomcat server
  16. Урок 16. 00:10:29
    Integrate Tomcat with Jenkins
  17. Урок 17. 00:08:51
    Deploy artifacts on a Tomcat server
  18. Урок 18. 00:09:51
    Automate build and deploy using Poll SCM
  19. Урок 19. 00:05:16
    Setup Docker environment
  20. Урок 20. 00:09:36
    Create a Tomcat container
  21. Урок 21. 00:06:30
    Fixing Tomcat container issue
  22. Урок 22. 00:13:44
    Create a first Docker file
  23. Урок 23. 00:05:14
    Create a customized Dockerfile for Tomcat
  24. Урок 24. 00:09:01
    Integrate Docker with Jenkins
  25. Урок 25. 00:06:23
    Jenkins job to build and copy artifacts on to dockerhost
  26. Урок 26. 00:07:55
    Update Tomcat dockerfile to automate deployment process
  27. Урок 27. 00:08:59
    Automate build and deployment on Docker container
  28. Урок 28. 00:05:26
    Jenkins job to automate CI/CD to deploy application on docker container
  29. Урок 29. 00:02:48
    Section Introduction - Why do we need ansible
  30. Урок 30. 00:08:44
    Ansible installation
  31. Урок 31. 00:08:53
    Integrate Docker with Ansible
  32. Урок 32. 00:06:58
    Integrate Ansible with Jenkins
  33. Урок 33. 00:06:29
    Build an image and create container on Ansible
  34. Урок 34. 00:10:59
    Ansible playbook to create image and container
  35. Урок 35. 00:06:09
    Copy image on to dockerhub
  36. Урок 36. 00:10:21
    Jenkins job to build an image onto ansible
  37. Урок 37. 00:00:00
    How to create container on dockerhost using ansible playbook - DevOps Project
  38. Урок 38. 00:06:33
    Continuous deployment of docker container using ansible playbook
  39. Урок 39. 00:06:12
    Jenkins CI/CD to deploy on container using Ansible
  40. Урок 40. 00:00:51
    Section introduction - Why Kubernetes
  41. Урок 41. 00:01:51
    Kubernetes installation methods
  42. Урок 42. 00:06:00
    EKS installation procedure
  43. Урок 43. 00:06:53
    Setup bootstrap server for eksctl
  44. Урок 44. 00:05:42
    Setup Kubernetes using eksctl
  45. Урок 45. 00:09:10
    Run Kubernetes basic commands
  46. Урок 46. 00:06:48
    Create 1st manifest file
  47. Урок 47. 00:05:34
    Create a service manifest file
  48. Урок 48. 00:03:11
    Using labels and selector
  49. Урок 49. 00:05:52
    Write a deployment file
  50. Урок 50. 00:07:12
    Use deployment and service files to create and access pod
  51. Урок 51. 00:05:53
    Integrate Kubernetes bootstrap server with Ansible
  52. Урок 52. 00:07:36
    Create ansible playbooks for deploy and service files
  53. Урок 53. 00:06:27
    Create Jenkins deployment job for Kubernetes
  54. Урок 54. 00:06:51
    CI Job to create Image for Kubernetes
  55. Урок 55. 00:06:13
    Enable rolling update to create pod from latest docker image
  56. Урок 56. 00:06:20
    Complete CI and CD job to build and deploy code on Kubernetes
  57. Урок 57. 00:02:04
    Clean up Kubernetes setup
  58. Урок 58. 00:02:37
    How to install Gitbash
  59. Урок 59. 00:04:38
    How to create GitHub account
  60. Урок 60. 00:05:41
    How to setup AWS account