书名: Kubernetes: Up and Running, 2nd Edition 作者: Brendan Burns/Joe Beda/Kelsey Hightower 副标题: Dive into the Future of Infrastructure 页数: 278 出版社: O'Reilly Media 出版年: 2019-10-29 极客时间 深入剖析Kubernetes 笔记 容器本身没有价值,有价值的是“容器编排”。 所以说,容器,其...
(8.2 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536 inet 127.0.0.1 netmask 255.0.0.0 loop txqueuelen 1000 (Local Loopback) RX packets 5 bytes 448 (448.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 5 bytes 448 ...
喜欢读"Kubernetes: Up and Running, 2nd Edition"的人也喜欢· ··· The Kubernetes Book8.8 Designing Cloud Data Platforms9.3 Distributed Tracing in Practice Command-Line Rust8.0 Kubernetes Operators5.7 Grokking Streaming Systems 论坛· ··· 在这本书...
自2014 年以来,Hightower 一直是 Kubernetes 的布道者和持续贡献者,是 Kubernetes 里最著名的演讲者,也是云计算领域的杰出人物。他于 2015 年创立了 KubeCon,甚至与 Kubernetes 的联合创始人 Beda 和 Burns 合作撰写了一本书,《Kubernetes: Up and Running》,由 O'Reilly 于 2017 年出版。他的背景特殊,是一位自...
Google revealed the secret through a project called Kubernetes, an open source cluster orchestrator (based on its internal Borg system) that radically simplifies the task of building, deploying, and maintaining scalable distributed systems in the cloud. This practical guide shows you how Kubernetes ...
当当上海外文书店旗舰店在线销售正版《预订Kubernetes - Up and Running:Dive into the Future of Infrastructure》。最新《预订Kubernetes - Up and Running:Dive into the Future of Infrastructure》简介、书评、试读、价格、图片等相关信息,尽在DangDang.com,网购《预
Container nginx_default_kubevpn_6df63 is running now WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested Created main container: authors_default_kubevpn_6df5f /opt/microservices # ps -ef PID...
使用下面提供的 vagrant 文件,复制到非中文无空格目录下,运行 vagrant up 启动三个 虚拟机。其实 vagrant 完全可以一键部署全部 k8s 集群。 Vagrant.configure("2")do|config| (1..3).eachdo|i| config.vm.define"k8s-node#{i}"do|node| # 设置虚拟机的Box ...
kubernetes HPA-超详细中文官方文档,HPA全称是HorizontalPodAutoscaler,翻译成中文是POD水平自动伸缩,以下都会用HPA代替HorizontalPodAutoscaler,HPA可以基于CPU利用率对replicationcontroller、deployment和replicaset中的pod数量进行自动扩缩容