zhongziso种子搜
首页
功能
磁力转BT
BT转磁力
使用教程
免责声明
关于
zhongziso
搜索
DevOps Project 2022 CICD with Jenkins Ansible Kubernetes
magnet:?xt=urn:btih:ba9ac0fd05cf20c64106d5526be2f626b0c104de&dn=DevOps Project 2022 CICD with Jenkins Ansible Kubernetes
磁力链接详情
Hash值:
ba9ac0fd05cf20c64106d5526be2f626b0c104de
点击数:
171
文件大小:
3.52 GB
文件数量:
60
创建日期:
2023-1-9 11:42
最后访问:
2024-12-26 02:56
访问标签:
DevOps
Project
2022
CICD
with
Jenkins
Ansible
Kubernetes
文件列表详情
5 - Integrating Ansible in CICD pipeline/38 - How to create container on dockerhost using ansible playbook DevOps Project.mp4 0 字节
3 - Integrating Tomcat server in CICD pipeline/16 - Setup a Tomcat server.mp4 240.72 MB
1 - Introduction/1 - Introduction.mp4 6.5 MB
1 - Introduction/2 - What do we cover.mp4 14.69 MB
1 - Introduction/3 - What is CI and CD.mp4 20.24 MB
1 - Introduction/4 - Resources to setup DevOps CICD pipeline.mp4 19.92 MB
1 - Introduction/5 - DevOps project source code.mp4 12.05 MB
1 - Introduction/6 - Quick tips to learn fast.mp4 5.12 MB
2 - CICD pipeline using Git Jenkins and Maven/10 - Run 1st Jenkins job.mp4 13.6 MB
2 - CICD pipeline using Git Jenkins and Maven/11 - Integrate Git with Jenkins.mp4 39.45 MB
2 - CICD pipeline using Git Jenkins and Maven/12 - Run Jenkins job to pull code from GitHub.mp4 49.36 MB
2 - CICD pipeline using Git Jenkins and Maven/13 - Integrate Maven with Jenkins.mp4 122.01 MB
2 - CICD pipeline using Git Jenkins and Maven/14 - Build a java project using Jenkins.mp4 70.88 MB
2 - CICD pipeline using Git Jenkins and Maven/8 - Section introduction.mp4 3.15 MB
2 - CICD pipeline using Git Jenkins and Maven/9 - Setup Jenkins server.mp4 86.8 MB
3 - Integrating Tomcat server in CICD pipeline/15 - Section Introduction.mp4 2.6 MB
3 - Integrating Tomcat server in CICD pipeline/17 - Integrate Tomcat with Jenkins.mp4 65.92 MB
3 - Integrating Tomcat server in CICD pipeline/18 - Deploy artifacts on a Tomcat server.mp4 104.44 MB
3 - Integrating Tomcat server in CICD pipeline/19 - Automate build and deploy using Poll SCM.mp4 128.47 MB
4 - Integrating Docker in CICD Pipeline/20 - Setup Docker environment.mp4 75.29 MB
4 - Integrating Docker in CICD Pipeline/21 - Create a Tomcat container.mp4 54.5 MB
4 - Integrating Docker in CICD Pipeline/22 - Fixing Tomcat container issue.mp4 68.48 MB
4 - Integrating Docker in CICD Pipeline/23 - Create a first Docker file.mp4 73.31 MB
4 - Integrating Docker in CICD Pipeline/24 - Create a customized Dockerfile for Tomcat.mp4 47.19 MB
4 - Integrating Docker in CICD Pipeline/25 - Integrate Docker with Jenkins.mp4 80.66 MB
4 - Integrating Docker in CICD Pipeline/26 - Jenkins job to build and copy artifacts on to dockerhost.mp4 71.27 MB
4 - Integrating Docker in CICD Pipeline/27 - Update Tomcat dockerfile to automate deployment process.mp4 112.64 MB
4 - Integrating Docker in CICD Pipeline/28 - Automate build and deployment on Docker container.mp4 125.3 MB
4 - Integrating Docker in CICD Pipeline/29 - Jenkins job to automate CICD to deploy application on docker container.mp4 64.94 MB
5 - Integrating Ansible in CICD pipeline/30 - Section Introduction Why do we need ansible.mp4 12.65 MB
5 - Integrating Ansible in CICD pipeline/31 - Ansible installation.mp4 100.94 MB
5 - Integrating Ansible in CICD pipeline/32 - Integrate Docker with Ansible.mp4 87.18 MB
5 - Integrating Ansible in CICD pipeline/33 - Integrate Ansible with Jenkins.mp4 72.35 MB
5 - Integrating Ansible in CICD pipeline/34 - Build an image and create container on Ansible.mp4 55.03 MB
5 - Integrating Ansible in CICD pipeline/35 - Ansible playbook to create image and container.mp4 58.02 MB
5 - Integrating Ansible in CICD pipeline/36 - Copy image on to dockerhub.mp4 30.57 MB
5 - Integrating Ansible in CICD pipeline/37 - Jenkins job to build an image onto ansible.mp4 140.97 MB
5 - Integrating Ansible in CICD pipeline/39 - Continuous deployment of docker container using ansible playbook.mp4 77.72 MB
5 - Integrating Ansible in CICD pipeline/40 - Jenkins CICD to deploy on container using Ansible.mp4 79.88 MB
6 - Kubernetes on AWS/41 - Section introduction Why Kubernetes.mp4 4.42 MB
6 - Kubernetes on AWS/42 - Kubernetes installation methods.mp4 24.68 MB
6 - Kubernetes on AWS/43 - EKS installation procedure.mp4 59.59 MB
6 - Kubernetes on AWS/44 - Setup bootstrap server for eksctl.mp4 101.72 MB
6 - Kubernetes on AWS/45 - Setup Kubernetes using eksctl.mp4 79.49 MB
6 - Kubernetes on AWS/46 - Run Kubernetes basic commands.mp4 88.79 MB
6 - Kubernetes on AWS/47 - Create 1st manifest file.mp4 32.07 MB
6 - Kubernetes on AWS/48 - Create a service manifest file.mp4 36.71 MB
6 - Kubernetes on AWS/49 - Using labels and selector.mp4 19.62 MB
7 - Integrating Kubernetes in CICD pipeline/50 - Write a deployment file.mp4 20.81 MB
7 - Integrating Kubernetes in CICD pipeline/51 - Use deployment and service files to create and access pod.mp4 101.29 MB
7 - Integrating Kubernetes in CICD pipeline/52 - Integrate Kubernetes bootstrap server with Ansible.mp4 58.59 MB
7 - Integrating Kubernetes in CICD pipeline/53 - Create ansible playbooks for deploy and service files.mp4 78.94 MB
7 - Integrating Kubernetes in CICD pipeline/54 - Create Jenkins deployment job for Kubernetes.mp4 64.85 MB
7 - Integrating Kubernetes in CICD pipeline/55 - CI Job to create Image for Kubernetes.mp4 88.45 MB
7 - Integrating Kubernetes in CICD pipeline/56 - Enable rolling update to create pod from latest docker image.mp4 76.22 MB
7 - Integrating Kubernetes in CICD pipeline/57 - Complete CI and CD job to build and deploy code on Kubernetes.mp4 74.41 MB
7 - Integrating Kubernetes in CICD pipeline/58 - Clean up Kubernetes setup.mp4 30.29 MB
9 - Resources/60 - How to install Gitbash.mp4 12.07 MB
9 - Resources/61 - How to create GitHub account.mp4 16.3 MB
9 - Resources/62 - How to setup AWS account.mp4 45.14 MB
其他位置