{"id":13526388,"url":"https://github.com/isno/theByteBook","last_synced_at":"2025-04-01T07:32:19.291Z","repository":{"id":126798618,"uuid":"547677901","full_name":"isno/theByteBook","owner":"isno","description":"⭐ 【开源书籍】深入讲解内核网络、Kubernetes、ServiceMesh、容器等云原生相关技术。经历实践检验的 DevOps、SRE指南。如发现错误，谢谢提issue","archived":false,"fork":false,"pushed_at":"2024-10-28T05:36:03.000Z","size":138614,"stargazers_count":7246,"open_issues_count":1,"forks_count":470,"subscribers_count":54,"default_branch":"main","last_synced_at":"2024-10-29T15:34:14.042Z","etag":null,"topics":["cloud-native","container","devops","distributed-systems","finops","kubernetes","networking","paas","paxos","raft","service-mesh","sre"],"latest_commit_sha":null,"homepage":"https://www.thebyte.com.cn","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/isno.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-08T04:44:22.000Z","updated_at":"2024-10-29T14:37:37.000Z","dependencies_parsed_at":"2024-11-19T03:54:45.823Z","dependency_job_id":null,"html_url":"https://github.com/isno/theByteBook","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isno%2FtheByteBook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isno%2FtheByteBook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isno%2FtheByteBook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isno%2FtheByteBook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/isno","download_url":"https://codeload.github.com/isno/theByteBook/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246600791,"owners_count":20803485,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cloud-native","container","devops","distributed-systems","finops","kubernetes","networking","paas","paxos","raft","service-mesh","sre"],"created_at":"2024-08-01T06:01:28.950Z","updated_at":"2025-04-01T07:32:14.282Z","avatar_url":"https://github.com/isno.png","language":"JavaScript","readme":"# 深入架构原理与实践\n\n\n## 这是什么？\n\n这是一本关于架构设计的开源书籍，目前内容还存在逻辑不清晰、内容组织结构不完整的地方，我将在近几个月内逐渐完成修正。如果阅读文章发现问题，欢迎在 github 给我提交 PR 或者 issue。\n\n以下为我的公众号，欢迎与我讨论技术。\n\u003cdiv  align=\"left\"\u003e\n\t\u003cimg src=\"./assets/qrcode-v2.png\" width = \"250\"  align=center /\u003e\n\u003c/div\u003e\n\n\n## ⭐️ 为什么要写这个？\n\n这几年互联网基础设施技术出现了很大的更新迭代，比如容器技术（Container、Kubernetes）、服务网格（ServiceMesh）、无服务器（Serverless）、高性能网络（DPDK、XDP） 等等，我对这些技术有一些浅薄的见解和实践，但也远没达到深刻理解的境界，我尝试使用 `费曼学习法` 把这些东西体系化地总结输出。一方面是加深自我的学习认识，另一方面也希望这些输出对其他人有所帮助。\n\n整个系列的内容主要集中在 `网络`、`集群以及服务治理`、`FinOps` 这三个主题，这也代表着基础架构的几个核心：稳定、效率、成本。\n\n我会持续更新这个仓库的内容，如果想要关注可以点 `star` 。\n\n\n:::center\n\n[![Star History Chart](https://api.star-history.com/svg?repos=isno/thebytebook\u0026type=Date)](https://star-history.com/#isno/thebytebook\u0026Date)\n\u003cp\u003e\u003ca href=\"https://github.com/isno/theByteBook\"\u003ehttps://github.com/isno/theByteBook\u003c/a\u003e\u003c/p\u003e\n:::\n\n\n\n## 如何阅读\n\n- **在线阅读**：本文档在线阅读地址为：[https://www.thebyte.com.cn](https://www.thebyte.com.cn)  【为防止缓存，阅读前请先强制刷新】\n\n- **离线阅读**：\n\n  - 部署离线站点：文档基于 [VuePress 2](https://v2.vuepress.vuejs.org/zh/) 构建，如你希望在本地搭建文档站点，请使用如下命令：\n\n    ```bash\n    # 克隆获取源码\n    $ git clone https://github.com/isno/theByteBook.git \u0026\u0026 cd theByteBook\n\n    # 安装工程依赖\n    $ npm install\n\n    # 运行网站，地址默认为 http://localhost:8080\n    $ npm run dev\n    ```\n\n\n## ©️ 转载\n\n\u003ca rel=\"license\" href=\"http://creativecommons.org/licenses/by/4.0/\"\u003e\u003cimg alt=\"知识共享许可协议\" style=\"border-width:0\" src=\"https://i.creativecommons.org/l/by/4.0/88x31.png\" /\u003e\u003c/a\u003e\u003cbr /\u003e本\u003cspan xmlns:dct=\"http://purl.org/dc/terms/\" href=\"http://purl.org/dc/dcmitype/Text\" rel=\"dct:type\"\u003e作品\u003c/span\u003e由 \u003ca xmlns:cc=\"http://creativecommons.org/ns#\" href=\"https://github.com/isno/TheByteBook\" property=\"cc:attributionName\" rel=\"cc:attributionURL\"\u003eisno\u003c/a\u003e 创作，采用\u003ca rel=\"license\" href=\"http://creativecommons.org/licenses/by/4.0/\"\u003e知识共享署名 4.0 国际许可协议\u003c/a\u003e进行许可。\n\n\n","funding_links":[],"categories":["文档","JavaScript","资源链接："],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisno%2FtheByteBook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fisno%2FtheByteBook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisno%2FtheByteBook/lists"}