Docs/CloudNative/Kubernetes/Base/优化k8s.md

4 lines
No EOL
323 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

1. 创建时proxy使用ipvs
2. docker镜像中域名解析非常慢若使用alpin镜像最好使用完全的svc链接若使用其他镜像若在同一个ns只使用svc名字即可优化若不在同一ns使用svc名字.ns
3. 容器分阶段构建,减少层数(命令合并)等方法减小大小
4.