KC's DEVOPS WORKSHOP

KC's DEVOPS WORKSHOP

시작하기. 무료입니다
또는 회원 가입 e메일 주소
KC's DEVOPS WORKSHOP 저자: Mind Map: KC's DEVOPS WORKSHOP

1. Week 2: Configuration Management

1.1. What is CM

1.1.1. Role based deployments

1.1.2. Ad-Hoc

1.1.3. Inventory management

1.2. SaltStack

1.2.1. How to use SlatStack

1.2.1.1. How can deploy and manage a Web(Python, Flask) service using Saltstack

2. Week 3: Micro Service and Docker

2.1. Understanding of Micro Service

2.1.1. The concept of Micro Service

2.2. Understanding of Docker

2.2.1. Layered image

2.2.2. The concepts of Networking

2.2.3. Dockerfile and Build image

2.2.3.1. Build a Web app(Python, Flask) container using Dockerfile

2.2.4. Understanding of Registry and tagging image

2.3. Understanding of CI

2.3.1. The method of Docker CI

2.3.2. Understanding of Jenkins and implementation

2.4. Understanding of CD

2.4.1. ECS/ K8S

2.4.2. AWS ECS and CD pipeline

2.4.3. GCP K8S and CD pipeline

2.5. CI/CD

2.5.1. Develop and deploy a sample application using Gitlab, Jenkins and ECS (with Golang / Terrafom)

3. Week 5: Monitoring and Operation

3.1. Monitoring

3.1.1. What is monitoring

3.1.2. Infrastructure monitoring metrics

3.1.3. Application monitoring metrics

3.1.4. Log monitoring

3.1.5. ChatOps

3.2. Incident managements

3.2.1. CMDB (Service asset & CM)

3.2.2. Incident Management Process

3.2.3. Post mortem

3.3. Operational efficiency

3.3.1. Real time monitoring system

3.3.1.1. Build modern monitoring system using Grapana, InfluxDB, Telegraf and Slack

4. Week 4: Kubernetes and Service delivery

4.1. Understanding Kubernetes

4.1.1. K8S mgmt component

4.1.2. Concepts of K8S

4.1.2.1. System and network design

4.1.2.2. Cluster Service architecture

4.1.2.3. Deployments, Service, HPA

4.2. Service delivery

4.2.1. Stateless, Stateful application

4.2.2. Zero-downtime service

4.3. Kubernetes and Service delivery

4.3.1. Deploy a Kubernetes cluster and delivery sample web-app (with ArgoCD / HELM)

5. Week0 : Introduction

5.1. Code/Build

5.1.1. Methods of code compile and build

5.1.2. Pipeline of code deployments

5.1.3. Method of version control (Git Flow)

5.2. Cloud Computing

5.2.1. Business aspects

5.2.2. Technical benefits

5.2.3. Operational checklist

5.3. AWS

5.3.1. Fundamental Services

5.3.1.1. Compute Service

5.3.1.1.1. Deploy EC2 Service

5.3.1.2. Networking Service

5.3.1.2.1. Design VPC architcture

5.3.1.3. Database Service

5.3.1.4. Management Service

5.3.2. Service layer and Shared responsibility model

5.3.2.1. Service Block Layer

5.3.2.2. Infrastructure responsibility model

5.3.2.3. Abstracted responsibility model

5.4. GCP

5.4.1. Fundamental Services

5.4.1.1. Compute Service

5.4.1.1.1. Deploy Computing Engine

5.4.1.2. Networking Service

5.4.1.3. Database Service

5.4.1.4. Bigdata Service

5.4.1.5. Management Service

5.4.2. Global infrastructure

5.4.2.1. Global Physical Infrasturcture

6. Week 1: DevOps and Infra as Code

6.1. Understanding of DevOps

6.1.1. DevOps model workflow

6.1.2. A paradigm shift of applications

6.1.3. DevOps considerations

6.1.4. Components of DevOps model

6.1.4.1. Code, Build

6.1.4.2. Testing

6.1.4.3. Deploy, Relase

6.1.4.4. Monitoring

6.2. Infra as a Code

6.2.1. How to use Terraform

6.2.1.1. Automating and managing AWS resources(VPC, EC2) using Terraform