apiVersion: v1 kind: Pod metadata: name: nginx labels: app.kubernetes.io/name: nginx spec: hostNetwork: true containers: - name: nginx image: nginx