1. 创建 Namespace

监控平台需要独立的 namespace,使用以下 YAML 创建即可。

1
2
3
4
apiVersion: v1
kind: Namespace
metadata:
  name: monitor-app