标签:pods uber 命名 container bubble figure ade img htbox
1 | / # nslookup web-0.nginx |
1 | 大专栏 kubernetes 常用命令code">kubectl run hello --schedule="*/1 * * * *" --restart=OnFailure --image=busybox -- /bin/sh -c "date; echo Hello from the Kubernetes cluster" |
静态容器组:bare pod, IP和Hostname恒定;
有状态伸缩组: Deployment, IP和Hostname恒定,支持IP池;
无状态伸缩组: StatefulSets, 支持IP池,IP随机分配,灵活度更高。
斜体
黑体
标签:pods uber 命名 container bubble figure ade img htbox
原文地址:https://www.cnblogs.com/wangziqiang123/p/11718124.html