KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
k8s-learning
★ 27
Open GitHub ↗
学习k8s的记录
Download README (.md)
Explore Similar Repositories
GDOCK-passwall
:
把GDOCK的源码进行了部分修改,添加了passwall,感谢https://github.com/ljk4160/GDOCK 和 https://github.com/coolsnowwolf/lede
react-code-diff-lite
:
基于react-hook的代码比对组件
godotia
:
A Defender-like game produced with Godot Engine.
wandering_inn
:
Download and convert The Wandering Inn to epub and mobi (kindle) format
lovue
:
Love vue 🔗 https://lovuey.github.io/lovue/
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
k8s-learning
?
Download (.md)
# k8s-learning 学习k8s的记录 ### 参考资料: - k8s in action (七牛团队翻译) - 各大博客 - [Kubernetes Handbook——Kubernetes中文指南/云原生应用架构实践手册](https://jimmysong.io/kubernetes-handbook/) - [istio官方文档,了解框架的各个组件](https://istio.io/zh/docs/concepts/traffic-management/) ### 里程碑 - 2019-11-29 开始项目 - 2020-4-15 k8s docker 云原生等项目 - 2020-4-16 至 2020-4-22 istio框架 ### 待学习知识 ## istio有关: - [istio官方文档,了解框架的各个组件](https://istio.io/zh/docs/concepts/traffic-management/) - [Istio Handbook](https://www.servicemesher.com/istio-handbook/) - [ServiceMesh有关](https://www.servicemesher.com/categories/istio/) ## k8s有关: - [Kubernetes Handbook——Kubernetes中文指南/云原生应用架构实践手册](https://jimmysong.io/kubernetes-handbook/) ## go相关资料学习: - 基础知识 1. [go语言通用网络连接池](https://github.com/silenceper/pool) 2. [go 并发](https://www.kancloud.cn/mutouzhang/go/596806) 3. [go 命令详解](https://github.com/hyper0x/go_command_tutorial) 4. 一些隐蔽的基础文档 - 业界实践文档 1. [Go 在探探后端的使用](https://juejin.im/entry/5b05095bf265da0b767dd3d9) 2. [知乎go](https://zhuanlan.zhihu.com/p/48039838) 3. [饿了么 goroutine stack](https://zhuanlan.zhihu.com/p/28409657) 4. [滴滴go搭建核心业务平台](https://juejin.im/entry/5ae98b98f265da0ba60f9c97) - grpc相关 1. [grpc 实践](https://www.bookstack.cn/read/go-grpc/summary.md) 2. [protobuf3 指南](https://blog.csdn.net/u011518120/article/details/54604615)