In Kubernetes in Action, Second Edition, you’ll start with an overview of howDockercontainers work with Kubernetes and move quickly to building your first cluster. You’ll gradually expand your initial application, adding features and deepening your knowledge of Kubernetes architecture and operation. ...
了解pod及其容器的完整生命周期 在阅读了前一章之后,您应该能够部署、检查包含一个或多个容器的POD并与之通信。在这一章,将深入了解POD及其容器操作。 请注意 可以在https://github.com/luksa/kubernetes-in-action-2nd-edition/tree/master/Chapter06上找到本章的代码。 6.1 理解Pod的状态 当创建一个pod对象并且...
1.1.1 Kubernetes in a nutshell Kubernetes is a software system for automating the deployment and management of complex, large-scale application systems composed of computer processes running in containers. Let’s learn what it does and how it does it. ...
Code from the Kubernetes in Action 2nd Edition book - kubernetes-in-action-2nd-edition/Chapter05/pod.kiada-init.yaml at master · luksa/kubernetes-in-action-2nd-edition
Kubernetes in Action, 2nd Edition This repository contains all the code (and some additional files) from theKubernetes in Action, 2nd Editionbook. Purchasing the book The book hasn't been published yet, but is available through the Manning early-access program. You can take aquick look online...
在阅读了前一章之后,您应该能够部署、检查包含一个或多个容器的POD并与之通信。在这一章,将深入了解POD及其容器操作。 请注意 可以在https://github.com/luksa/kubernetes-in-action-2nd-edition/tree/master/Chapter06上找到本章的代码。 6.1 理解Pod的状态 ...
原文:《Kubernetes In Action 2nd》,预计将于明年出版,本人已经购买,目前的版本是 MEAP Edition,上述内容来自原文 《6. Manging the Pod lifecycleUnderstanding the pod lifecycleManging the Pod lifecycleManging the Pod lifecycle》。 一文学会 Kubernetes Pod 的生命周期管理...
添加 TERM 信号处理程序是比缩短终止或删除宽限期更好的解决方案。 原文:《Kubernetes In Action 2nd》,预计将于明年出版,本人已经购买,目前的版本是 MEAP Edition,上述内容来自原文 《6. Manging the Pod lifecycleUnderstanding the pod lifecycleManging the Pod lifecycleManging the Pod lifecycle》。 原文链接...
PS:作者的示例代码可以从其 Githubkubernetes-in-action-2nd-edition处下载,Service 部分的代码位于Chapter11。 在创建 Service 之前,可以先进入到 Chapter11 路径下,运行kubectl apply -f SETUP/ --recursive命令,创建需要的 Pods。 $ kubectl get po
喜欢读"Kubernetes in Action"的人也喜欢 ··· Programming Kubernetes 8.8 Microservice Patterns 9.0 Designing Data-Intensive Applicati... 9.8 The Software Architect Elevator Istio in Action 深入剖析Kubernetes 9.3 Building Microservices, 2nd Edition BPF Performance Tools 8.6 Systems Performan...