SkillAgentSearch skills...

TheByteBook

⭐ 【出版书籍】京东购买链接 https://item.jd.com/14531549.html 深入讲解内核网络、Kubernetes、ServiceMesh、容器等云原生相关技术。经历实践检验的 DevOps、SRE指南。

Install / Use

/learn @isno/TheByteBook

README

深入高可用系统原理与设计

这是什么?

这是一本关于架构设计的开源书籍,已经出版。如果阅读文章发现问题,欢迎在 github 给我提交 PR 或者 issue。

<div align="left"> <img src="./assets/thebytebook.jpg" width = "500" align=center /> </div>

⭐️ 为什么要写这个?

这几年互联网基础设施技术出现了很大的更新迭代,比如容器技术(Container、Kubernetes)、服务网格(ServiceMesh)、无服务器(Serverless)、高性能网络(DPDK、XDP、RDMA)等等,我对这些技术有一些浅薄的见解和实践,但远没达到深刻理解的境界,我尝试使用 费曼学习法 把这些东西体系化地总结输出。一方面加深自我的学习认知,另一方面也希望这些输出对其他人有所帮助。

整个系列的内容主要集中在 网络集群以及服务治理FinOps 这三个主题,这也代表着基础架构的几个核心:稳定、效率、成本。

~~我会持续更新这个仓库的内容~~,如果想要关注可以点 star

Star History Chart

<p><a href="https://github.com/isno/theByteBook">https://github.com/isno/theByteBook</a></p>

如何阅读

  • 在线阅读:本文档在线阅读地址为:https://www.thebyte.com.cn 【为防止缓存,阅读前请先强制刷新】

  • 离线阅读

    • 部署离线站点:文档基于 VuePress 2 构建,如你希望在本地搭建文档站点,请使用如下命令:

      # 克隆获取源码
      $ git clone https://github.com/isno/theByteBook.git && cd theByteBook
      
      # 安装工程依赖
      $ npm install
      
      # 运行网站,地址默认为 http://localhost:8080
      $ npm run dev
      

©️ 转载

<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="知识共享许可协议" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" href="http://purl.org/dc/dcmitype/Text" rel="dct:type">作品</span><a xmlns:cc="http://creativecommons.org/ns#" href="https://github.com/isno/TheByteBook" property="cc:attributionName" rel="cc:attributionURL">isno</a> 创作,采用<a rel="license" href="http://creativecommons.org/licenses/by/4.0/">知识共享署名 4.0 国际许可协议</a>进行许可。

Related Skills

View on GitHub
GitHub Stars8.5k
CategoryDevelopment
Updated10h ago
Forks619

Languages

JavaScript

Security Score

85/100

Audited on Mar 25, 2026

No findings