-
Notifications
You must be signed in to change notification settings - Fork 345
/
Copy path2. Course Outline
19 lines (15 loc) · 1004 Bytes
/
2. Course Outline
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Role of a DevOps Engineer in a company:
1. Deployment of Code in various env --> CI/CD Pipeline Automation--> Jenkins, maven, Docker, Kubernetes, Ansible, Git/GitHub
2. Managing infrastructure --> Cloud (AWS, Azure , GCP) --> Terraform
3. Setup Monitoring and Dashboards --> to know the health of the infra/application --> Prometheus/Grafana, ELK
Automation --> scripting/Coding knowledge
1. DevOps Introduction --> SDLC, SDLC Models, Before DevOps, DevOps, DevOps Lifecycle, DevOps Tools
2. GIT / GITHUB --> Version Control System, SCM (online repository)
3. MicroServices Vs Monolithic
4. Containers, Container Engine, Docker
5. Kubernetes --> Container Orchestrtion Engine, EKS --> Elastic Kubernetes Service, helm chart
6. Jenkins, CI/CD Pieline, Maven, Jenkinsfile
7. Monitoring --> Prometheus/Grafana, ELK (Elasticsearch, Logstash, Kibana)
8. Terraform --> Infrastructure as Code, Automation --> Infrastucture Proviosioning
9. Ansible --> Configuration managemnt Tool
10. Interview Questions