K8s Lab 把当前仓库文档整理成一个可阅读的网页站点

Repository Reading Site

net-debug-pod.yaml

manifests/04-network/net-debug-pod.yaml

Text Assetmanifests/04-network/net-debug-pod.yaml205 B2026年4月9日 17:51查看原始内容
apiVersion: v1
kind: Pod
metadata:
  name: net-debug
  namespace: learn-k8s
  labels:
    lesson: network
spec:
  containers:
  - name: main
    image: busybox:1.36
    command: ["sh", "-c", "sleep 3600"]