0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Fedora39でminikube - pod確認(1)

Last updated at Posted at 2024-04-14

Fedora39でminikube - nodeにssh接続(1)からの続きです。

ホストマシン(Fedora39)上で、podを確認します。
minikube のノードは1台なので、いっぺんに色々確認できます。

fedora:~@$ kubectl_m get po -A
NAMESPACE              NAME                                         READY   STATUS    RESTARTS       AGE
fuse                   workload-identity-test                       0/1     Pending   0              6d17h
kube-system            coredns-5dd5756b68-6qrg5                     1/1     Running   1 (14m ago)    7d15h
kube-system            coredns-5dd5756b68-q96ww                     1/1     Running   1 (14m ago)    7d15h
kube-system            etcd-minikube                                1/1     Running   1 (14m ago)    7d15h
kube-system            kube-apiserver-minikube                      1/1     Running   1 (14m ago)    7d15h
kube-system            kube-controller-manager-minikube             1/1     Running   1 (14m ago)    7d15h
kube-system            kube-proxy-49nh9                             1/1     Running   1 (14m ago)    7d15h
kube-system            kube-scheduler-minikube                      1/1     Running   1 (14m ago)    7d15h
kube-system            storage-provisioner                          1/1     Running   12 (14m ago)   7d15h
kubernetes-dashboard   dashboard-metrics-scraper-7fd5cb4ddc-t45jm   1/1     Running   1 (14m ago)    7d14h
kubernetes-dashboard   kubernetes-dashboard-8694d4445c-wjw2w        1/1     Running   1 (14m ago)    7d14h

(参考)minikube start

Fedora39でminikube - ServiceをDeployする(1)につづく。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?