Modern DevOps Practices-2nd Editon
2024년 01월 12일 출간
- eBook 상품 정보
- 파일 정보 PDF (19.90MB)
- ISBN 9781805121824
- 지원기기 교보eBook App, PC e서재, 리더기, 웹뷰어
-
교보eBook App
듣기(TTS) 불가능
TTS 란?텍스트를 음성으로 읽어주는 기술입니다.
- 전자책의 편집 상태에 따라 본문의 흐름과 다르게 텍스트를 읽을 수 있습니다.
- 이미지 형태로 제작된 전자책 (예 : ZIP 파일)은 TTS 기능을 지원하지 않습니다.
PDF 필기가능 (Android, iOS)

쿠폰적용가 31,050원
10% 할인 | 5%P 적립이 상품은 배송되지 않는 디지털 상품이며,
교보eBook앱이나 웹뷰어에서 바로 이용가능합니다.
카드&결제 혜택
- 5만원 이상 구매 시 추가 2,000P
- 3만원 이상 구매 시, 등급별 2~4% 추가 최대 416P
- 리뷰 작성 시, e교환권 추가 최대 200원
작품소개
이 상품이 속한 분야
▶Book Description
DevOps and the cloud have changed how we look at software development and operations like never before, leading to the rapid growth of various DevOps tools, techniques, and practices. This updated edition helps you pick up the right tools by providing you with everything you need to get started with your DevOps journey.
The book begins by introducing you to modern cloud-native architecture, and then teaches you about the architectural concepts needed to implement the modern way of application development. The next set of chapters helps you get familiarized with Git, Docker, Kubernetes, Ansible, Terraform, Packer, and other similar tools to enable you to build a base. As you advance, you’ll explore the core elements of cloud integration—AWS ECS, GKE, and other CaaS services. The chapters also discuss GitOps, continuous integration, and continuous delivery—GitHub actions, Jenkins, and Argo CD—to help you understand the essence of modern app delivery. Later, you’ll operate your container app in production using a service mesh and apply AI in DevOps. Throughout the book, you’ll discover best practices for automating and managing your development lifecycle, infrastructure, containers, and more.
By the end of this DevOps book, you'll be well-equipped to develop and operate applications using modern tools and techniques.
▶ What You Will Learn
⦁ Explore modern DevOps practices with Git and GitOps
⦁ Master container fundamentals with Docker and Kubernetes
⦁ Become well versed in AWS ECS, Google Cloud Run, and Knative
⦁ Discover how to efficiently build and manage secure Docker images
⦁ Understand continuous integration with Jenkins on Kubernetes and GitHub Actions
⦁ Get to grips with using Argo CD for continuous deployment and delivery
⦁ Manage immutable infrastructure on the cloud with Packer, Terraform, and Ansible
⦁ Operate container applications in production using Istio and learn about AI in DevOps
1. The Modern way of DevOps
2. Source Code Management with Git and GitOps
3. Containerization with Docker
4. Creating and Managing Container Images
5. Container Orchestration with Kubernetes
6. Managing Advanced Kubernetes Resources
7. Containers as a Service (CaaS) and Serverless Computing for Containers
8. Infrastructure as Code (IaC) with Terraform
9. Configuration Management with Ansible
10. Immutable Infrastructure with Packer
11. Continuous Integration with GitHub Actions and Jenkins
12. Continuous Deployment/ Delivery with Argo CD
(N.B. Please use the Look Inside option to see further chapters)
▶ What this book covers
⦁ Chapter 1, The Modern Way of DevOps, delves into the realm of modern DevOps, emphasizing its distinctions from traditional DevOps. We’ll explore the core technologies propelling modern DevOps, with a special emphasis on the central role played by containers. Given that containers are a relatively recent development, we’ll delve into the essential best practices and techniques to develop, deploy, and secure container-based applications.
⦁ Chapter 2, Source Code Management with Git and GitOps, introduces us to Git, the leading source code management tool, and its application in managing software development and delivery through GitOps.
⦁ Chapter 3, Containerization with Docker, initiates our journey into Docker, encompassing installation, Docker storage configuration, launching initial containers, and monitoring Docker via Journald and Splunk.
⦁ Chapter 4, Creating and Managing Container Images, dissects Docker images, a critical component in Docker usage. We’ll understand Docker images, the layered model, Dockerfile directives, image flattening, image construction, and image-building best practices. Additionally, we’ll explore distroless images and their relevance from a DevSecOps standpoint.
⦁ Chapter 5, Container Orchestration with Kubernetes, introduces Kubernetes. We’ll install Kubernetes using minikube and kinD, delve into Kubernetes’ architectural underpinnings, and explore fundamental Kubernetes building blocks such as Pods, containers, ConfigMaps, secrets, probes, and multi-container Pods.
⦁ Chapter 6, Managing Advanced Kubernetes Resources, advances into intricate Kubernetes concepts, encompassing networking, DNS, Services, Deployments, the HorizontalPodAutoscaler, and StatefulSets.
⦁ Chapter 7, Containers as a Service (CaaS) and Serverless Computing for Containers, explores the hybrid nature of Kubernetes, bridging IaaS and PaaS paradigms. Additionally, we will examine serverless container services such as AWS ECS, alongside alternatives such as Google Cloud Run and Azure Container Instances. We will conclude with a discussion on Knative, an open source, cloud-native, and serverless technology.
⦁ Chapter 8, Infrastructure as Code (IaC) with Terraform, introduces IaC using Terraform, elucidating its core principles. We will proceed with hands-on examples, creating a resource group and virtual machine from scratch on Azure using Terraform, while grasping essential Terraform concepts.
⦁ Chapter 9, Configuration Management with Ansible, acquaints us with configuration management through Ansible and its foundational principles. We will explore key Ansible concepts by configuring a MySQL and Apache application on Azure Virtual Machines.
⦁ Chapter 10, Immutable Infrastructure with Packer, delves into immutable infrastructure using Packer. We will integrate this with insights from Chapter 8, Infrastructure as Code (IaC) with Terraform, and Chapter 9, Configuration Management with Ansible, to launch an IaaS-based Linux, Apache, MySQL, and PHP (LAMP) stack on Azure.
⦁ Chapter 11, Continuous Integration with GitHub Actions and Jenkins, explains continuous integration from a container-centric perspective, evaluating various tools and methodologies to continuously build container-based applications. We will examine tools such as GitHub Actions and Jenkins, discerning when and how to employ each one while deploying an example microservices-based distributed application, the Blog app.
⦁ Chapter 12, Continuous Deployment/Delivery with Argo CD, delves into continuous deployment/ delivery, employing Argo CD. As a contemporary GitOps-based continuous delivery tool, Argo CD streamlines the deployment and management of container applications. We will harness its power to deploy our example Blog App.
⦁ Chapter 13, Securing and Testing the Deployment Pipeline, explores multiple strategies to secure a container deployment pipeline, encompassing container image analysis, vulnerability scanning, secrets management, storage, integration testing, and binary authorization. We will integrate these techniques to enhance the security of our existing CI/CD pipelines.
⦁ Chapter 14, Understanding Key Performance Indicators (KPIs) for Your Production Service, introduces site reliability engineering and investigates a range of key performance indicators, vital for effectively managing distributed applications in production.
⦁ Chapter 15, Operating Containers in Production with Istio, acquaints you with the widely adopted service mesh technology Istio. We will explore various techniques for day-to-day operations in production, including traffic management, security measures, and observability enhancements for our example Blog app.
▶ Preface
The new and improved Second Edition of this book goes beyond just the fundamentals of DevOps
tools and their deployments. It covers practical examples to get you up to speed with containers,
infrastructure automation, serverless container services, continuous integration and delivery, automated
deployments, deployment pipeline security, and operating your services in production, all using
containers and GitOps as a special focus.
작가정보
저자(글) Gaurav Agarwal
Gaurav Agarwal is a senior cloud engineer at ThoughtSpot, bringing over a decade of experience as a seasoned cloud and DevOps engineer. Previously, Gaurav served as a cloud solutions architect at Capgemini and began his career as a software developer at TCS. With a distinguished list of certifications,
including HashiCorp Certified Terraform Associate, Google Cloud Certified Professional Cloud Architect, Certified Kubernetes Administrator, and Security Specialist, he possesses an impressive technical profile. Gaurav’s extensive background encompasses roles where he played pivotal roles in infrastructure setup, cloud management, and the implementation of CI/CD pipelines. His technical prowess extends to numerous technical blog posts and a published book, underscoring his commitment to advancing the field.
이 상품의 총서
Klover리뷰 (0)
- - e교환권은 적립일로부터 180일 동안 사용 가능합니다.
- - 리워드는 5,000원 이상 eBook, 오디오북, 동영상에 한해 다운로드 완료 후 리뷰 작성 시 익일 제공됩니다. (2024년 9월 30일부터 적용)
- - 리워드는 한 상품에 최초 1회만 제공됩니다.
- - sam 이용권 구매 상품 / 선물받은 eBook은 리워드 대상에서 제외됩니다.
- 도서나 타인에 대해 근거 없이 비방을 하거나 타인의 명예를 훼손할 수 있는 리뷰
- 도서와 무관한 내용의 리뷰
- 인신공격이나 욕설, 비속어, 혐오 발언이 개재된 리뷰
- 의성어나 의태어 등 내용의 의미가 없는 리뷰
구매 후 리뷰 작성 시, e교환권 100원 적립
문장수집
- 구매 후 90일 이내에 문장 수집 등록 시 e교환권 100원을 적립해 드립니다.
- e교환권은 적립일로부터 180일 동안 사용 가능합니다.
- 리워드는 5,000원 이상 eBook에 한해 다운로드 완료 후 문장수집 등록 시 제공됩니다. (2024년 9월 30일부터 적용)
- 리워드는 한 상품에 최초 1회만 제공됩니다.
- sam 이용권 구매 상품 / 선물받은 eBook / 오디오북·동영상 상품/주문취소/환불 시 리워드 대상에서 제외됩니다.
구매 후 문장수집 작성 시, e교환권 100원 적립
신규가입 혜택 지급이 완료 되었습니다.
바로 사용 가능한 교보e캐시 1,000원 (유효기간 7일)
지금 바로 교보eBook의 다양한 콘텐츠를 이용해 보세요!

