Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Modern DevOps Practices
Modern DevOps Practices

Modern DevOps Practices: Implement, secure, and manage applications on the public cloud by leveraging cutting-edge tools , Second Edition

eBook
€26.98 €29.99
Paperback
€37.99
Subscription
Free Trial
Renews at €18.99p/m

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Table of content icon View table of contents Preview book icon Preview Book

Modern DevOps Practices

The Modern Way of DevOps

This first chapter will provide some background knowledge of DevOps practices, processes, and tools. We will understand modern DevOps and how it differs from traditional DevOps. We will also introduce containers and understand in detail how containers within the cloud change the entire IT landscape so that we can build on this book’s base. While this book does not entirely focus on containers and their orchestration, modern DevOps practices heavily emphasize it.

In this chapter, we’re going to cover the following main topics:

  • What is DevOps?
  • Introduction to cloud computing
  • Understanding modern cloud-native applications
  • Modern DevOps versus traditional DevOps
  • The need for containers
  • Container architecture
  • Containers and modern DevOps practices
  • Migrating to containers from virtual machines

By the end of this chapter, you should understand the following key aspects:

  • What DevOps is and what role it plays in the modern IT landscape
  • What cloud computing is and how it has changed IT services
  • What a modern cloud-native application looks like and how it has changed DevOps
  • Why we need containers and what problems they solve
  • The container architecture and how it works
  • How containers contribute to modern DevOps practices
  • The high-level steps of moving from a virtual machine-based architecture to containers
Left arrow icon Right arrow icon
Download code icon Download Code

Key benefits

  • Explore containers as a service (CaaS) and infrastructure automation in the public cloud
  • Secure and ship software continuously to production with DevOps, GitOps, SecOps, and automation
  • Operate distributed and scalable microservices apps in the cloud with a modern service mesh
  • Purchase of the print or Kindle book includes a free PDF eBook

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.

Who is this book for?

If you are a software engineer, system administrator, or operations engineer looking to step into the world of DevOps within public cloud platforms, this book is for you. Existing DevOps engineers will also find this book helpful as it covers best practices, tips, and tricks for implementing DevOps with a cloud-native mindset. Although no containerization experience is necessary, a basic understanding of the software development life cycle and delivery will help you get the most out of this book.

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

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Jan 12, 2024
Length: 568 pages
Edition : 2nd
Language : English
ISBN-13 : 9781805128359
Languages :
Concepts :
Tools :

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Product Details

Publication date : Jan 12, 2024
Length: 568 pages
Edition : 2nd
Language : English
ISBN-13 : 9781805128359
Languages :
Concepts :
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
€18.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
€189.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts
€264.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total 117.97
Modern DevOps Practices
€37.99
Mastering Kubernetes
€41.99
The Ultimate Docker Container Book
€37.99
Total 117.97 Stars icon

Table of Contents

22 Chapters
Part 1:Modern DevOps Fundamentals Chevron down icon Chevron up icon
Chapter 1: The Modern Way of DevOps Chevron down icon Chevron up icon
Chapter 2: Source Code Management with Git and GitOps Chevron down icon Chevron up icon
Chapter 3: Containerization with Docker Chevron down icon Chevron up icon
Chapter 4: Creating and Managing Container Images Chevron down icon Chevron up icon
Part 2:Container Orchestration and Serverless Chevron down icon Chevron up icon
Chapter 5: Container Orchestration with Kubernetes Chevron down icon Chevron up icon
Chapter 6: Managing Advanced Kubernetes Resources Chevron down icon Chevron up icon
Chapter 7: Containers as a Service (CaaS) and Serverless Computing for Containers Chevron down icon Chevron up icon
Part 3:Managing Config and Infrastructure Chevron down icon Chevron up icon
Chapter 8: Infrastructure as Code (IaC) with Terraform Chevron down icon Chevron up icon
Chapter 9: Configuration Management with Ansible Chevron down icon Chevron up icon
Chapter 10: Immutable Infrastructure with Packer Chevron down icon Chevron up icon
Part 4:Delivering Applications with GitOps Chevron down icon Chevron up icon
Chapter 11: Continuous Integration with GitHub Actions and Jenkins Chevron down icon Chevron up icon
Chapter 12: Continuous Deployment/Delivery with Argo CD Chevron down icon Chevron up icon
Chapter 13: Securing and Testing Your CI/CD Pipeline Chevron down icon Chevron up icon
Part 5:Operating Applications in Production Chevron down icon Chevron up icon
Chapter 14: Understanding Key Performance Indicators (KPIs) for Your Production Service Chevron down icon Chevron up icon
Chapter 15: Implementing Traffic Management, Security, and Observability with Istio Chevron down icon Chevron up icon
Index Chevron down icon Chevron up icon
Other Books You May Enjoy Chevron down icon Chevron up icon

