runc-sandboxer 进程树

进程树

root       33194  0.0  0.0 1166232 9472 pts/5    Sl   23:51   0:00  |   |               \_ runc-sandboxer --listen /run/runc-sandboxer.sock --dir /run/kuasar-runc
root       33195  0.0  0.0  14980  1864 pts/5    S    23:51   0:00  |   |               |   \_ [sandbox-parent]
root       33196  0.0  0.0 1301432 7752 pts/5    Sl   23:51   0:00  |   |               |   \_ runc-sandboxer --listen /run/runc-sandboxer.sock --dir /run/kuasar-runc
root       33262  0.0  0.0   2800  1536 ?        Ss   23:51   0:00  |   |               |       \_ /bin/sh -c while true; do echo `date`; sleep 1; done
root       34030  0.0  0.0   2696  1408 ?        S    23:53   0:00  |   |               |       |   \_ sleep 1
root       33352  0.0  0.0   2800  1536 ?        Ss   23:52   0:00  |   |               |       \_ /bin/sh -c while true; do echo `date`; sleep 1; done
root       34034  0.0  0.0   2696  1408 ?        S    23:53   0:00  |   |               |       |   \_ sleep 1
root       33444  0.0  0.0   2800  1664 ?        Ss   23:52   0:00  |   |               |       \_ /bin/sh -c while true; do echo `date`; sleep 1; done
root       34028  0.0  0.0   2696  1408 ?        S    23:53   0:00  |   |               |       |   \_ sleep 1
root       33810  0.0  0.0   2800  1664 ?        Ss   23:53   0:00  |   |               |       \_ /bin/sh -c while true; do echo `date`; sleep 1; done
root       34036  0.0  0.0   2696  1408 ?        S    23:53   0:00  |   |               |       |   \_ sleep 1
root       33996  0.0  0.0   2800  1664 ?        Ss   23:53   0:00  |   |               |       \_ /bin/sh -c while true; do echo `date`; sleep 1; done
root       34032  0.0  0.0   2696  1408 ?        S    23:53   0:00  |   |               |           \_ sleep 1

pod 列表

root@nmx-Swift-SF314-512:/home/nmx/kuasar# crictl pods
POD ID              CREATED             STATE               NAME                     NAMESPACE           ATTEMPT             RUNTIME
a2f748facb194       2 minutes ago       Ready               test-sandbox1735142008   default             0                   kuasar-runc
e498b150a31e8       2 minutes ago       Ready               test-sandbox1735141991   default             0                   kuasar-runc
a6f011da8c853       3 minutes ago       Ready               test-sandbox1735141940   default             0                   kuasar-runc
d55573eb6ad59       3 minutes ago       Ready               test-sandbox1735141931   default             0                   kuasar-runc
dcd047a3a0c9d       3 minutes ago       Ready               test-sandbox1735141918   default             0                   kuasar-runc
root@nmx-Swift-SF314-512:/home/nmx/kuasar# crictl ps
CONTAINER           IMAGE               CREATED             STATE               NAME                ATTEMPT             POD ID              POD
c2d87d052376c       ubuntu:latest       2 minutes ago       Running             ubuntu              0                   a2f748facb194       unknown
fafdb47695717       ubuntu:latest       2 minutes ago       Running             ubuntu              0                   e498b150a31e8       unknown
45a80cbf78ca3       ubuntu:latest       3 minutes ago       Running             ubuntu              0                   a6f011da8c853       unknown
ffc429a8c0d09       ubuntu:latest       3 minutes ago       Running             ubuntu              0                   d55573eb6ad59       unknown
53798b26afcb3       ubuntu:latest       4 minutes ago       Running             ubuntu              0                   dcd047a3a0c9d       unknown

官方文档地址
https://github.com/kuasar-io/kuasar#quick-start

posted @ 2024-12-25 23:56  rincloud  阅读(44)  评论(0)    收藏  举报