Mô tả

Ever wondered about DevOps Projects in Real Time?

Wanted some hands on experience in those projects?

Wished you create Continuous Delivery pipelines and automation frameworks for the IT organizations?

That sounds Impossible without getting into the PROJECTS in Real Time.


But not Anymore!!

I have created finest of DevOps project tutorials

You can watch & Practice these DevOps projects all by yourself.


Benefits:

1. Answer Interview questions about Real time scenarios.

2. Present yourselves with confidence in the project meetings.

3. Deliver end to end automation solutions in DevOps Projects.


Ever wondered about DevOps Projects in Real Time?

Wanted some hands on experience in those projects?

Wished you create Continuous Delivery pipelines and automation frameworks for the IT organizations?

That sounds Impossible without getting into the PROJECTS in Real Time.


But not Anymore!!

I have created finest of DevOps project tutorials

You can watch & Practice these DevOps projects all by yourself.


Benefits:

1. Answer Interview questions about Real time scenarios.

2. Present yourselves with confidence in the project meetings.

3. Deliver end to end automation solutions in DevOps Projects.


Ever wondered about DevOps Projects in Real Time?

Wanted some hands on experience in those projects?

Wished you create Continuous Delivery pipelines and automation frameworks for the IT organizations?

That sounds Impossible without getting into the PROJECTS in Real Time.


But not Anymore!!

I have created finest of DevOps project tutorials

You can watch & Practice these DevOps projects all by yourself.


Benefits:

1. Answer Interview questions about Real time scenarios.

2. Present yourselves with confidence in the project meetings.

3. Deliver end to end automation solutions in DevOps Projects.

Bạn sẽ học được gì

Yêu cầu

Nội dung khoá học

28 sections

Introduction

4 lectures
Course Introduction
05:42
What is DevOps
15:13
What is Continuous Integration
07:30
What is Continuous Delivery
05:11

Prerequisites Info & Setup

9 lectures
Course Prerequisites
03:30
Tools Prerequisite Information
03:58
Chocolatey for Windows
03:45
Homebrew for MacOS
02:27
Installing Softwares
08:02
Tools Prerequisites for Ubuntu 20
00:22
Signups
08:05
AWS Setup
30:14
Architecture Diagrams
00:02

VM Setup MacOS M1 Chip

1 lectures
VM Setup for MacOS M1 Chip
19:28

Multi Tier Web Application Setup, Locally

6 lectures
Introduction
13:33
VM Setup
11:09
DB, Cache & Queue Setup
16:48
App Setup
17:37
Nginx Setup
05:32
Validate
04:51

Automated Setup of Multi Tier App, Locally

3 lectures
Introduction
00:49
Code
04:50
Execution
05:54

AWS Cloud for Web App Setup [Lift & Shift]

7 lectures
Introduction
10:34
Security Group & Key Pairs
08:28
Ec2Instaces
25:07
Build And Deploy .Artifacts
15:46
Load Balancer & DNS
06:04
Autoscaling Group
07:37
Validate & Summarize
02:41

Re-Architecting Web App on AWS Cloud [Cloud Native]

11 lectures
Introduction
12:51
SecurityGrp And KeyPairs
02:44
RDS
12:20
AWS Elasticache
03:51
Amazon MQ
03:54
DB Initialization
08:06
AWS Elastic Beanstalk
23:20
Update on Security Group & ELB
11:02
Build & Deploy Artifact
16:04
Amazon Cloudfront
04:54
Validate And Summarize
05:35

Containerization of Java project using Docker

13 lectures
a. Introduction
09:58
b. Overview of Base Images
11:16
c. Dockerhub Setup
03:17
d. Setup Docker Engine
07:30
e. Dockerhub & Dockerfile Refrences
11:29
f. Dockerfile fo App Image [TOMCAT]
10:28
g. Dockerfile for DB Image [MySQL]
04:00
h. Dockerfile fo Web Image [NGINX]
03:43
j. Docker Compose
12:17
Build & Run
10:43
m. Summarize
05:35
Microservice Project
21:46
Build & Run Microservice app
12:19

Jenkins Pipeline As A Code(Groovy ) Project

5 lectures
a. Introduction
05:47
Jenkins Installation
10:18
Tools in Jenkins
04:51
b. Sample Pipeline
14:27
c. Documentation
05:33

Continuous Integration Using Jenkins, Nexus, Sonarqube & Slack

