Leanpub Header

Skip to main content

Filters

Category: "DevOps"

DevOps

  1. GCP Cloud Architecture
    GCP Cloud Architecture
    Noah Gift, Andrew Nguyen, Alfredo Deza, and Michael Vierling

    Learn to master the Google Cloud platform (GCP).

  2. From Admin to DevOps
    From Admin to DevOps
    The No-BS Way to DevOps in Azure
    Adam Bertram and Michael Levan

    If you want to know a No BS way to 'do the DevOps' in Azure, you're in luck. You will not only learn how to implement DevOps tools and strategies in Azure but more importantly why. Prepare yourself to embark on a DevOps in Azure journey!

  3. Minimal Python
    Minimal Python
    Noah Gift and Alfredo Deza

    Even books that have "learn" in the title introduce readers to hopelessly complex topics like object-oriented programming or concurrency. It turns out YAGNI (You Ain't Gonna Need It). Why teach students topics they won't use either ever, or not for a few years?

  4. Python Command Line Tools
    Python Command Line Tools
    Design powerful apps with Click
    Noah Gift and Alfredo Deza

    Learn the ultimate interface...the command-line.

  5. Terraform in Azure
    Terraform in Azure
    Michael Levan

    Do you want to easily spin up your Azure infrastructure with code? Do you want a book that is all labs to truly teach you with hands-on experience? Look no further! Take the journey with me into the world of Terraform in Azure.

  6. Cloud Computing for Data Analysis
    Cloud Computing for Data Analysis
    The missing semester of Data Science
    Noah Gift

    This book is designed to give you a comprehensive view of cloud computing including Big Data and Machine Learning. Many resources will be used including interactive labs on Cloud Platforms (Google, AWS, Azure) using Python. This is a project-based book with extensive hands-on assignments. Based on material taught at leading universities.

  7. Kubernetes for All
    Kubernetes for All
    Build a Datacenter from Scratch
    Joel Bryan Juliano

    Most Kubernetes books teach you YAML. This one teaches you to build a datacenter.You start with #!/usr/bin/env bash. You finish with one command that provisions, reloads, and tears down a complete multi-service cluster. No magic. No black boxes. Just you, Bash, and the cloud-native platform you built yourself.

  8. DevOps For PHP Developers
    DevOps For PHP Developers
    From Server Setup to Deployment.
    David Mjomba

    Use Ansible to set up fresh instances of Ubuntu 18.04, perform automated updates and set up the LEMP stack comprising of PHP 7.3, Nginx and Percona database. A Docker image that will closely resemble our server will be the testing environment that we'll hook up to GitLab and set-up the CI/CD pipeline to handle testing and zero downtime deployment.

  9. Practical Continuous Testing
    Practical Continuous Testing
    make Agile/DevOps real
    Zhimin Zhan

    Continuous Testing (CT) is a process of executing automated end-to-end (UI) tests frequently as regression testing on the new builds. If all tests have passed, the software is ready for a production release. If there are test failures, the team must act quickly on the feedback. "Test Early and Test Often" enables "Release Early and Release Often".

  10. Building PowerShell Modules
    Building PowerShell Modules
    An in-depth guide from design to production
    Brandon Olin

    An in-depth guide to creating high-quality PowerShell modules including docs, tests, CI/CD, and community engagement. This book provides a detailed guide to what PowerShell modules are, and how to design, develop, test, and publish them. It also includes numerous "good practices" for creating engaging open-source modules for the community to enjoy.

  11. Advent of Go Microservices

    Writing good services in Go can be a challenge - you have to write out your database structures, unit and integration testing with CI to see what breaks, keep them updated with migrations, define your API endpoints and routing, update your documentation - all of these things keep you from building your service. Let's be smart about it.

  12. DIY DevOps

    This tutorial is for anyone or team who needs to automate the deployment and maintenance of static website (html/css/javascript) on a Virtual Private Server instance at digitalocean.com. If you are capable of following tutorials to create a very basic HTML file, you should have no problem following this tutorial.

  13. Beginner's Guide to GNU/Linux Scripting
    Beginner's Guide to GNU/Linux Scripting
    Learn bash and the Unix core utilities in a relaxed way
    Leonardo Giordani

    This book will introduce you to the amazing world of Linux scripting with absh and the GNU core utils, with a step by step approach in a series of 20 slow-paced and focused lessons. With 2 hours of work a week, in less than 3 months you will see a radical change in your productivity with the command line.

  14. podman buildah skopeo runc
    podman buildah skopeo runc
    The next-Gen in Container technology
    Anish Nath

    The Latest in Linux Containers Technologies Podman Buildah skopeo runc

  15. Learn Kubernetes & Docker - .NET Core, Java, Node.JS, PHP or Python
    Learn Kubernetes & Docker - .NET Core, Java, Node.JS, PHP or Python
    Be ready to create and run your containerized and orchestrated application next week.
    Arnaud Weil

    You know next to nothing about Kubernetes or Docker but need to create and run your first application on Kubernetes using Docker within a week. Don't worry: this book has you covered.