• k8s常用命令2


    1. kubectl describe pod taskcenter-ol-m57rt - 查看指定 Pod 的详细信息。

    2. kubectl describe pod taskcenter-ol-m57rt -n dahuadltp-2 - 查看指定 Namespace 中的 Pod 详细信息。

    3. kubectl get pod -n dahuadltp-2 | grep 38438-0bb6c1be-2952-11eb-b5fd-0242ac1e8b04 - 获取指定 Namespace 中名称包含关键字 "38438-0bb6c1be-2952-11eb-b5fd-0242ac1e8b04" 的 Pod 信息。

    4. kubectl get pod -A | grep 38438-0bb6c1be-2952 - 获取所有 Namespace 中名称包含关键字 "38438-0bb6c1be-2952" 的 Pod 信息。

    5. kubectl get pod -A | grep 38438 - 获取所有 Namespace 中名称包含关键字 "38438" 的 Pod 信息。

    6. kubectl get pod 38438-53b28456-2acb-11eb-bf4b-0242ac1e5b04 -n kube-system - 获取指定 Namespace 中指定 Pod 的信息。

    7. kubectl get pod -n kube-system | grep 38438-53b28456-2acb-11eb-bf4b - 获取指定 Namespace 中名称包含关键字 "38438-53b28456-2acb-11eb-bf4b" 的 Pod 信息。

    8. kubectl get pods -o wide -A | grep "27711-3b61bb2a-289a-11eb-8f29-0242ac1e7b1b" - 获取名称包含关键字 "27711-3b61bb2a-289a-11eb-8f29-0242ac1e7b1b" 的 Pod 信息。

    9. kubectl describe nodes 10.30.113.12 - 查看指定 IP 的节点的详细信息。

    10. kubectl get pods -o wide -A | grep "[‎2020/‎11/‎17 15:34] 郭华朋: " - 获取包含特定信息的 Pod 信息。

    11. kubectl get pods -o wide -A | grep "27711-773415fa-28a7-11eb-9de7-0242ac1e7b1b" - 获取名称包含关键字 "27711-773415fa-28a7-11eb-9de7-0242ac1e7b1b" 的 Pod 信息。

    12. kubectl describe pod 27711-773415fa-28a7-11eb-9de7-0242ac1e7b1b -n jinn-test-4 - 查看指定 Namespace 中指定 Pod 的详细信息。

    13. kubectl describe nodes 10.30.113.11 - 查看指定 IP 的节点的详细信息。

    14. kubectl describe pods 27711-0be3a42c-28a8-11eb-8ec4-0242ac1e7b1b - 查看指定 Pod 的详细信息。

    15. kubectl describe pods 27711-0be3a42c-28a8-11eb-8ec4-0242ac1e7b1b -n jinn-test-4 - 查看指定 Namespace 中的 Pod 详细信息。

    16. kubectl describe pods 27711-0be3a42c-28a8-11eb-8ec4-0242ac1e7b1b - 查看指定 Pod 的详细信息。

    17. kubectl describe nodes 10.30.113.11 - 查看指定 IP 的节点的详细信息。

    18. kubectl describe pods 27711-0be3a42c-28a8-11eb-8ec4-0242ac1e7b1b -n jinn-test-4 - 查看指定 Namespace 中的 Pod 详细信息。

    19. kubectl describe nodes 10.30.113.11 - 查看指定 IP 的节点的详细信息。

    20. kubectl describe pods 233499-04af570a-287b-11eb-baa5-0242ac1e7b06-85jr5 -n jinn-test-4 - 查看指定 Namespace 中的 Pod 详细信息。

    21. kubectl describe nodes 10.30.113.11 - 查看指定 IP 的节点的详细信息。

    22. kubectl get svc -n jinn-test-4 - 获取指定 Namespace 中的 Service 信息。

    23. kubectl get pod -n jinn-test-4 - 获取指定 Namespace 中的 Pod 信息。

    24. kubectl descrobe pod nnxt-test-9z6dv -n jinn-test-4 - 查看指定 Namespace 中指定 Pod 的详细信息(命令中拼写错误,请修改为 describe)。

    25. kubectl describe pod nnxt-test-9z6dv -n jinn-test-4 - 查看指定 Namespace 中指定 Pod 的详细信息。

    26. kubectl get pods -n kube-system - 获取指定 Namespace 中的 Pod 信息。

    27. kubectl get pods -n kube-system|grep openapi - 获取指定 Namespace 中名称包含关键字 "openapi" 的 Pod 信息。

    28. kubectl get pods -n kube-system|grep webapi - 获取指定 Namespace 中名称包含关键字 "webapi" 的 Pod 信息。

    29. kubectl get po -A - 获取所有 Namespace 中的 Pod 信息。

    30. kubectl get po -A |grep 40329-0553885e-3530-11eb-83a2-0242ac1e5b04-rkvtn - 获取名称包含关键字 "40329-0553885e-3530-11eb-83a2-0242ac1e5b04-rkvtn" 的 Pod 信息。

    31. kubectl describe po 40329-9f2ffb72-353c-11eb-b7a3-0242ac1e5b04-bvdrc -n dahuadltp-2 - 查看指定 Namespace 中指定 Pod 的详细信息。

    32. kubectl get node - 获取所有节点的信息。

    33. kubectl describe po 40329-9f2ffb72-353c-11eb-b7a3-0242ac1e5b04-bvdrc -n dahuadltp-2 - 查看指定 Namespace 中指定 Pod 的详细信息。

    34. kubectl describe node 10.30.112.9 - 查看指定 IP 的节点的详细信息。

    35. kubectl get node | grep 10.30.112.9 - 获取指定 IP 的节点的信息。

    36. kubectl describe po 40329-9f2ffb72-353c-11eb-b7a3-0242ac1e5b04-bvdrc -n dahuadltp-2 - 查看指定 Namespace 中指定 Pod 的详细信息。

    37. kubectl get node - 获取所有节点的信息。

    38. kubectl describe node 10.30.112.9 - 查看指定 IP 的节点的详细信息。

    39. kubectl edit node 10.30.112.9 - 编辑指定 IP 的节点。

    40. kubectl describe node 10.30.112.9 - 查看指定 IP 的节点的详细信息。

    41. kubectl edit node 10.30.112.9 - 编辑指定 IP 的节点。

    42. kubectl get po -A -o wide |grep 10.30.112.9 - 获取指定 IP 的节点上所有 Namespace 中的 Pod 信息。

    43. kubectl logs -n kube-system gpumonopoly-device-plugin-daemonset-95q5k - 获取指定 Namespace 中指定 Pod 的日志。

    44. kubectl delete po -n kube-system gpumonopoly-device-plugin-daemonset-95q5k - 删除指定 Namespace 中指定 Pod。

    45. kubectl logs -n kube-system gpumonopoly-device-plugin-daemonset-95q5k - 获取指定 Namespace 中指定 Pod 的日志。

    46. kubectl get po -A -o wide |grep 10.30.112.9 - 获取指定 IP 的节点上所有 Namespace 中的 Pod 信息。

    47. kubectl get po -A -o wide |grep 10.30.112.9 - 获取指定 IP 的节点上所有 Namespace 中的 Pod 信息。

    48. kubectl get ns - 获取所有 Namespace 的信息。

    49. kubectl get sa -n dahuadltp-2 - 获取指定 Namespace 中的 ServiceAccount 信息。

    50. kubectl describe sa -n dahuadltp-2 - 查看指定 Namespace 中的 ServiceAccount 详细信息。

    51. kubectl describe secret default-token-p4zkw -n dahuadltp-2 - 查看指定 Namespace 中的 Secret 详细信息。

    52. kubectl get pod -n dahuadltp-2 - 获取指定 Namespace 中的 Pod 信息。

    53. kubectl describe pod taskcenter-ol-m57rt - 查看指定 Pod 的详细信息。

    54. kubectl describe pod taskcenter-ol-m57rt -n dahuadltp-2 - 查看指定 Namespace 中的 Pod 详细信息。

    55. kubectl get pod -n dahuadltp-2 | grep 38438-0bb6c1be-2952-11eb-b5fd-0242ac1e8b04 - 获取指定 Namespace 中名称包含关键字 "38438-0bb6c1be-2952-11eb-b5fd-0242ac1e8b04" 的 Pod 信息。

    56. kubectl get pod -n dahuadltp-2 | grep 38438-0bb6c1be-2952 - 获取指定 Namespace 中名称包含关键字 "38438-0bb6c1be-2952" 的 Pod 信息。

    57. kubectl get pod -A | grep 38438 - 获取所有 Namespace 中名称包含关键字 "38438" 的 Pod 信息。

    58. kubectl get pod 38438-53b28456-2acb-11eb-bf4b-0242ac1e5b04 -n kube-system - 获取指定 Namespace 中指定 Pod 的信息。

    59. kubectl get pod -n kube-system | grep 38438-53b28456-2acb-11eb-bf4b - 获取指定 Namespace 中名称包含关键字 "38438-53b28456-2acb-11eb-bf4b" 的 Pod 信息。

    60. kubectl get pod -n dahuadltp | grep 38438-53b28456-2acb-11eb-bf4b - 获取指定 Namespace 中名称包含关键字 "38438-53b28456-2acb-11eb-bf4b" 的 Pod 信息。

    61. kubectl get pod -n dahuadltp-2 | grep 38438-53b28456-2acb-11eb-bf4b - 获取指定 Namespace 中名称包含关键字 "38438-53b28456-2acb-11eb-bf4b" 的 Pod 信息。

    62. kubectl get pod -n dahuadltp-2 | grep 38438-53b28456-2acb-11eb-bf4b-0242ac1e5b04 - 获取指定 Namespace 中名称包含关键字 "38438-53b28456-2acb-11eb-bf4b-0242ac1e5b04" 的 Pod 信息。

    63. kubectl describe nodes 10.30.113.11 - 查看指定 IP 的节点的详细信息。

    64. kubectl get pods -o wide -A | grep "27711-3b61bb2a-289a-11eb-8f29-0242ac1e7b1b" - 获取名称包含关键字 "27711-3b61bb2a-289a-11eb-8f29-0242ac1e7b1b" 的 Pod 信息。

    65. kubectl describe nodes 10.30.113.12 - 查看指定 IP 的节点的详细信息。

    66. kubectl get pods -o wide -A | grep "[‎2020/‎11/‎17 15:34] 郭华朋: " - 获取包含特定信息的 Pod 信息。

    67. kubectl get pods -o wide -A | grep "27711-773415fa-28a7-11eb-9de7-0242ac1e7b1b" - 获取名称包含关键字 "27711-773415fa-28a7-11eb-9de7-0242ac1e7b1b" 的 Pod 信息。

    68. kubectl describe pod 27711-773415fa-28a7-11eb-9de7-0242ac1e7b1b -n jinn-test-4 - 查看指定 Namespace 中指定 Pod 的详细信息。

    69. kubectl describe nodes 10.30.113.11 - 查看指定 IP 的节点的详细信息。

    70. kubectl describe pods 27711-0be3a42c-28a8-11eb-8ec4-0242ac1e7b1b - 查看指定 Pod 的详细信息。

    71. kubectl describe pods 27711-0be3a42c-28a8-11eb-8ec4-0242ac1e7b1b -n jinn-test-4 - 查看指定 Namespace 中的 Pod 详细信息。

    72. kubectl describe pods 27711-0be3a42c-28a8-11eb-8ec4-0242ac1e7b1b - 查看指定 Pod 的详细信息。

    73. kubectl describe nodes 10.30.113.11 - 查看指定 IP 的节点的详细信息。

    74. kubectl get svc -n jinn-test-4 - 获取指定 Namespace 中的 Service 信息。

    75. kubectl get pod -n jinn-test-4 - 获取指定 Namespace 中的 Pod 信息。

    76. kubectl descrobe pod nnxt-test-9z6dv -n jinn-test-4 - 查看指定 Namespace 中指定 Pod 的详细信息(命令中拼写错误,请修改为 describe)。

    77. kubectl describe pod nnxt-test-9z6dv -n jinn-test-4 - 查看指定 Namespace 中指定 Pod 的详细信息。

    78. kubectl get pods -n kube-system - 获取指定 Namespace 中的 Pod 信息。

    79. kubectl get pods -n kube-system|grep openapi - 获取指定 Namespace 中名称包含关键字 "openapi" 的 Pod 信息。

    80. kubectl get pods -n kube-system|grep webapi - 获取指定 Namespace 中名称包含关键字 "webapi" 的 Pod 信息。

    81. kubectl get po -A - 获取所有 Namespace 中的 Pod 信息。

    82. kubectl get po -A |grep 40329-0553885e-3530-11eb-83a2-0242ac1e5b04-rkvtn - 获取名称包含关键字 "40329-0553885e-3530-11eb-83a2-0242ac1e5b04-rkvtn" 的 Pod 信息。

    83. kubectl describe po 40329-9f2ffb72-353c-11eb-b7a3-0242ac1e5b04-bvdrc -n dahuadltp-2 - 查看指定 Namespace 中指定 Pod 的详细信息。

    84. kubectl get node - 获取所有节点的信息。

    85. kubectl describe node 10.30.112.9 - 查看指定 IP 的节点的详细信息。

    86. kubectl get node | grep 10.30.112.9 - 获取指定 IP 的节点的信息。

    87. kubectl describe po 40329-9f2ffb72-353c-11eb-b7a3-0242ac1e5b04-bvdrc -n dahuadltp-2 - 查看指定 Namespace 中指定 Pod 的详细信息。

    88. kubectl get node - 获取所有节点的信息。

    89. kubectl describe node 10.30.112.9 - 查看指定 IP 的节点的详细信息。

    90. kubectl edit node 10.30.112.9 - 编辑指定 IP 的节点。

    91. kubectl edit node 10.30.112.9 - 编辑指定 IP 的节点。

    92. kubectl get po -A -o wide |grep 10.30.112.9 - 获取指定 IP 的节点上所有 Namespace 中的 Pod 信息。

    93. kubectl logs -n kube-system gpumonopoly-device-plugin-daemonset-95q5k - 获取指定 Namespace 中指定 Pod 的日志。

    94. kubectl delete po -n kube-system gpumonopoly-device-plugin-daemonset-95q5k - 删除指定 Namespace 中指定 Pod。

    95. kubectl logs -n kube-system gpumonopoly-device-plugin-daemonset-95q5k - 获取指定 Namespace 中指定 Pod 的日志。

    96. kubectl delete po -n kube-system gpumonopoly-device-plugin-daemonset-95q5k - 删除指定 Namespace 中指定 Pod。

    97. kubectl get po -A -o wide |grep 10.30.112.9 - 获取指定 IP 的节点上所有 Namespace 中的 Pod 信息。

    98. kubectl delete po -n kube-system gpushare-device-plugin-daemonset-9f5qt - 删除指定 Namespace 中指定 Pod。

    99. kubectl get po -A -o wide |grep 10.30.112.9 - 获取指定 IP 的节点上所有 Namespace 中的 Pod 信息。

    100. kubectl get ns - 获取所有 Namespace 的信息。

    101. kubectl get sa -n dahuadltp-2 - 获取指定 Namespace 中的 ServiceAccount 信息。

    102. kubectl describe sa -n dahuadltp-2 - 查看指定 Namespace 中的 ServiceAccount 详细信息。

    103. kubectl describe secret default-token-p4zkw -n dahuadltp-2 - 查看指定 Namespace 中的 Secret 详细信息。

    104. kubectl get pod -n dahuadltp-2 - 获取指定 Namespace 中的 Pod 信息。

    105. kubectl describe pod taskcenter-ol-m57rt - 查看指定 Pod 的详细信息。

    106. kubectl describe pod taskcenter-ol-m57rt -n dahuadltp-2 - 查看指定 Namespace 中的 Pod 详细信息。

    107. kubectl get pod -n dahuadltp-2 | grep 38438-0bb6c1be-2952-11eb-b5fd-0242ac1e8b04 - 获取指定 Namespace 中名称包含关键字 "38438-0bb6c1be-2952-11eb-b5fd-0242ac1e8b04" 的 Pod 信息。

    108. kubectl get pod 38438-53b28456-2acb-11eb-bf4b-0242ac1e5b04 -n kube-system - 获取指定 Namespace 中指定 Pod 的信息。

    109. kubectl get pod -n kube-system | grep 38438-53b28456-2acb-11eb-bf4b - 获取指定 Namespace 中名称包含关键字 "38438-53b28456-2acb-11eb-bf4b" 的 Pod 信息。

    110. kubectl get pod -n dahuadltp | grep 38438-53b28456-2acb-11eb-bf4b - 获取指定 Namespace 中名称包含关键字 "38438-53b28456-2acb-11eb-bf4b" 的 Pod 信息。

    111. kubectl describe nodes 10.30.113.11 - 查看指定 IP 的节点的详细信息。

    112. kubectl get pods -o wide -A | grep "27711-3b61bb2a-289a-11eb-8f29-0242ac1e7b1b" - 获取名称包含关键字 "27711-3b61bb2a-289a-11eb-8f29-0242ac1e7b1b" 的 Pod 信息。

    113. kubectl get pods -o wide -A | grep "[‎2020/‎11/‎17 15:34] 郭华朋: " - 获取包含特定信息的 Pod 信息。

    114. kubectl get pods -o wide -A | grep "27711-773415fa-28a7-11eb-9de7-0242ac1e7b1b" - 获取名称包含关键字 "27711-773415fa-28a7-11eb-9de7-0242ac1e7b1b" 的 Pod 信息。

    115. kubectl describe pod 27711-773415fa-28a7-11eb-9de7-0242ac1e7b1b -n jinn-test-4 - 查看指定 Namespace 中指定 Pod 的详细信息。

    116. kubectl describe nodes 10.30.113.11 - 查看指定 IP 的节点的详细信息。

    117. kubectl get svc -n jinn-test-4 - 获取指定 Namespace 中的 Service 信息。

    118. kubectl get pod -n jinn-test-4 - 获取指定 Namespace 中的 Pod 信息。

    119. kubectl descrobe pod nnxt-test-9z6dv -n jinn-test-4 - 查看指定 Namespace 中指定 Pod 的详细信息(命令中拼写错误,请修改为 describe)。

    120. kubectl describe pod nnxt-test-9z6dv -n jinn-test-4 - 查看指定 Namespace 中指定 Pod 的详细信息。

    121. kubectl get pods -n kube-system - 获取指定 Namespace 中的 Pod 信息。

    122. kubectl get pods -n kube-system|grep openapi - 获取指定 Namespace 中名称包含关键字 "openapi" 的 Pod 信息。

    123. kubectl get pods -n kube-system|grep webapi - 获取指定 Namespace 中名称包含关键字 "webapi" 的 Pod 信息。

    124. kubectl get po -A - 获取所有 Namespace 中的 Pod 信息。

    125. kubectl get node - 获取所有节点的信息。

    126. kubectl get pod -n jinn-test-4 -o wide - 获取指定 Namespace 中的 Pod 信息。

    127. kubectl get node -o json | grep clustername - 获取节点的 JSON 配置文件,并查找包含关键字 "clustername" 的信息。

    128. kubectl get node -o json | grep clustername | grep test-test - 获取节点的 JSON 配置文件,并查找包含关键字 "clustername" 和 "test-test" 的信息。

    129. kubectl get node -o json | grep clustername | grep -C test-test - 获取节点的 JSON 配置文件,并查找包含关键字 "clustername" 及其上下文的信息。

    130. kubectl get node -o json | grep clustername | grep -C 20 test-test - 获取节点的 JSON 配置文件,并查找包含关键字 "clustername" 及其上下文的信息,上下文行数为 20。

    131. kubectl get node -o json | grep -C 20 test-test - 获取节点的 JSON 配置文件,并查找包含关键字 "test-test" 及其上下文的信息,上下文行数为 20。

    132. kubectl get ns - 获取所有 Namespace 的信息。

  • 相关阅读:
    springboot+乡村图书管理系统 毕业设计-附源码191505
    阅读芯片源码(RTL)
    波奇学C++:多态知识点
    SSM框架,SpringMVC框架的学习(上)
    Python —— UI自动化之使用JavaScript进行元素点亮、修改、点击元素
    鸿蒙开发-HarmonyOS UI架构
    go类型转换,整形转字符串,浮点型转字符串,字符串到float
    UI自动化测试框架设计(Selenium)
    CVE-2023-32315:Openfire管理控制台身份验证绕过到RCE的复现
    二叉搜索树的实现
  • 原文地址:https://blog.csdn.net/huapeng_guo/article/details/133377253