# isno/thebytebook

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/isno-thebytebook).**

8,542 stars · 623 forks · JavaScript

## Links

- GitHub: https://github.com/isno/theByteBook
- Homepage: https://www.thebyte.com.cn
- awesome-repositories: https://awesome-repositories.com/repository/isno-thebytebook.md

## Topics

`cloud-native` `container` `devops` `distributed-systems` `finops` `kubernetes` `networking` `paas` `service-mesh` `sre`

## Description

The Byte Book is an open-source book that covers cloud-native infrastructure, focusing on kernel networking, Kubernetes, service meshes, and containers. It serves as a technical reference for designing stable and cost-effective infrastructure, combining DevOps workflows and site reliability engineering principles.

The book provides a deep dive into Kubernetes networking, including CNI, service mesh integration, and container network interfaces for production clusters. It also covers container runtime operations, service mesh architecture for observability and traffic management, and Linux kernel networking internals to optimize network performance and troubleshoot connectivity issues.

The content is delivered as a static site generated from Markdown source files, enabling offline access and local-first deployment without server-side processing or database queries. The site uses file-based routing to map each chapter to a unique URL path, and the content is separated from presentation logic for easy updates.

## Tags

### DevOps & Infrastructure

- [Learning Resources](https://awesome-repositories.com/f/devops-infrastructure/cloud-native-infrastructure/learning-resources.md) — An open-source book covering kernel networking, Kubernetes, service meshes, and containers for building stable cloud-native systems. ([source](https://cdn.jsdelivr.net/gh/isno/thebytebook@main/README.md))
- [Learning Resources](https://awesome-repositories.com/f/devops-infrastructure/kubernetes-network-operators/learning-resources.md) — A technical reference explaining kernel-level networking, cluster networking, and service mesh integration for Kubernetes.
- [Stability and Cost Balancing](https://awesome-repositories.com/f/devops-infrastructure/cloud-infrastructure-cost-optimization/stability-and-cost-balancing.md) — Teaches balancing stability, efficiency, and cost in cloud-native infrastructure through network and cluster operations. ([source](https://cdn.jsdelivr.net/gh/isno/thebytebook@main/README.md))
- [Container Runtimes](https://awesome-repositories.com/f/devops-infrastructure/container-runtimes.md) — Covers managing container runtimes and orchestration for reliable application deployment and scaling in production.

### Networking & Communication

- [Deep Dive Guides](https://awesome-repositories.com/f/networking-communication/kubernetes-network-orchestration/deep-dive-guides.md) — Provides a deep dive into Kubernetes networking internals including CNI, service mesh, and container network interfaces.

### Software Engineering & Architecture

- [Service Meshes](https://awesome-repositories.com/f/software-engineering-architecture/service-meshes.md) — Covers implementing and operating service mesh technologies for observability, traffic management, and security.
- [SRE Practices](https://awesome-repositories.com/f/software-engineering-architecture/development-methodologies/software-development-lifecycle/devops-practices/sre-practices.md) — Applies DevOps and site reliability engineering principles to balance system stability, efficiency, and operational cost.
- [Learning Resources](https://awesome-repositories.com/f/software-engineering-architecture/service-meshes/learning-resources.md) — A book detailing container orchestration, service mesh patterns, and their role in modern distributed systems.

### Education & Learning Resources

- [Offline Documentation](https://awesome-repositories.com/f/education-learning-resources/educational-resources/reference-and-media/books-docs-reference/documentation/access-discovery-tools/offline-documentation.md) — Provides the full book content through a live website or a locally deployable static site for flexible reading. ([source](https://cdn.jsdelivr.net/gh/isno/thebytebook@main/README.md))
- [DevOps Handbooks](https://awesome-repositories.com/f/education-learning-resources/sre-guides/devops-handbooks.md) — A practical guide combining DevOps workflows and site reliability engineering principles for operating cloud-native infrastructure.

### Operating Systems & Systems Programming

- [Kernel Networking](https://awesome-repositories.com/f/operating-systems-systems-programming/kernel-core-internals/kernel-networking.md) — Explains Linux kernel networking internals to optimize network performance and troubleshoot connectivity issues.
