Let's take a look at Deployment, which is the parent object in Kubernetes. A Deployment object is a higher level object than a Replicaset or Pod.
In other words, all desired objects can be created through Deployment. And it enables application update or rollback through Deployment object.
Then, let's create a Deployment object and deploy it. As shown in the figure, Deployment contains Replicaset and Pod objects.
In the above figure, Replicaset is maintained with 4 Pods, the Level value is my-ngi...
#
2
#
deployment
#
kubernetes
#
Object
#
배포
#
쿠버네티스
#
클라우드