background picture of the home page

幸福的另一侧,必定有人背负着痛苦

Hello Halo

如果你看到了这一篇文章,那么证明你已经安装成功了,感谢使用 Halo 进行创作,希望能够使用愉快。

thumbnail of the cover of the post

云计算-相关技术

引言 [toc] 软件化、可调度、服务化、多租户、解耦性。 就如同Docker其实大部分就是Linux的技术换层皮,Istio其实大部分就是K8s的技术换层皮。 Istio 项目的核心,就是由无数个运行在应用 Pod 中的 Envoy 容器组成的服务代理网格。这也正是Service Mesh 的含义

thumbnail of the cover of the post

Kubernetes入门(番外篇)K8s集群二进制搭建

Ⅰ.搭建前须知 [toc] 建议首先要搭建yum源用来安装docker,以及后续的各种安装包。 K8s集群需要加密访问,需要建个.kube目录保存授权信息。 K8s集群只有在部署网络插件后Node才能变为Ready。 kube-system是K8s项目预留的系统Pod的工作空间。 usr/lib/s

thumbnail of the cover of the post