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

MyMemoWiki

差分

ナビゲーションに移動 検索に移動
247 バイト追加 、 2020年11月21日 (土) 11:18
# cat /usr/share/nginx/html/index.html
Hello from Kubernetes storage
</pre>
 
 
<pre>
# apt update
# apt install curl
# curl http://localhost
Hello from Kubernetes storage
</pre>
====クリーンアップ====
<pre>
$ kubectl delete pod task-pv-pod
$ kubectl delete pvc task-pv-claim
$ kubectl delete pv task-pv-volume
</pre>

案内メニュー