1、资源创建方式
命令行
YAML
2.Namespace
名称空间隔离资源
kubectl create ns hello
kubectl delete ns hello
apiVersion: v1
kind: Namespace
metadata:
name:hello
云原生架构实战03 核心实战
阅读 35
2023-10-23
命令行
YAML
名称空间隔离资源
kubectl create ns hello
kubectl delete ns hello
apiVersion: v1
kind: Namespace
metadata:
name:hello
相关推荐
精彩评论(0)