apiVersion: apps/v1
kind: Deployment
metadata:
	name: my-nginx-deployment
spec:
	replicas: 3
	selector:
		matchLabels:
			app: my-nginx
	template:
		metadata:
			name: my-nginx-pod
			labels:
				app: my-nginx
		spec:
			containers:
			- name: nginx
				image: nginx:1.10
				ports:
				- containerPort: 80

그럼 왜 쓰는가?

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/de86d091-c818-4dea-98fa-ad83a28ff459/_2021-05-22__7.15.23.png