如何簡單的測試kubernetes的dns add-ons是否工作正常?

1,新建一個yaml文件。 apiVersion: v1 kind: Pod metadata: name: busybox namespace: default spec: containers: - image: busybox command: - sleep - "3600" imagePullPolicy: IfNotPresent
相關文章
相關標籤/搜索