Leanpub Header

Skip to main content

Filters

Category: "Docker"

Books

  1. Once upon a time Kubernetes
    Container Orchestration
    Manuel Morejón

    This book teaches container management at scale. The book includes exercises to be completed individually, as well as a self-assessment tool called kubexercises. The version used is 1.33.1.

  2. Docker - Do básico à Certificação Docker DCA
    Certificação Docker DCA
    Caio Delgado

    Se você já tentou alguma vez aprender sobre containers mas achou a linguagem complicada, este livro é para você, aqui eu mostro tudo com exemplos simples e com claras explicações, tudo para que você possa começar sua jornada em containers, e se você já conhece docker, este livro também é para você que busca se especializar neste assunto.

  3. Быстрый старт в Kubernetes
    Nigel Poulton and Alexey Pyltsyn

    Изучите Kubernetes, архитектуру и способы развертывания приложений. Книга "Быстрый старт в Kubernetes", написанная автором бестселлеров и гуру обучения Найджелом Пультоном, — это самый быстрый способ окунуться с головой в Kubernetes и получить опыт развертывания простых приложений. После завершения книги, вы будете готовы к работе с Kubernetes.

  4. Test-Driven Development for JAVA Developers

  5. Cyber Range Essentials
    Construct a Hybrid Cloud-Physical Lab with Ansible and Terraform
    Nicholas McKinney

    Use modern DevOps practices such as Infrastructure-as-Code and Configuration-as-Code in order to build a Zero-Trust cyber range!

  6. Érase una vez Docker
    Crear, compartir y ejecutar aplicaciones modernas
    Manuel Morejón

    Construir, distribuir y desplegar aplicaciones nunca ha sido tan fácil como ahora gracias a los contenedores. Docker uno de los grandes responsables de este cambio en la industria. No espere a mañana para acelerar sus procesos de desarrollo, conozca y aprenda los beneficios que brinda Docker de forma rápida y sencilla.

  7. Use Mock's with Automation Testing
    Use Mock's with Automation Testing
    Anton Smirnov

    In this book, I have considered options with practical applications. This book also provides many examples of programming languages for further use in projects.

  8. GitLab Cheatsheet
    Abdurrachman M

    For the past 3 years I've been building CI/CD workflows for various companies and today I want to share my cheat sheet about how to build good GitLab CI/CD for your project and businesses.

  9. Docker for Web Developers
    A concise, practical, and easy-to-follow guide showing how Docker can quickly create web development environments on Windows, macOS, or Linux.
    Craig Buckler

    Docker will revolutionize your web projects no matter what OS you use. This book shows recipes for installing and managing all the software dependencies you need, such as servers, languages, databases, content management systems, and more.

  10. DevOps
    Ultimate Beginners Guide to become a Successful Devops Engineer
    A.J. García

    Start your journey into the DevOps culture and get familiar with some of the tools you will be using on a day to day basis

  11. Understanding Istio in a visual way
    Learn & Discover Istio in sketchnotes - with some tips included -
    Aurélie Vache

    As Kubernetes, understanding Istio can be difficult or time-consuming. I've created this collection of sketchnotes about Istio, a Service Mesh, in order to explain the Cloud technology in a visual way.

  12. If you want to take the LPI-701 DevOps tools exam , you don't know how to prepare?You don't have a documentation ?You don't know how you can start ?You need some suggestion ?Don't worry,I give on your hand,my books that will help you 100% to achieve your goal.I'll give you a detailed course when we will cover all skills and provides some uses cases

  13. Decompose your Monolithic application and move towards Microservices Architecture by addressing a common concern

  14. Mastering Hyperledger Fabric
    Master The Art of Hyperledger fabric on docker, docker swarm and Kubernetes
    Narendranath Reddy

    A one-stop solution to become Master in the Hyperledger FabricHyperledger Fabric container orchestration with docker-compose, docker swarm, and KubernetesExposed many untold technologies and production-ready explanation with practical examples

  15. 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.