| ページ一覧 | ブログ | twitter |  書式 | 書式(表) |

MyMemoWiki

差分

ナビゲーションに移動 検索に移動
319 バイト追加 、 2020年9月4日 (金) 17:52
</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デーモンの再利用によるローカルイメージの使用===

案内メニュー