Please enable JavaScript.
Coggle requires JavaScript to display documents.
DevOps - Coggle Diagram
DevOps
Docker
how to install at WSL
VScode 연동
드림코딩 엘리 사용법
병렬 프로그래밍 파이썬
rest api youtube
docker explaining blog
도커 ip조사
concept
Dev
build
test
plan
code
Ops
deploy
operate
release
monitor
DevOps Engineering
being able to build, test, release and monitor applications
pillars
pull Request Automation
help developers build faster and make developer understand proposed change is good
things to automate
Continuous Integration(CI)
per change ephemeral environments
automated security scanning
notifications to reviewers
goal: help developer change proposals get reviewed and merged within 24 hours of when they are made
Deployment Automation
helps user's not to complain
things to automate
deploy a feature to a certain set of users as a final test before rolling it out publically
starting new versions of services without causing downtime
rolling back to the prior version in case something does go wrong
goal: have the right tools in place that facilitate deployment without having to have too much custom code
Application Performance Management
automation making things are healthy
things to automate
Metrics: numeric measurements of key numbers in production
Logging: text descriptions of what is happening during processing
Monitoring: take metrics and logs to convert them into health metrics
Alerting: If monitoring detects a problem, it notifies developer
Study Sources
freeCodeCamp DevOps
youtube
K-MOOC 오픈소스 DevOps
K-Mooc devops course
rest API