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

MyMemoWiki

差分

ナビゲーションに移動 検索に移動
361 バイト除去 、 2020年11月17日 (火) 09:07
fi
</pre>
===Kubeconfig===
*https://microk8s.io/docs/working-with-kubectl
*https://qiita.com/imamura_sh/items/91208a9b30e701d1e7f2
$ microk8s config > config
</pre>
 
 
====ダッシュボードメモ====
 
*https://hondou.homedns.org/pukiwiki/index.php?k8s%20microK8s
 
<pre>
$ token=$(microk8s kubectl -n kube-system get secret | grep default-token | cut -d " " -f1)
$ microk8s kubectl -n kube-system describe secret $token
$ microk8s kubectl port-forward -n kube-system service/kubernetes-dashboard 10443:443
</pre>
 
https://127.0.0.1:10443
==コマンド==

案内メニュー