11 lectures
Introduction
15:57
Security Group & Keypairs
06:28
Server/Ec2 Instances Setup
12:35
Post Installation
16:29
Git Code Migration
09:24
Build job with Nexus Repo
23:25
Github Webhook
08:56
Code Analysis with Sonarqube
13:04
Sonar Quality Gates
05:57
Publish Artifact to Nexus Repo
10:34
Slack Notification
14:31

Continuous Integration on AWS Cloud

9 lectures
a. Introduction
12:46
b. AWS CodeCommit Setup
19:17
c. AWS CodeArtifact Setup & AWS Systems Manager Parameter Store
13:19
d. SonarCloud Setup
04:44
e. AWS Systems Manager Parameter Store for Sonar Details
05:13
f. AWS CodeBuild for SonarQube Code Analysis
18:45
g. AWS CodeBuild for Build Artifact
07:20
h. AWS CodePipeline & Notification with SNS
11:58
i. Validate Pipeline & Summarize
04:23

Continuous Delivery of Java Web Application

9 lectures
a. Introduction
15:30
Branches & Webhook
07:42
AWS IAM & ECR
03:43
Jenkins Configurations
11:00
Docker Build in Pipeline
12:53
AWS ECS Setup
14:35
Pipeline for ECS
09:49
Promote to Prod Part 1
13:50
Promote to Prod Part 2
06:08

Continuous Delivery on AWS Cloud [Java Application]

11 lectures
a. Introduction
15:00
b. ContinuousIntegration
01:01:45
c. BeanStalk Setup
02:32
d. RDS Setup
02:23
e. SecGrp & DB Initialization
06:13
f. Env Health Check Update
01:08
g. Update Code With Pom & settings.xml
03:19
h. Build Job Setup
11:29
i. Software Testing Job
08:30
j. Pipeline Setup
10:54
k. Validate & Summarize
07:58

Github Actions for CICD

10 lectures
Introduction
08:49
Github Setup
09:30
Overview of Github Actions
06:51
Code Testing job in worflow
04:20
Sonar Code Analysis
10:37
Code Quality Gates
06:52
AWS IAM, ECR & RDS
18:38
Docker Build & Publish to ECR
12:23
ECS Setup
11:24
Deploy
15:50

Kubernetes Setup for productions

6 lectures
a. Introduction
02:58
b. Documentation Overview
02:59
c. Minikube for Test Env
07:43
d. Kubeadm for Cluster
18:08
e. Kops for Cluster on AWS
23:15
f. AWS EKS for the Cluster
15:55

Java App Deployment on Kubernetes Cluster

12 lectures
a. Introduction
05:10
b. Spin K8s Cluster
03:10
c. Volume Prerqs for DB POD
02:31
d. Source Code Overview
03:08
e. Kube secret for passwords
04:21
f. DB Deployment Definition
13:45
g. DB Service Definition
02:13
h. Memcached Deployment & Service
02:14
i. RabbitMQ Deployment & Service
02:54
j. Tomcat Deployment, Service & Initcontainers
05:56
k. Provision Stack on K8s Cluster
03:07
l. URL for website & Wrap up
04:02

Terraform Tutorials

6 lectures
a. Terraform-IntroAndExercise1
24:47
b. Terraform-Exercise2_vars
12:26
c. Terraform-Exercise3_Provisioners
24:51
d. Terraform-Exercise4_output
05:03
e. Terraform-Exercise5_backend
04:45
f. Terraform-Exercise6_multiresourse
26:04

Terraform for Cloud State Management

12 lectures
a. Introduction
09:03
b. Terraform Setup
03:05
c. S3 for backend
03:05
d. Variables & Providers
06:45
e. Key Pairs
04:52
f. VPC Module & Setup
08:23
g. Security group Setup
11:36
h. RDS, ElastiCache & Amazon MQ
09:10
i. Beanstalk ENV Setup
22:35
j. Bation Host & DB Initialization
22:55
k. Artifact Deployment
04:25
l. Validate & Summarize
02:35

GitOps Project

11 lectures
GitOps Introduction
07:26
Project Architecture
05:40
Prepare Github Repo
08:20
Github Secrets
07:27
Terraform code
13:07
Staging Workflow for Terraform code
27:08
Main Workflow for Terraform code
14:06
Workflow for vprofile app code
16:36
Docker Build & Publish
04:50
Deploy to EKS
16:58
Clean up
05:22

