apiVersion: v1
kind: Namespace
metadata:
name: test-namespace
---
kind: Pod
name: test-pod
namespace: test-namespace
spec:
containers:
- name: test-container
image: nginx:latest
ports:
- containerPort: 80
restartPolicy: Always