Kubernetes(十七)深入理解Pod
2021-04-20 22:28
标签:blank pods figure api alt 2-2 检索 编码 授权 Kubernetes(十七)深入理解Pod 标签:blank pods figure api alt 2-2 检索 编码 授权 原文地址:https://www.cnblogs.com/TSir/p/12255328.html
我们取名叫
useridentity-deployment.yaml
700 bytes
862 bytes
890 bytes
startupProbe
)就可以知道应用程序什么时候启动了。
apiVersion: v1
kind: Pod
metadata:
name: nginx
spec:
containers:
- name: nginx
image: nginx
nodeName: kube-01
apiVersion: v1
kind: Pod
metadata:
name: nginx
labels:
env: test
spec:
containers:
- name: nginx
image: nginx
imagePullPolicy: IfNotPresent
nodeSelector:
disktype: ssd
文章标题:Kubernetes(十七)深入理解Pod
文章链接:http://soscw.com/index.php/essay/77330.html