快速部署k8s
https://github.com/easzlab/kubeasz
Benchmark
https://github.com/wwyf/DeathStarBench/tree/master/socialNetwork/k8s-yaml
vxlan(Virtual eXtential LAN)
网络虚拟化技术,穿透三层网络对二层进行扩展
弥补了vlan个数少,地址重叠,交换机性能的问题
参考:
https://blog.csdn.net/octopusflying/article/details/77609199
https://www.cnblogs.com/hbgzy/p/5279269.html
fennel
weave socpe
Docker 和 Kubernetes 可视化监控工具
https://github.com/weaveworks/scope
kubectl get pod -n [pod名字] -o wide | sort -k7
-n
代表--namespace
,接命名空间参数,-k7
代表按第七列作为索引进行排序
pod
最小部署单元,一个环节,可以运行多个container,共享所有资源
service
自动感知服务提供方
namespace
一组资源和对象的抽象集合,pod,services等都属于某个namespace
参考:https://www.jianshu.com/p/67d4f3d0600e
Grafana
跨平台开源度量分析与可视化工具