</pre>
*確認(Pod)
<pre>
$ kubectl get pod --output wide
sample-deploy-5cc5cfccd7-szcx5 1/1 Running 0 33s 172.17.0.3 minikube <none> <none>
</pre>
*確認(ReplicaSet)
<pre>
$ kubectl get replicaset --output wide
NAME DESIRED CURRENT READY AGE CONTAINERS IMAGES SELECTOR
sample-deploy-5cc5cfccd7 3 3 3 2m34s nginx-container nginx:1.19 app=sample-app,pod-template-hash=5cc5cfccd7
</pre>
==[[Docker]]==
===Dockerデーモンの再利用によるローカルイメージの使用===