このコマンドkubectl get pods --all-namespaces
を実行すると、これが得られますUnable to connect to the server: dial tcp [::1]:8080: connectex: No connection could be made because the target machine actively refused it.
すべてのポッドが実行され、1/1 の準備ができていますが、これを使用するmicrok8s kubectl get service -n kube-system
と、
kubernetes-dashboard ClusterIP 10.152.183.132 <none> 443/TCP 6h13m
dashboard-metrics-scraper ClusterIP 10.152.183.10 <none> 8000/TCP 6h13m
DNS が有効になっているにもかかわらず、kube-dns がありません。また、すべての IP アドレスのプロキシに対してこれを入力すると、microk8s kubectl proxy --accept-hosts=.* --address=0.0.0.0 &
これしか取得できずStarting to serve on [::]:8001
、たとえば [1]84623 がありません。
WindowsのHyper-Vマネージャーでmicrok8sとマルチパスを使っていますが、ネットのダッシュボードに行けません。私も初心者です。これは大学の論文用です。似たようなものをオンラインで見ましたが、Azure 用でした。