Customer reviews

Top Reviews
Rating distribution
Full star icon Full star icon Full star icon Full star icon Full star icon 5
(9 Ratings)
5 star 100%
4 star 0%
3 star 0%
2 star 0%
1 star 0%
Filter icon Filter
Top Reviews

Filter reviews by




Rahul Sinha Jan 30, 2024
Full star icon Full star icon Full star icon Full star icon Full star icon 5
The book lives up to its promise of providing the readers with everything that they would need to begin their career as a DevOps Engineer. It has an extremely well-set flow, and the author not only provides knowledge of core concepts and tools associated with them, but the practical nature of the book allows the readers to have a more hands-on experience, making the learning more enjoyable. It covers almost all topics that you would want to learn to practice DevOps within your organization. The best part of the book is the example Blog App that the author uses to explain the concepts. It feels like you are building an Application and then using DevOps around it to Build, Test, Deliver, Secure, and Operate it effectively using cutting-edge tools.
Amazon Verified review Amazon
Asif R Jan 21, 2024
Full star icon Full star icon Full star icon Full star icon Full star icon 5
It’s been a while since I read a technical book cover-to-cover, so I was delighted to reach the end. In around 550 pages, the book systematically covers many DevOps and related topics, everything from Amazon ECS to ZFS and the bewildering number of technologies and acronyms that seem to prevail the IT landscape at present. Though fasten your seatbelts, it’s a high-octane ride.The book houses five major sections: a) DevOps Fundamentals b) Container Orchestration c) Managing Config & Infrastructure d) Delivery with GitOps e) Production OperationThe practical exercises add haldi (turmeric) and jira (yes, intended- cumin) to the work, making the subject all together less esoteric and approachable. I was particularly pleased to see Gaurav continue the ‘Hello World’ tradition (my first Hello World was written in Pascal, 1993).Gaurav peppers the theory with useful, real-world tips, a testament to his knowledge, experience, and genuine zeal in this area.Each chapter ends with a list of questions to reader has been paying attention (though I’d prefer the answers at the end of the book, to stop a roving eye). The extra chapter explaining the role of AI in DevOps is a welcome, topical addition, something I’m sure that will take a more prominent position in future editions. Perhaps a slight variant, Modern DevOps (Light) could present a condensed ‘management friendly’ treatment along with additional chapters on cost/management implications of DevOps.In any case, the book is very well written and presented, though the heading capitalisation style took a little while to adjust. The free PDF version is also a generous touch.In short, a weighty, practical tome on all matters DevOps, worthy of a few inches on any techie’s bookshelf.Now I have more ‘free’ subscriptions than I thought possible, but I’m looking forward to bombarding the team with new acronyms and asking why we’re not using Grype and Jinja2 templates.
Amazon Verified review Amazon
Placeholder Feb 05, 2024
Full star icon Full star icon Full star icon Full star icon Full star icon 5
This guide is a gold mine for anyone dreaming of a DevOps career! The author breaks down all the must-know tools and tricks with easy-to-follow tips and hands-on labs. From containers to Kubernetes, IaC, CaC, and nailing continuous integration and delivery—it's got the works. Plus, you'll breeze through managing applications in production. With a cool example app and hands-on labs, you'll be diving into the DevOps world like a pro! 🚀💻 #DevOpsJourneyKickoff #TechToolkit"
Amazon Verified review Amazon
Chandrakanth Kasireddy Jan 23, 2024
Full star icon Full star icon Full star icon Full star icon Full star icon 5
After having read the first edition, the second edition is a great improvement over the first. Though this edition still guides readers through Cloud, DevOps, containers and the essential considerations for integrating it into their systems, the approach that it takes through the example Blog Application is even more helpful. The author explores CI/CD pipelines through the lens of GitOps which makes it even more cloud native, while offering a well-structured journey from foundational concepts to advanced insights, accompanied by helpful visuals and terminal outputs. Suitable for both beginners and those with basic knowledge, it serves as an excellent resource for mastering containers, Docker, Kubernetes, and the broader realms of continuous integration, delivery, and DevOps. I highly recommend this well-crafted and instructive book for anyone embarking on the DevOps journey.
Amazon Verified review Amazon
Saurav Singhal Jan 19, 2024
Full star icon Full star icon Full star icon Full star icon Full star icon 5
The author does a great job in explaining about DevOps and how we can implement it with a cloud native mindset. It covers all popular tools that you would need to start your career in DevOps and author does a great job in making the book practical with various labs. Enjoyed reading it and was a great learning experience. Highly recommend!
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How do I buy and download an eBook? Chevron down icon Chevron up icon

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Chevron down icon Chevron up icon

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Chevron down icon Chevron up icon
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Chevron down icon Chevron up icon

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Chevron down icon Chevron up icon
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Chevron down icon Chevron up icon

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.