Kubernetes Cookbook: Practical solutions to container orchestration, 2nd Edition

Hideto Saito, Hui-Chuan Chloe Lee, Ke-Jou Carol Hsu

  • 出版商: Packt Publishing
  • 出版日期: 2018-05-31
  • 售價: $1,770
  • 貴賓價: 9.5$1,682
  • 語言: 英文
  • 頁數: 554
  • 裝訂: Paperback
  • ISBN: 1788837606
  • ISBN-13: 9781788837606
  • 相關分類: Kubernetes
  • 海外代購書籍(需單獨結帳)

買這商品的人也買了...

商品描述

Learn how to automate and manage your containers and reduce the overall operation burden on your system.

Key Features

  • Use containers to manage, scale and orchestrate apps in your organization
  • Transform the latest concept of Kubernetes 1.10 into examples
  • Expert techniques for orchestrating containers effectively

Book Description

Kubernetes is an open source orchestration platform to manage containers in a cluster environment. With Kubernetes, you can configure and deploy containerized applications easily. This book gives you a quick brush up on how Kubernetes works with containers, and an overview of main Kubernetes concepts, such as Pods, Deployments, Services and etc.

This book explains how to create Kubernetes clusters and run applications with proper authentication and authorization configurations. With real-world recipes, you'll learn how to create high availability Kubernetes clusters on AWS, GCP and in on-premise datacenters with proper logging and monitoring setup. You'll also learn some useful tips about how to build a continuous delivery pipeline for your application. Upon completion of this book, you will be able to use Kubernetes in production and will have a better understanding of how to manage containers using Kubernetes.

What you will learn

  • Build your own container cluster
  • Deploy and manage highly scalable, containerized applications with Kubernetes
  • Build high-availability Kubernetes clusters
  • Build a continuous delivery pipeline for your application
  • Track metrics and logs for every container running in your cluster
  • Streamline the way you deploy and manage your applications with large-scale container orchestration

Who This Book Is For

This book is for system administrators, developers, DevOps engineers, or any stakeholder who wants to understand how Kubernetes works using a recipe-based approach. Basic knowledge of Kubernetes and Containers is required.

Table of Contents

  1. Building your own Kubernetes Cluster
  2. Walking though Kubernetes concepts
  3. Playing with containers
  4. Building high availability cluster
  5. Building continuous delivery pipeline
  6. Building Kubernetes on AWS
  7. Building Kubernetes on GCP
  8. Advanced cluster administration
  9. Logging and monitoring