Kubernetes는 컨테이너 오케스트레이션 플랫폼으로, 애플리케이션을 자동으로 배포하고 확장하며 관리할 수 있게 해준다.
```yaml apiVersion: v1 kind: Pod metadata: name: nginx-test spec: containers: