개발 일반

[kubernetess] yaml kind pod와 deployment의 차이점

Demis Tae Kyu Eom 2020. 7. 22. 14:57

https://stackoverflow.com/questions/41325087/what-is-the-difference-between-a-pod-and-a-deployment

 

What is the difference between a pod and a deployment?

I have been creating pods with type:deployment but I see that some documentation uses type:pod, more specifically the documentation for multi-container pods: apiVersion: v1 kind: Pod metadata: n...

stackoverflow.com