Kubernetes 是在Pod中来运行容器的。一个包含了一个简单的HellWorld容器的Pod可以被如下的YAML文件指定: apiVersion: v1 kind: Pod metadata: name: hello-world spec: ...
確定! 回上一頁