theByteBook
⭐ 【出版书籍】京东购买链接 https://item.jd.com/14531549.html 深入讲解内核网络、Kubernetes、ServiceMesh、容器等云原生相关技术。经历实践检验的 DevOps、SRE指南。
An online Chinese-language technical book covering how to design large-scale internet systems that stay reliable and cost-efficient, with chapters on networking, Kubernetes, Service Mesh, Serverless, and cloud cost management.
This repository is the source for a published Chinese-language technical book titled "Deep Dive into High-Availability System Principles and Design." The book is available for purchase on JD.com and covers the core ideas behind building large-scale internet infrastructure that stays up, runs efficiently, and keeps costs manageable.
The content is organized around three main themes: networking, cluster and service governance, and FinOps (which is about understanding and controlling the cost of running cloud infrastructure). Within those themes the book covers technologies like containers (packaged software environments), Kubernetes (a system for running many containers at once), Service Mesh (a layer that manages communication between software services), Serverless computing, and high-performance networking approaches.
The author wrote this by working through each topic carefully, the way a student would explain something to make sure they truly understand it. The stated goal was both to deepen the author's own knowledge and to produce something useful for other engineers and learners working in cloud infrastructure.
The book can be read online at thebyte.com.cn. If you want a local copy, the site is built with VuePress 2, a tool that turns text files into a browsable website. You can clone the repository, install the dependencies with npm, and run the site on your own machine. The content is licensed under Creative Commons Attribution 4.0, meaning you can share and build on it as long as you credit the original author.
Where it fits
- Read the online book to learn principles behind high-availability internet infrastructure and cloud cost control
- Clone the repo and run it locally with npm to study the content offline without a browser connection
- Use the Kubernetes and Service Mesh chapters as a study guide when preparing for cloud infrastructure work
- Contribute corrections or new sections to the open-source book content