apiVersion: v1 kind: Pod metadata: name: nginx-with-hostpid spec: hostPID: true hostIPC: false containers: - name: nginx image: nginx