Kubernetes:建置與執行 (Kubernetes: Up and Running: Dive into the Future of Infrastructure)

Brendan Burns , Kelsey Hightower , Joe Beda 著 林毅民 (Sammy Lin) 譯

  • Kubernetes:建置與執行 (Kubernetes: Up and Running: Dive into the Future of Infrastructure)-preview-1
  • Kubernetes:建置與執行 (Kubernetes: Up and Running: Dive into the Future of Infrastructure)-preview-2
  • Kubernetes:建置與執行 (Kubernetes: Up and Running: Dive into the Future of Infrastructure)-preview-3
  • Kubernetes:建置與執行 (Kubernetes: Up and Running: Dive into the Future of Infrastructure)-preview-4
  • Kubernetes:建置與執行 (Kubernetes: Up and Running: Dive into the Future of Infrastructure)-preview-5
  • Kubernetes:建置與執行 (Kubernetes: Up and Running: Dive into the Future of Infrastructure)-preview-6
  • Kubernetes:建置與執行 (Kubernetes: Up and Running: Dive into the Future of Infrastructure)-preview-7
  • Kubernetes:建置與執行 (Kubernetes: Up and Running: Dive into the Future of Infrastructure)-preview-8
  • Kubernetes:建置與執行 (Kubernetes: Up and Running: Dive into the Future of Infrastructure)-preview-9
  • Kubernetes:建置與執行 (Kubernetes: Up and Running: Dive into the Future of Infrastructure)-preview-10
  • Kubernetes:建置與執行 (Kubernetes: Up and Running: Dive into the Future of Infrastructure)-preview-11
  • Kubernetes:建置與執行 (Kubernetes: Up and Running: Dive into the Future of Infrastructure)-preview-12
Kubernetes:建置與執行 (Kubernetes: Up and Running: Dive into the Future of Infrastructure)-preview-1

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

商品描述

據說Google每週部署超過20億個應用程序容器。那怎麼可能?Google透過一個名為Kubernetes的專案揭露了這個秘密,這是一個開源的叢集協調器(基於其內部使用的Borg系統),它從根本上簡化了構建、部署和維護雲端分佈式系統的工作。本書將告訴您Kubernetes和容器技術如何幫助您達到速度、敏捷性、可靠性和效率的新水準。

 

本書帶領您認識Kubernetes在分散式系統中所扮演的角色,如何使用相關的工具與API來實現自動化部署,無論是用於線上服務、機器學習系統或樹莓派(Rpi)電腦所組成的叢集。

 

.探索Kubernetes在分佈式系統中的應用

.使用Docker等容器,深入探討容器化的應用程序開發,並使用Docker之類的容器

.使用Docker映像檔在Kubernetes上建立與執行容器,

.探索核心的Kubernetes概念和API物件

.在不停機與出錯的狀況下推出軟體新版

.開發與部署Kubernetes的真實案例

目錄大綱

第一章 前言

第二章 建立和運行容器 

第三章 部署 Kubernetes 叢集

第四章 常見的 kubectl 指令

第五章 Pod

第六章 Label 和 Annotation

第七章 服務探索

第八章 ReplicaSet

第九章 DaemonSet

第十章 Job

第十一章 ConfigMap 和 Secret

第十二章 Deployment

第十三章 Kubernetes 和整合儲存解決方案

第十四章 部署實際的應用程式

附錄A 建立樹莓派(Raspberry Pi)的 Kubernetes 叢集