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