LoginSignup
0
0

Fedora39でminikube - nodeにssh接続(1)

Last updated at Posted at 2024-04-07

FFedora39でminikube - クラスタと連携(1)からの続きです。

nodeを確認します。

@fedora:~$ minikube node list
minikube	192.168.59.100

このノードにssh接続したいのですが、この様なコマンドを実行するようです。

@fedora:~$ minikube ssh
                         _             _            
            _         _ ( )           ( )           
  ___ ___  (_)  ___  (_)| |/')  _   _ | |_      __  
/' _ ` _ `\| |/' _ `\| || , <  ( ) ( )| '_`\  /'__`\
| ( ) ( ) || || ( ) || || |\`\ | (_) || |_) )(  ___/
(_) (_) (_)(_)(_) (_)(_)(_) (_)`\___/'(_,__/'`\____)

プロセスを確認します。実行結果です。

$ ps auxf
USER         PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root           2  0.0  0.0      0     0 ?        S    06:00   0:00 [kthreadd]
root           3  0.0  0.0      0     0 ?        I<   06:00   0:00  \_ [rcu_gp]
root           4  0.0  0.0      0     0 ?        I<   06:00   0:00  \_ [rcu_par_gp]
root           6  0.0  0.0      0     0 ?        I<   06:00   0:00  \_ [kworker/0:0H-events_highpri]
root           9  0.0  0.0      0     0 ?        I<   06:00   0:00  \_ [mm_percpu_wq]
root          10  0.0  0.0      0     0 ?        S    06:00   0:00  \_ [rcu_tasks_rude_]
root          11  0.0  0.0      0     0 ?        S    06:00   0:00  \_ [rcu_tasks_trace]
root          12  0.0  0.0      0     0 ?        S    06:00   0:00  \_ [ksoftirqd/0]
root          13  0.0  0.0      0     0 ?        I    06:00   0:05  \_ [rcu_sched]
root          14  0.0  0.0      0     0 ?        S    06:00   0:00  \_ [migration/0]
root          15  0.0  0.0      0     0 ?        S    06:00   0:00  \_ [cpuhp/0]
root          16  0.0  0.0      0     0 ?        S    06:00   0:00  \_ [cpuhp/1]
root          17  0.0  0.0      0     0 ?        S    06:00   0:00  \_ [migration/1]
root          18  0.0  0.0      0     0 ?        S    06:00   0:01  \_ [ksoftirqd/1]
root          20  0.0  0.0      0     0 ?        I<   06:00   0:00  \_ [kworker/1:0H-events_highpri]
root          21  0.0  0.0      0     0 ?        S    06:00   0:00  \_ [kdevtmpfs]
root          22  0.0  0.0      0     0 ?        I<   06:00   0:00  \_ [netns]
root          23  0.0  0.0      0     0 ?        S    06:00   0:00  \_ [kauditd]
root          24  0.0  0.0      0     0 ?        S    06:00   0:00  \_ [oom_reaper]
root          25  0.0  0.0      0     0 ?        I<   06:00   0:00  \_ [writeback]
root          26  0.0  0.0      0     0 ?        S    06:00   0:00  \_ [kcompactd0]
root          27  0.0  0.0      0     0 ?        SN   06:00   0:00  \_ [khugepaged]
root          41  0.0  0.0      0     0 ?        I<   06:00   0:00  \_ [cryptd]
root          53  0.0  0.0      0     0 ?        I<   06:00   0:00  \_ [kblockd]
root          54  0.0  0.0      0     0 ?        I<   06:00   0:00  \_ [blkcg_punt_bio]
root          55  0.0  0.0      0     0 ?        I<   06:00   0:00  \_ [ata_sff]
root          56  0.0  0.0      0     0 ?        I<   06:00   0:00  \_ [md]
root          57  0.0  0.0      0     0 ?        I<   06:00   0:00  \_ [kworker/0:1H-kblockd]
root          58  0.0  0.0      0     0 ?        I<   06:00   0:00  \_ [rpciod]
root          59  0.0  0.0      0     0 ?        I<   06:00   0:00  \_ [kworker/u5:0-xprtiod]
root          60  0.0  0.0      0     0 ?        I<   06:00   0:00  \_ [xprtiod]
root          61  0.0  0.0      0     0 ?        I<   06:00   0:00  \_ [cfg80211]
root          63  0.0  0.0      0     0 ?        S    06:00   0:00  \_ [kswapd0]
root          64  0.0  0.0      0     0 ?        I<   06:00   0:00  \_ [nfsiod]
root          65  0.0  0.0      0     0 ?        I<   06:00   0:00  \_ [cifsiod]
root          66  0.0  0.0      0     0 ?        I<   06:00   0:00  \_ [smb3decryptd]
root          67  0.0  0.0      0     0 ?        I<   06:00   0:00  \_ [cifsfileinfoput]
root          68  0.0  0.0      0     0 ?        I<   06:00   0:00  \_ [cifsoplockd]
root          69  0.0  0.0      0     0 ?        I<   06:00   0:00  \_ [xfsalloc]
root          70  0.0  0.0      0     0 ?        I<   06:00   0:00  \_ [xfs_mru_cache]
root          72  0.0  0.0      0     0 ?        I<   06:00   0:00  \_ [acpi_thermal_pm]
root          74  0.0  0.0      0     0 ?        S    06:00   0:00  \_ [scsi_eh_0]
root          75  0.0  0.0      0     0 ?        I<   06:00   0:00  \_ [scsi_tmf_0]
root          76  0.0  0.0      0     0 ?        S    06:00   0:00  \_ [scsi_eh_1]
root          77  0.0  0.0      0     0 ?        I<   06:00   0:00  \_ [scsi_tmf_1]
root          78  0.0  0.0      0     0 ?        S    06:00   0:00  \_ [scsi_eh_2]
root          79  0.0  0.0      0     0 ?        I<   06:00   0:00  \_ [scsi_tmf_2]
root          80  0.0  0.0      0     0 ?        S    06:00   0:00  \_ [scsi_eh_3]
root          81  0.0  0.0      0     0 ?        I<   06:00   0:00  \_ [scsi_tmf_3]
root          82  0.0  0.0      0     0 ?        S    06:00   0:00  \_ [scsi_eh_4]
root          83  0.0  0.0      0     0 ?        I<   06:00   0:00  \_ [scsi_tmf_4]
root          84  0.0  0.0      0     0 ?        S    06:00   0:00  \_ [scsi_eh_5]
root          85  0.0  0.0      0     0 ?        I<   06:00   0:00  \_ [scsi_tmf_5]
root          86  0.0  0.0      0     0 ?        S    06:00   0:00  \_ [scsi_eh_6]
root          87  0.0  0.0      0     0 ?        I<   06:00   0:00  \_ [scsi_tmf_6]
root          88  0.0  0.0      0     0 ?        S    06:00   0:00  \_ [scsi_eh_7]
root          89  0.0  0.0      0     0 ?        I<   06:00   0:00  \_ [scsi_tmf_7]
root          90  0.0  0.0      0     0 ?        S    06:00   0:00  \_ [scsi_eh_8]
root          91  0.0  0.0      0     0 ?        I<   06:00   0:00  \_ [scsi_tmf_8]
root          92  0.0  0.0      0     0 ?        S    06:00   0:00  \_ [scsi_eh_9]
root          93  0.0  0.0      0     0 ?        I<   06:00   0:00  \_ [scsi_tmf_9]
root          94  0.0  0.0      0     0 ?        S    06:00   0:00  \_ [scsi_eh_10]
root          95  0.0  0.0      0     0 ?        I<   06:00   0:00  \_ [scsi_tmf_10]
root          96  0.0  0.0      0     0 ?        S    06:00   0:00  \_ [scsi_eh_11]
root          97  0.0  0.0      0     0 ?        I<   06:00   0:00  \_ [scsi_tmf_11]
root          98  0.0  0.0      0     0 ?        S    06:00   0:00  \_ [scsi_eh_12]
root          99  0.0  0.0      0     0 ?        I<   06:00   0:00  \_ [scsi_tmf_12]
root         100  0.0  0.0      0     0 ?        S    06:00   0:00  \_ [scsi_eh_13]
root         101  0.0  0.0      0     0 ?        I<   06:00   0:00  \_ [scsi_tmf_13]
root         102  0.0  0.0      0     0 ?        S    06:00   0:00  \_ [scsi_eh_14]
root         103  0.0  0.0      0     0 ?        I<   06:00   0:00  \_ [scsi_tmf_14]
root         104  0.0  0.0      0     0 ?        S    06:00   0:00  \_ [scsi_eh_15]
root         105  0.0  0.0      0     0 ?        I<   06:00   0:00  \_ [scsi_tmf_15]
root         106  0.0  0.0      0     0 ?        S    06:00   0:00  \_ [scsi_eh_16]
root         107  0.0  0.0      0     0 ?        I<   06:00   0:00  \_ [scsi_tmf_16]
root         108  0.0  0.0      0     0 ?        S    06:00   0:00  \_ [scsi_eh_17]
root         109  0.0  0.0      0     0 ?        I<   06:00   0:00  \_ [scsi_tmf_17]
root         110  0.0  0.0      0     0 ?        S    06:00   0:00  \_ [scsi_eh_18]
root         111  0.0  0.0      0     0 ?        I<   06:00   0:00  \_ [scsi_tmf_18]
root         112  0.0  0.0      0     0 ?        S    06:00   0:00  \_ [scsi_eh_19]
root         113  0.0  0.0      0     0 ?        I<   06:00   0:00  \_ [scsi_tmf_19]
root         114  0.0  0.0      0     0 ?        S    06:00   0:00  \_ [scsi_eh_20]
root         115  0.0  0.0      0     0 ?        I<   06:00   0:00  \_ [scsi_tmf_20]
root         116  0.0  0.0      0     0 ?        S    06:00   0:00  \_ [scsi_eh_21]
root         117  0.0  0.0      0     0 ?        I<   06:00   0:00  \_ [scsi_tmf_21]
root         118  0.0  0.0      0     0 ?        S    06:00   0:00  \_ [scsi_eh_22]
root         119  0.0  0.0      0     0 ?        I<   06:00   0:00  \_ [scsi_tmf_22]
root         120  0.0  0.0      0     0 ?        S    06:00   0:00  \_ [scsi_eh_23]
root         121  0.0  0.0      0     0 ?        I<   06:00   0:00  \_ [scsi_tmf_23]
root         122  0.0  0.0      0     0 ?        S    06:00   0:00  \_ [scsi_eh_24]
root         123  0.0  0.0      0     0 ?        I<   06:00   0:00  \_ [scsi_tmf_24]
root         124  0.0  0.0      0     0 ?        S    06:00   0:00  \_ [scsi_eh_25]
root         125  0.0  0.0      0     0 ?        I<   06:00   0:00  \_ [scsi_tmf_25]
root         126  0.0  0.0      0     0 ?        S    06:00   0:00  \_ [scsi_eh_26]
root         127  0.0  0.0      0     0 ?        I<   06:00   0:00  \_ [scsi_tmf_26]
root         128  0.0  0.0      0     0 ?        S    06:00   0:00  \_ [scsi_eh_27]
root         129  0.0  0.0      0     0 ?        I<   06:00   0:00  \_ [scsi_tmf_27]
root         130  0.0  0.0      0     0 ?        S    06:00   0:00  \_ [scsi_eh_28]
root         131  0.0  0.0      0     0 ?        I<   06:00   0:00  \_ [scsi_tmf_28]
root         132  0.0  0.0      0     0 ?        S    06:00   0:00  \_ [scsi_eh_29]
root         133  0.0  0.0      0     0 ?        I<   06:00   0:00  \_ [scsi_tmf_29]
root         164  0.0  0.0      0     0 ?        I<   06:00   0:00  \_ [dm_bufio_cache]
root         165  0.0  0.0      0     0 ?        I<   06:00   0:00  \_ [kworker/1:1H-kblockd]
root         166  0.0  0.0      0     0 ?        I<   06:00   0:00  \_ [ipv6_addrconf]
root         167  0.0  0.0      0     0 ?        I<   06:00   0:00  \_ [ceph-msgr]
root         398  0.0  0.0      0     0 ?        S    06:00   0:00  \_ [jbd2/sda1-8]
root         399  0.0  0.0      0     0 ?        I<   06:00   0:00  \_ [ext4-rsv-conver]
root         500  0.0  0.0      0     0 ?        I<   06:00   0:00  \_ [kworker/u5:1]
root         501  0.0  0.0      0     0 ?        S    06:00   0:00  \_ [lockd]
root         538  0.0  0.0      0     0 ?        S    06:00   0:00  \_ [nfsd]
root         539  0.0  0.0      0     0 ?        S    06:00   0:00  \_ [nfsd]
root         540  0.0  0.0      0     0 ?        S    06:00   0:00  \_ [nfsd]
root         541  0.0  0.0      0     0 ?        S    06:00   0:00  \_ [nfsd]
root         542  0.0  0.0      0     0 ?        S    06:00   0:00  \_ [nfsd]
root         543  0.0  0.0      0     0 ?        S    06:00   0:00  \_ [nfsd]
root         544  0.0  0.0      0     0 ?        S    06:00   0:00  \_ [nfsd]
root         545  0.0  0.0      0     0 ?        S    06:00   0:00  \_ [nfsd]
root       12574  0.0  0.0      0     0 ?        I    06:15   0:00  \_ [kworker/u4:0-flush-8:0]
root       47504  0.0  0.0      0     0 ?        I    07:05   0:00  \_ [kworker/0:1-kacpi_notify]
root      106627  0.0  0.0      0     0 ?        I    08:29   0:00  \_ [kworker/1:0-mm_percpu_wq]
root      107100  0.0  0.0      0     0 ?        I    08:29   0:00  \_ [kworker/0:0-events]
root      108156  0.0  0.0      0     0 ?        I    08:31   0:00  \_ [kworker/u4:2-events_unbound]
root      108792  0.0  0.0      0     0 ?        I    08:32   0:00  \_ [kworker/1:3-mm_percpu_wq]
root      112479  0.0  0.0      0     0 ?        I    08:37   0:00  \_ [kworker/1:1-events_power_efficient]
root           1  0.0  0.1  96184  9864 ?        Ss   06:00   0:05 /sbin/init noembed norestore
root         220  0.0  0.1  35088  9716 ?        Ss   06:00   0:00 /usr/lib/systemd/systemd-journald
root         246  0.0  0.1  11624  7116 ?        Ss   06:00   0:00 /usr/lib/systemd/systemd-udevd
systemd+     256  0.0  0.1  11300  6996 ?        Ss   06:00   0:00 /usr/lib/systemd/systemd-networkd
systemd+     306  0.0  0.1  12364  8848 ?        Ss   06:00   0:00 /usr/lib/systemd/systemd-resolved
root         307  0.0  0.0   2324   212 ?        Ss   06:00   0:00 /usr/sbin/acpid --foreground --netlink
dbus         308  0.0  0.0   6924  3920 ?        Ss   06:00   0:00 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
root         318  0.0  0.1  18376  6096 ?        Ss   06:00   0:00 /usr/lib/systemd/systemd-logind
root         334  0.0  0.0 221328  2552 ?        Ssl  06:00   0:01 /usr/sbin/VBoxService -f --disable-automount --timesync-set-start --timesync-set-threshold 5000
root         486  0.0  0.0   3904  2244 ?        Ss   06:00   0:00 /usr/sbin/rpcbind
root         487  0.0  0.0   2884  1996 ?        Ss   06:00   0:00 /usr/sbin/rpc.statd
root         492  0.0  0.0   2984   260 ?        Ss   06:00   0:00 /usr/sbin/rpc.mountd
root         536  0.0  0.0   7420  5212 ?        Ss   06:00   0:00 sshd: /usr/sbin/sshd -D -e [listener] 0 of 10-100 startups
root       14785  0.0  0.1   8172  5992 ?        Ss   06:19   0:00  \_ sshd: docker [priv]
docker     14787  0.0  0.0   8384  4240 ?        S    06:19   0:00  |   \_ sshd: docker@notty
root       14791  0.0  0.1   8172  5992 ?        Ss   06:19   0:00  \_ sshd: docker [priv]
docker     14793  0.0  0.0   8384  4132 ?        S    06:19   0:00  |   \_ sshd: docker@notty
root      115005  0.0  0.1   8384  5972 ?        Ss   08:41   0:00  \_ sshd: docker [priv]
docker    115007  0.0  0.0   8384  4156 ?        S    08:41   0:00      \_ sshd: docker@pts/0
docker    115008  0.0  0.0   4120  3404 pts/0    Ss   08:41   0:00          \_ -bash
docker    115231  0.0  0.0   5712  3156 pts/0    R+   08:41   0:00              \_ ps auxf
root        1137  1.4  0.7 754796 44236 ?        Ssl  06:00   2:24 /usr/bin/cri-dockerd --container-runtime-endpoint fd:// --pod-infra-container-image=registry.k8s.io/pause:3.9 --network-plugin=cni --hairpin-mode
root        1243  1.8  1.4 1899504 84488 ?       Ssl  06:01   2:56 /usr/bin/dockerd -H tcp://0.0.0.0:2376 -H unix:///var/run/docker.sock --default-ulimit=nofile=1048576:1048576 --tlsverify --tlscacert /etc/docker
root        1249  0.1  0.9 1437736 55032 ?       Ssl  06:01   0:12  \_ containerd --config /var/run/docker/containerd/containerd.toml
root        1759  0.0  0.2 723440 13016 ?        Sl   06:01   0:01 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 6628a4be39bd89b92eea4912d00fd9d743a89df5385748d74fc72977fdda17f6 -address /var/run/docker/co
65535       1822  0.0  0.0   1028     4 ?        Ss   06:01   0:00  \_ /pause
root        1783  0.0  0.2 723696 13036 ?        Sl   06:01   0:01 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 801b082c5c6d422229da28b37650ed7d72f2681021153dde37ea8b090e66249f -address /var/run/docker/co
65535       1834  0.0  0.0   1028     4 ?        Ss   06:01   0:00  \_ /pause
root        1819  0.0  0.2 723440 12720 ?        Sl   06:01   0:01 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 5cbadd0c291646e28e60519d3e048606b9e4080d92a9be248efc56a1ac46a024 -address /var/run/docker/co
65535       1871  0.0  0.0   1028     4 ?        Ss   06:01   0:00  \_ /pause
root        1820  0.0  0.2 723440 12956 ?        Sl   06:01   0:01 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 1b30a60b3412714c48a9a5c7c37db6f37ad342d8ecd2eb2699fc23eadac69b71 -address /var/run/docker/co
65535       1888  0.0  0.0   1028     4 ?        Ss   06:01   0:00  \_ /pause
root        1914  0.0  0.2 723952 12664 ?        Sl   06:01   0:04 /usr/bin/containerd-shim-runc-v2 -namespace moby -id a05c104f7bcb425ba7587b9912ce57497ff9bbd23921efe4b405399e8b70a866 -address /var/run/docker/co
root        1944  6.7  4.7 1038388 280276 ?      Ssl  06:01  10:52  \_ kube-apiserver --advertise-address=192.168.59.100 --allow-privileged=true --authorization-mode=Node,RBAC --client-ca-file=/var/lib/minikube/c
root        1965  0.0  0.2 723952 12492 ?        Sl   06:01   0:03 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 0a77630af502a0b69590e0ed054e654a612091d49cb8a36e8ac3fafc1bb4f65b -address /var/run/docker/co
root        1987  2.5  0.9 11222212 56044 ?      Ssl  06:01   4:09  \_ etcd --advertise-client-urls=https://192.168.59.100:2379 --cert-file=/var/lib/minikube/certs/etcd/server.crt --client-cert-auth=true --data-d
root        2015  0.0  0.2 723696 13776 ?        Sl   06:01   0:03 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 11ad285615f4ff15649203b6d1afcee8cb048379408a83101843c649f9b4fc40 -address /var/run/docker/co
root        2046  1.9  1.7 828808 105032 ?       Ssl  06:01   3:08  \_ kube-controller-manager --allocate-node-cidrs=true --authentication-kubeconfig=/etc/kubernetes/controller-manager.conf --authorization-kubeco
root        2096  0.0  0.2 723952 13448 ?        Sl   06:01   0:03 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 5834be62dc53f3209d36b3043b488b312217c927f1f467782ef8c613ab3b505e -address /var/run/docker/co
root        2119  0.3  0.9 767756 54980 ?        Ssl  06:01   0:33  \_ kube-scheduler --authentication-kubeconfig=/etc/kubernetes/scheduler.conf --authorization-kubeconfig=/etc/kubernetes/scheduler.conf --bind-ad
root        2418  3.3  1.7 1562280 102636 ?      Ssl  06:01   5:26 /var/lib/minikube/binaries/v1.28.3/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --config=/var/lib/kubelet/config.yaml --
root        3148  0.0  0.2 723440 13200 ?        Sl   06:01   0:02 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 4cf6854d1ab5333e51c56a6ed80404f68b771e825888b173850ca34e3364785b -address /var/run/docker/co
65535       3169  0.0  0.0   1028     4 ?        Ss   06:01   0:00  \_ /pause
root        3182  0.0  0.2 723696 12520 ?        Sl   06:01   0:01 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 86b4ebbd3985009c00c6516e87a59d857d232d0a635d7a02454762cb1115175e -address /var/run/docker/co
65535       3204  0.0  0.0   1028     4 ?        Ss   06:01   0:00  \_ /pause
root        3234  0.0  0.2 723952 13380 ?        Sl   06:01   0:03 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 55159a999405e03bc866577dad9f6f8808c4308971fe8989607f64d36b420516 -address /var/run/docker/co
root        3336  0.0  0.8 766540 48400 ?        Ssl  06:01   0:02  \_ /usr/local/bin/kube-proxy --config=/var/lib/kube-proxy/config.conf --hostname-override=minikube
root        3256  0.0  0.2 723696 13208 ?        Sl   06:01   0:01 /usr/bin/containerd-shim-runc-v2 -namespace moby -id b130451df46b0782d5a59afd57c0fb5ac4c17f88d6b90c3494bdfaf24fa1d1d8 -address /var/run/docker/co
65535       3284  0.0  0.0   1028     4 ?        Ss   06:01   0:00  \_ /pause
root        3281  0.0  0.2 723696 12648 ?        Sl   06:01   0:01 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 082ca871b2f48f2527f37ca6005db240b48c9403c531e0c53200b2e23bb52d56 -address /var/run/docker/co
65535       3369  0.0  0.0   1028     4 ?        Ss   06:01   0:00  \_ /pause
root        3535  0.0  0.2 723696 13896 ?        Sl   06:01   0:03 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 5e9b2e9f196935e3f93603f3c8d529bae7d000b87569cad7981c9a1fe5021991 -address /var/run/docker/co
root        3555  0.2  0.8 764656 48340 ?        Ssl  06:01   0:26  \_ /coredns -conf /etc/coredns/Corefile
root        3620  0.0  0.2 723696 13508 ?        Sl   06:01   0:03 /usr/bin/containerd-shim-runc-v2 -namespace moby -id febeced168b2e3097016ae118c4ce466b67ec416d19369cb05c6738230aca422 -address /var/run/docker/co
root        3640  0.2  0.8 764656 48932 ?        Ssl  06:01   0:22  \_ /coredns -conf /etc/coredns/Corefile
root        3996  0.0  0.2 723696 12684 ?        Sl   06:02   0:03 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 24aabaa6f362b0d90581df4dbf83ad46a49cd531fad991782cda7b31bf2927bd -address /var/run/docker/co
root        4018  0.1  0.4 735728 29320 ?        Ssl  06:02   0:18  \_ /storage-provisioner
root       14849  0.0  0.2 723696 12552 ?        Sl   06:19   0:01 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 387105d290db908d8a2c330dca7050c9c0e7aa842136c83eaa518cff3918c418 -address /var/run/docker/co
65535      14904  0.0  0.0   1028     4 ?        Ss   06:19   0:00  \_ /pause
root       14850  0.0  0.2 723696 13476 ?        Sl   06:19   0:01 /usr/bin/containerd-shim-runc-v2 -namespace moby -id a59373a409a562b4273270f446a9cb63d0098576cf294dcfbe58ced8de007381 -address /var/run/docker/co
65535      14888  0.0  0.0   1028     4 ?        Ss   06:19   0:00  \_ /pause
root       15112  0.0  0.2 723952 13716 ?        Sl   06:19   0:03 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 8ae2ac9b8906bb5208e79ececa7ff1d2a021b09b544527d4b4f64a3e0b2373c3 -address /var/run/docker/co
dbus       15134  0.0  0.4 1044752 24640 ?       Ssl  06:19   0:01  \_ /metrics-sidecar
root       15287  0.0  0.2 723696 12804 ?        Sl   06:19   0:03 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 5dbae4b7f41155dba8d562491078f64fe9a92ddb48bb400fefaf212b90b96fbe -address /var/run/docker/co
dbus       15307  0.0  0.6 749884 36904 ?        Ssl  06:19   0:07  \_ /dashboard --insecure-bind-address=0.0.0.0 --bind-address=0.0.0.0 --namespace=kubernetes-dashboard --enable-skip-login --disable-settings-aut
root      108794  0.0  0.0   3732  2328 tty1     Ss+  08:32   0:00 /sbin/agetty -o -p -- \u --noclear tty1 linux