Continuous Delivery And Configuration Management [Jenkins plus Ansible]

11 lectures
a. Introduction
15:35
b. Continuous Integration & Webhook
06:58
Prepare App Server Staging
06:51
Ansible in Jenkins
02:43
Prepare Source Code
05:14
Tomcat Playbook
11:07
Deployment Playbook
12:06
Jenkinsfile & Inventory
19:38
App server for Prod
05:21
Jenkinsfile for Prod
13:52
Complete CICD Flow
07:42

Hybrid Continuous Delivery

6 lectures
a. Introduction
05:27
Validate CI
03:07
S3, IAM & Beanstalk Setup
06:34
Pipeline Setup for Staging
17:06
Pipeline Setup for Prod
13:51
CICD Flow
05:32

CICD for Containers

6 lectures
a. CI CD Introduction
09:45
b. Jenkins,Sonar & Docker Integration
12:48
c. Plugins, Kubernetes Cluster & Helm
07:24
d. Helm Charts & git repo Setup
11:48
e. Writing Pipeline Code
20:20
f. Execution, troubleshooting & Summarizing
11:54

Ansible for AWS VPC [Phase One]

11 lectures
a. Introduction
11:06
b. Ansible Setup for AWS
09:04
c. Warm Up for AWS Cloud Playbooks
14:36
d. Variables for VPC
11:53
e. VPC Play
07:04
f. Subnets Play
11:38
g. Internet Gateway & Route Table
09:56
h. Nat Gateway & Route Table
04:50
i. Store ID's to Variables file
08:14
j. Bastion Host Setup
13:56
k. Clean Up & Sumarize
03:44

Ansible for Complete Stack Setup [PHASE Two]

11 lectures
a. Introduction
12:33
b. Variables update
02:03
c. Site.yml
01:29
d. Ansible Setup
04:01
e. First Phase Execution[VPC]
02:54
f. Vars, AMI & Key Pairs
14:04
g. Security Group
11:32
h. Stack Ec2 Instances
10:19
i. Load Balancers
02:39
j. Dynamic Inventory & Dynamic variables
05:40
k. Wrap up
01:57

Ansible for Complete Stack Setup [Phase Three]

11 lectures
a. Moving Controller in VPC
05:31
b. Vars, Templates & Inventory
04:10
c. Master Playbook [site.yml]
03:27
d. Code Build Playbook
03:20
e. Hostname IP Mapping Playbook
02:31
f. Database Playbook
05:26
g. Memcached Playbook
01:05
h. RabbitMQ Playbook
03:34
i. Tomcat Playbook
11:56
j. Nginx Playbook
01:57
k. Execution
01:25

Cloudformation Tutorial

10 lectures
a. Introduction
10:32
b. First Example
09:43
c. Intrinsic Function
04:25
d. Change Set
06:17
e. More Intrinsic Functions
06:07
f. Multiple Resources
08:01
g. Mappings And PseudoParameters
08:16
h. Parameters
11:21
i. Outputs
06:46
j. Init
15:31

Cloudformation for Cloud Stack Setup

12 lectures
a. Introduction
08:01
b. Data from S3 & Intellij
03:56
c. Master or Root Template
08:24
d. IAMRole Template
07:35
e. Jenkins Template
11:17
f. Nexus Template
08:28
g. Sonar Template
04:46
h. Windows Server Template
02:48
i. Tomcat Template
02:47
j. DB Template
01:54
k. Creating Nested Stack
05:35
l. Validate
08:17

AWS Securities

12 lectures
a. AWS Security Introduction
13:58
b. Security Services & Shared Resposiblity Model
08:21
c. IAM
22:11
d. AWS Organizations
13:00
e. AWS Trusted Advisor
04:50
f. Ec2 Key Pairs
05:06
g. KMS
27:19
h. Encrypt in transit
18:21
i. Inspector & Best practices
22:22
j. VPC
34:03
k. CloudTrail & Config
16:50
l. Guarduty, WAF & Shield
15:12

Đánh giá của học viên

Chưa có đánh giá
Course Rating
5
0%
4
0%
3
0%
2
0%
1
0%

Bình luận khách hàng

Viết Bình Luận

Bạn đánh giá khoá học này thế nào?

image

Đăng ký get khoá học Udemy - Unica - Gitiho giá chỉ 50k!

Get khoá học giá rẻ ngay trước khi bị fix.