All Projects → feiskyer → Kubernetes Handbook

feiskyer / Kubernetes Handbook

Licence: other
Kubernetes Handbook (Kubernetes指南) https://kubernetes.feisky.xyz

Programming Languages

Makefile
30231 projects
go
31211 projects - #10 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to Kubernetes Handbook

Kubernetes Handbook
Kubernetes中文指南/云原生应用架构实践手册 - https://jimmysong.io/kubernetes-handbook
Stars: ✭ 9,420 (+108.82%)
Mutual labels:  cloud-native, gitbook, handbook, service-mesh
Light 4j
A fast, lightweight and more productive microservices framework
Stars: ✭ 3,303 (-26.78%)
Mutual labels:  microservice, cloud-native, service-mesh
Prometheus Handbook
Prometheus 中文文档
Stars: ✭ 258 (-94.28%)
Mutual labels:  cloud-native, gitbook, handbook
Apioak
Full Lifecycle Management API Gateway.
Stars: ✭ 335 (-92.57%)
Mutual labels:  microservice, cloud-native, service-mesh
Migrating To Cloud Native Application Architectures
《迁移到云原生应用架构》中文版 https://jimmysong.io/migrating-to-cloud-native-application-architectures/
Stars: ✭ 203 (-95.5%)
Mutual labels:  makefile, cloud-native, gitbook
Krakend Ce
KrakenD Community Edition. Make your binary of KrakenD API Gateway
Stars: ✭ 245 (-94.57%)
Mutual labels:  microservice, cloud-native, service-mesh
Sdn Handbook
SDN网络指南(SDN Handbook)
Stars: ✭ 856 (-81.02%)
Mutual labels:  books, handbook, containers
Envoy
Envoy proxy中文文档 - https://www.servicemesher.com/envoy/
Stars: ✭ 509 (-88.72%)
Mutual labels:  makefile, gitbook, service-mesh
Istio Handbook
Istio Service Mesh Advanced Practical - Istio服务网格进阶实战 https://www.servicemesher.com/istio-handbook/
Stars: ✭ 1,646 (-63.51%)
Mutual labels:  makefile, gitbook, service-mesh
Motan Openresty
A cross-language RPC framework for rapid development of high performance distributed services based on OpenResty.
Stars: ✭ 117 (-97.41%)
Mutual labels:  microservice, cloud-native, service-mesh
Istio Handbook
Istio Handbook - Istio Service Mesh Advanced Practical(Istio 服务网格进阶实战) - https://jimmysong.io/istio-handbook
Stars: ✭ 374 (-91.71%)
Mutual labels:  makefile, gitbook, service-mesh
Service Fabric
Service Fabric is a distributed systems platform for packaging, deploying, and managing stateless and stateful distributed applications and containers at large scale.
Stars: ✭ 2,874 (-36.29%)
Mutual labels:  cloud-native, containers
Crystal Book
Crystal docs at https://crystal-lang.org/reference
Stars: ✭ 275 (-93.9%)
Mutual labels:  makefile, gitbook
Juno
Juno 译名朱诺。这个名字来源于古罗马神话中的众神之母。它是斗鱼的微服务管理系统, 如同众神之母一样守护着所有微服务的系统。
Stars: ✭ 285 (-93.68%)
Mutual labels:  microservice, service-mesh
Crossplane
Your Universal Control Plane
Stars: ✭ 4,414 (-2.15%)
Mutual labels:  cloud-native, containers
Awesome Servicemesh
Awesome service mesh - https://www.servicemesher.com/awesome-servicemesh/
Stars: ✭ 302 (-93.31%)
Mutual labels:  makefile, service-mesh
cudgx
CudgX is a cloud native intelligent operation and maintenance engine that provides service measurement, index quantification, capacity evaluation, automatic expansion and contraction. 一种提供服务度量、指标量化、容量评估、自动扩缩容等功能的云原生智能运维引擎。
Stars: ✭ 42 (-99.07%)
Mutual labels:  microservice, cloud-native
Full Speed Python
Full Speed Python: a book for self-learners
Stars: ✭ 3,447 (-23.59%)
Mutual labels:  makefile, books
Ambassador
open source Kubernetes-native API gateway for microservices built on the Envoy Proxy
Stars: ✭ 3,583 (-20.57%)
Mutual labels:  microservice, cloud-native
Chaos Mesh
A Chaos Engineering Platform for Kubernetes.
Stars: ✭ 4,265 (-5.45%)
Mutual labels:  microservice, cloud-native

序言

star this repo fork this repo contributions welcome

Kubernetes 是谷歌开源的容器集群管理系统,是 Google 多年大规模容器管理技术 Borg 的开源版本,也是 CNCF 最重要的项目之一,主要功能包括:

  • 基于容器的应用部署、维护和滚动升级
  • 负载均衡和服务发现
  • 跨机器和跨地区的集群调度
  • 自动伸缩
  • 无状态服务和有状态服务
  • 广泛的 Volume 支持
  • 插件机制保证扩展性

Kubernetes 发展非常迅速,已经成为容器编排领域的领导者。Kubernetes 的中文资料也非常丰富,但系统化和紧跟社区更新的则就比较少见了。《Kubernetes 指南》开源电子书旨在整理平时在开发和使用 Kubernetes 时的参考指南和实践总结,形成一个系统化的参考指南以方便查阅。欢迎大家关注和添加完善内容。

在线阅读

项目源码

项目源码存放于 Github 上,https://github.com/feiskyer/kubernetes-handbook

本书版本更新记录

如无特殊说明,本指南所有文档仅适用于 Kubernetes v1.6 及以上版本。详细更新记录见 CHANGELOG

微信公众号

扫码关注微信公众号,回复关键字即可在微信中查看相关章节。

贡献者

欢迎参与贡献和完善内容,贡献方法参考 CONTRIBUTING。感谢所有的贡献者,贡献者列表见 contributors

LICENSE

LICENSE

署名-非商业性使用-相同方式共享 4.0 (CC BY-NC-SA 4.0)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].