Skip to content

Shashankreddysunkara/Learning_DevOps

 
 

Repository files navigation

Learning DevOps

Learning DevOps

This is the code repository for Learning DevOps , published by Packt.

The complete guide to accelerate collaboration with Jenkins, Kubernetes, Terraform and Azure DevOps

What is this book about?

The implementation of DevOps processes requires the efficient use of various tools, and the choice of these tools is crucial for the sustainability of projects and collaboration between development (Dev) and operations (Ops). This book presents the different patterns and tools that you can use to provision and configure an infrastructure in the cloud. You'll begin by understanding DevOps culture, the application of DevOps in cloud infrastructure, provisioning with Terraform, configuration with Ansible, and image building with Packer. You'll then be taken through source code versioning with Git and the construction of a DevOps CI/CD pipeline using Jenkins, GitLab CI, and Azure Pipelines. This DevOps handbook will also guide you in containerizing and deploying your applications with Docker and Kubernetes. You'll learn how to reduce deployment downtime with blue-green deployment and the feature flags technique, and study DevOps practices for open source projects. Finally, you'll grasp some best practices for reducing the overall application lead time to ensure faster time to market.

This book covers the following exciting features:

  • Become well versed with DevOps culture and its practices
  • Use Terraform and Packer for cloud infrastructure provisioning
  • Implement Ansible for infrastructure configuration
  • Use basic Git commands and understand the Git flow process
  • Build a DevOps pipeline with Jenkins, Azure Pipelines, and GitLab CI
  • Containerize your applications with Docker and Kubernetes
  • Check application quality with SonarQube and Postman
  • Protect DevOps processes and applications using DevSecOps tools

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders. For example, Chapter02.

The code will look like the following:

resource "azurerm_resource_group" "rg" {
     name = var.resoure_group_name
    location = var.location
     tags {
         environment = "Terraform Azure"
     }

Following is what you need for this book: If you are a developer or a system administrator interested in understanding continuous integration, continuous delivery, and containerization with DevOps tools and techniques, this book is for you.

With the following software and hardware list you can run all code files present in the book (Chapter 1-15).

Software and Hardware List

Chapter Software required OS required
2 Terraform (latest) Windows, Mac OS X, and Linux (Any)
3 Ansible Red Hat, Debian, CentOS, macOS, any of the BSDs
4 Packer Windows, Mac OS X, and Linux (Any)
5 Git Windows, Mac OS X, and Linux (Any)
7-8 Docker Windows, Mac OS X, and Linux (Any)
10 JRE (Java Runtime) Windows, Mac OS X, and Linux (Any)
12 Ruby Windows, Mac OS X, and Linux (Any)
12 Inspec Windows, Mac OS X, and Linux (Any)

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.

Code in Action

Click on the following link to see the Code in Action:

[http://bit.ly/2ognLdt] (http://bit.ly/2ognLdt)

Related products

Get to Know the Author

Mikael Krief lives in France and works as a DevOps engineer, and for 4 years he has worked as a DevOps consultant and DevOps technical officer at an expert consulting company in Microsoft technologies. He is passionate about DevOps culture and practices, ALM, and Agile methodologies. He loves to share his passion through various communities, such as the ALM | DevOps Rangers community, which he has been a member of since 2015. He also contributes to many open source projects, writes blogs and books, speaks at conferences, and publishes public tools such as extensions for Azure DevOps. For all his contributions and passion in this area, he has received the Microsoft© Most Valuable Professional (MVP) award for the last 4 years.

Suggestions and Feedback

Click here if you have any feedback or suggestions.

About

Learning DevOps, published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 29.4%
  • C# 23.2%
  • HTML 20.5%
  • HCL 19.2%
  • CSS 2.2%
  • JavaScript 1.7%
  • Other 3.8%