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. ...
Kubernetes in Action, Second Edition teaches you to use Kubernetes to deploy container-based distributed applications. You'll start with an overview of how Docker containers work with Kubernetes and move quickly to building your first cluster. You'll gradually expand your initial application, adding ...
746 p. Cybersecurity in Emerging Healthcare Systems -The Institution of Engineering and T 241 p. Inside Thatcher’s Monetarism Experiment _ The Promise , the Failure , the Legacy (2024) 265 p. Between Protection and Harm _ Negotiated Vulnerabilities inAsylum Laws and Bureaucracies 关于...
在阅读了前一章之后,您应该能够部署、检查包含一个或多个容器的POD并与之通信。在这一章,将深入了解POD及其容器操作。 请注意 可以在https://github.com/luksa/kubernetes-in-action-2nd-edition/tree/master/Chapter06上找到本章的代码。 6.1 理解Pod的状态 当创建一个pod对象并且运行后,可以通过API读取pod对象,...
可以在https://github.com/luksa/kubernetes-in-action-2nd-edition/tree/master/Chapter06上找到本章的代码。 6.1 理解Pod的状态 当创建一个pod对象并且运行后,可以通过API读取pod对象,来查看pod发生了什么。正如您在第4章学到的,pod对象清单,以及大多数其他类型的对象清单,包含一个提供对象状态的部分。pod的状态...
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...
Get Kubernetes in Action, Second Edition buy ebook for$55.99$27.99 1.2 Understanding Kubernetes The previous section explained the origins of Kubernetes and the reasons for its wide adoption. In this section we’ll take a closer look at what exactly Kubernetes is. ...
PS:作者的示例代码可以从其 Githubkubernetes-in-action-2nd-edition处下载,Service 部分的代码位于Chapter11。 在创建 Service 之前,可以先进入到 Chapter11 路径下,运行kubectl apply -f SETUP/ --recursive命令,创建需要的 Pods。 $ kubectl get po
原文:《Kubernetes In Action 2nd》,预计将于明年出版,本人已经购买,目前的版本是 MEAP Edition,上述内容来自原文 《6. Manging the Pod lifecycleUnderstanding the pod lifecycleManging the Pod lifecycleManging the Pod lifecycle》。 一文学会 Kubernetes Pod 的生命周期管理...