一、基础Pod配置nginx:
apiVersion: v1
kind: Pod
metadata:
name: nginx-port
namespace: default
labels:
app: myapp
2022-06-05