fullmoon's bright IT blog

DaaB (DevOps as a Buger) 본문

Daily

DaaB (DevOps as a Buger)

휘영청 2023. 6. 29. 21:22
728x90

 

링크드인에서 Rocky Bhatia 가 올린 글을 보고 재미있어서 가져왔는데

데브옵스를 꿈꾸는 사람이라면 공부를 해야하는 것들을 나열하고 있다

 

 

 

[원본글]

1️⃣ Learn a programming language (Python, Go, or JavaScript) to write automation scripts. 💻
2️⃣ Master server management, including proxies, caching servers, and web servers like Nginx, Apache, or IIS. 🔧
3️⃣ Dive into containerisation using Docker. Discover running containers, Docker networking, volumes, and Dockerfiles. 🐳
4️⃣ Unlock container orchestration with Kubernetes. Automate deployment, scaling, and networking of containers. 🚢
5️⃣ Explore Infrastructure as Code (IaC) using tools like Terraform, Ansible, Chef, or Puppet for provisioning and configuration management. 🏗️
6️⃣ Get comfortable with Linux and its command-line interface (CLI). Ubuntu is a recommended distribution. 🐧
7️⃣ Understand network protocols: DNS, IP addresses, ports, and the OSI model. 🌐
8️⃣ Embrace Continuous Integration/Continuous Deployment (CI/CD) practices for automating app delivery and deployment stages. ⏩
9️⃣ Master monitoring techniques for real-time oversight of applications, services, and infrastructure. 📊
🔟 Gain hands-on experience with cloud providers like AWS and Azure. Leverage their APIs for abstracting and provisioning infrastructure. ☁️

 

 

예전에 내가 쓴 회사 블로그에서는 Docker layer는 케익으로 비유했는데

이번에는 Burger로 비유했네 ㅋㅋ 

 

 

[번역]

1️⃣ 자동화 스크립트 작성을 위해 프로그래밍 언어(Python, Go, JavaScript)를 배우세요. 💻
2️⃣ 프록시, 캐싱 서버, Nginx, Apache, IIS와 같은 웹 서버를 포함한 서버 관리를 숙달하세요. 🔧
3️⃣ Docker를 사용하여 컨테이너화에 뛰어들어보세요. 실행 중인 컨테이너, Docker 네트워킹, 볼륨, Dockerfile 등을 탐색해보세요. 🐳
4️⃣ Kubernetes를 사용하여 컨테이너 오케스트레이션을 해제하세요. 컨테이너의 배포, 스케일링, 네트워킹을 자동화하세요. 🚢
5️⃣ Terraform, Ansible, Chef, Puppet과 같은 도구를 사용하여 인프라 프로비저닝과 구성 관리를 위한 인프라스트럭처 코드(IaC)를 탐구하세요. 🏗️
6️⃣ 리눅스와 그 명령 줄 인터페이스(CLI)에 익숙해지세요. Ubuntu는 추천하는 배포판입니다. 🐧
7️⃣ DNS, IP 주소, 포트, OSI 모델과 같은 네트워크 프로토콜을 이해하세요. 🌐
8️⃣ 앱 전달과 배포 단계를 자동화하기 위한 지속적 통합/지속적 배포 (CI/CD) 관행을 받아들이세요. ⏩
9️⃣ 실시간으로 응용 프로그램, 서비스 및 인프라를 감시하기 위한 모니터링 기술을 숙달하세요. 📊
🔟 AWS와 Azure와 같은 클라우드 제공업체를 실습을 통해 경험하세요. 인프라 구성과 추상화를 위해 이들의 API를 활용하세요. ☁️

 

결국은 내가 다 해봐야하는거구나 !

건들여보기만 하고 딥하게 못했으니까 이번에 꼭 딥하게 파고들 수 있게 살아보자

#DaaB

728x90