- 구매 후 90일 이내 작성 시, e교환권 100원 (최초1회)
- 리워드 제외 상품 : 마이 > 라이브러리 > Klover리뷰 > 리워드 안내 참고
- 콘텐츠 다운로드 또는 바로보기 완료 후 리뷰 작성 시 익일 제공
가장 와 닿는 하나의 키워드를 선택해주세요.
총 5MB 이하로 jpg,jpeg,png 파일만 업로드 가능합니다.
신고 사유를 선택해주세요.
신고 내용은 이용약관 및 정책에 의해 처리됩니다.
허위 신고일 경우, 신고자의 서비스 활동이 제한될 수
있으니 유의하시어 신중하게 신고해주세요.
이 글을 작성한 작성자의 모든 글은 블라인드 처리 됩니다.
구매 후 90일 이내 작성 시, e교환권 100원 적립
eBook 문장수집은 웹에서 직접 타이핑 가능하나, 모바일 앱에서 도서를 열람하여 문장을 드래그하시면 직접 타이핑 하실 필요 없이 보다 편하게 남길 수 있습니다.
차감하실 sam이용권을 선택하세요.
차감하실 sam이용권을 선택하세요.
선물하실 sam이용권을 선택하세요.
-
보유 권수 / 선물할 권수0권 / 1권
-
받는사람 이름받는사람 휴대전화
- 구매한 이용권의 대한 잔여권수를 선물할 수 있습니다.
- 열람권은 1인당 1권씩 선물 가능합니다.
- 선물한 열람권이 ‘미등록’ 상태일 경우에만 ‘열람권 선물내역’화면에서 선물취소 가능합니다.
- 선물한 열람권의 등록유효기간은 14일 입니다.
(상대방이 기한내에 등록하지 않을 경우 소멸됩니다.) - 무제한 이용권일 경우 열람권 선물이 불가합니다.
첫 구매 시 교보e캐시 지급해 드립니다.

- 첫 구매 후 3일 이내 다운로드 시 익일 자동 지급
- 한 ID당 최초 1회 지급 / sam 이용권 제외
- 구글바이액션을 통해 교보eBook 구매 이력이 없는 회원 대상
- 교보e캐시 1,000원 지급 (유효기간 지급일로부터 7일)