dfコマンドを実行してみます。

$ df -Th
Filesystem     Type      Size  Used Avail Use% Mounted on
tmpfs          tmpfs     5.1G  742M  4.4G  15% /
devtmpfs       devtmpfs  2.7G     0  2.7G   0% /dev
tmpfs          tmpfs     2.9G   84K  2.9G   1% /dev/shm
tmpfs          tmpfs     1.2G   18M  1.2G   2% /run
tmpfs          tmpfs     4.0M     0  4.0M   0% /sys/fs/cgroup
tmpfs          tmpfs     2.9G  8.0K  2.9G   1% /tmp
/dev/sda1      ext4       17G  1.4G   15G   9% /mnt/sda1
hosthome       vboxsf    1.9T  432G  1.5T  23% /hosthome

freeコマンドを実行してみます。

$ free -h
              total        used        free      shared  buff/cache   available
Mem:          5.7Gi       631Mi       3.0Gi       758Mi       2.1Gi       4.1Gi
Swap:            0B          0B          0B

unameコマンドを実行してみます。

$ uname -a
Linux minikube 5.10.57 #1 SMP Tue Nov 7 06:51:54 UTC 2023 x86_64 GNU/Linux

(参考)Connect via ssh to a minikube node

Fedora39でminikube - pod確認(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