k8s kind 列表

常見kind

Deployment
Pod
Service

附件娘香,kind 所有類型

  1. namespaced=true
test@singlek8s:~$ kubectl api-resources -o wide --namespaced=true
NAME                        SHORTNAMES   APIGROUP                    NAMESPACED   KIND                       VERBS
bindings                                                             true         Binding                    [create]
configmaps                  cm                                       true         ConfigMap                  [create delete deletecollection get list patch update watch]
endpoints                   ep                                       true         Endpoints                  [create delete deletecollection get list patch update watch]
events                      ev                                       true         Event                      [create delete deletecollection get list patch update watch]
limitranges                 limits                                   true         LimitRange                 [create delete deletecollection get list patch update watch]
persistentvolumeclaims      pvc                                      true         PersistentVolumeClaim      [create delete deletecollection get list patch update watch]
pods                        po                                       true         Pod                        [create delete deletecollection get list patch update watch]
podtemplates                                                         true         PodTemplate                [create delete deletecollection get list patch update watch]
replicationcontrollers      rc                                       true         ReplicationController      [create delete deletecollection get list patch update watch]
resourcequotas              quota                                    true         ResourceQuota              [create delete deletecollection get list patch update watch]
secrets                                                              true         Secret                     [create delete deletecollection get list patch update watch]
serviceaccounts             sa                                       true         ServiceAccount             [create delete deletecollection get list patch update watch]
services                    svc                                      true         Service                    [create delete get list patch update watch]
controllerrevisions                      apps                        true         ControllerRevision         [create delete deletecollection get list patch update watch]
daemonsets                  ds           apps                        true         DaemonSet                  [create delete deletecollection get list patch update watch]
deployments                 deploy       apps                        true         Deployment                 [create delete deletecollection get list patch update watch]
replicasets                 rs           apps                        true         ReplicaSet                 [create delete deletecollection get list patch update watch]
statefulsets                sts          apps                        true         StatefulSet                [create delete deletecollection get list patch update watch]
localsubjectaccessreviews                authorization.k8s.io        true         LocalSubjectAccessReview   [create]
horizontalpodautoscalers    hpa          autoscaling                 true         HorizontalPodAutoscaler    [create delete deletecollection get list patch update watch]
cronjobs                    cj           batch                       true         CronJob                    [create delete deletecollection get list patch update watch]
jobs                                     batch                       true         Job                        [create delete deletecollection get list patch update watch]
leases                                   coordination.k8s.io         true         Lease                      [create delete deletecollection get list patch update watch]
networkpolicies                          crd.projectcalico.org       true         NetworkPolicy              [delete deletecollection get list patch create update watch]
networksets                              crd.projectcalico.org       true         NetworkSet                 [delete deletecollection get list patch create update watch]
events                      ev           events.k8s.io               true         Event                      [create delete deletecollection get list patch update watch]
ingresses                   ing          extensions                  true         Ingress                    [create delete deletecollection get list patch update watch]
ingresses                   ing          networking.k8s.io           true         Ingress                    [create delete deletecollection get list patch update watch]
networkpolicies             netpol       networking.k8s.io           true         NetworkPolicy              [create delete deletecollection get list patch update watch]
poddisruptionbudgets        pdb          policy                      true         PodDisruptionBudget        [create delete deletecollection get list patch update watch]
rolebindings                             rbac.authorization.k8s.io   true         RoleBinding                [create delete deletecollection get list patch update watch]
roles                                    rbac.authorization.k8s.io   true         Role                       [create delete deletecollection get list patch update watch]
  1. namespaced=false
test@singlek8s:~$ kubectl api-resources -o wide --namespaced=false
NAME                              SHORTNAMES   APIGROUP                       NAMESPACED   KIND                             VERBS
componentstatuses                 cs                                          false        ComponentStatus                  [get list]
namespaces                        ns                                          false        Namespace                        [create delete get list patch update watch]
nodes                             no                                          false        Node                             [create delete deletecollection get list patch update watch]
persistentvolumes                 pv                                          false        PersistentVolume                 [create delete deletecollection get list patch update watch]
mutatingwebhookconfigurations                  admissionregistration.k8s.io   false        MutatingWebhookConfiguration     [create delete deletecollection get list patch update watch]
validatingwebhookconfigurations                admissionregistration.k8s.io   false        ValidatingWebhookConfiguration   [create delete deletecollection get list patch update watch]
customresourcedefinitions         crd,crds     apiextensions.k8s.io           false        CustomResourceDefinition         [create delete deletecollection get list patch update watch]
apiservices                                    apiregistration.k8s.io         false        APIService                       [create delete deletecollection get list patch update watch]
tokenreviews                                   authentication.k8s.io          false        TokenReview                      [create]
selfsubjectaccessreviews                       authorization.k8s.io           false        SelfSubjectAccessReview          [create]
selfsubjectrulesreviews                        authorization.k8s.io           false        SelfSubjectRulesReview           [create]
subjectaccessreviews                           authorization.k8s.io           false        SubjectAccessReview              [create]
certificatesigningrequests        csr          certificates.k8s.io            false        CertificateSigningRequest        [create delete deletecollection get list patch update watch]
bgpconfigurations                              crd.projectcalico.org          false        BGPConfiguration                 [delete deletecollection get list patch create update watch]
bgppeers                                       crd.projectcalico.org          false        BGPPeer                          [delete deletecollection get list patch create update watch]
blockaffinities                                crd.projectcalico.org          false        BlockAffinity                    [delete deletecollection get list patch create update watch]
clusterinformations                            crd.projectcalico.org          false        ClusterInformation               [delete deletecollection get list patch create update watch]
felixconfigurations                            crd.projectcalico.org          false        FelixConfiguration               [delete deletecollection get list patch create update watch]
globalnetworkpolicies             gnp          crd.projectcalico.org          false        GlobalNetworkPolicy              [delete deletecollection get list patch create update watch]
globalnetworksets                              crd.projectcalico.org          false        GlobalNetworkSet                 [delete deletecollection get list patch create update watch]
hostendpoints                                  crd.projectcalico.org          false        HostEndpoint                     [delete deletecollection get list patch create update watch]
ipamblocks                                     crd.projectcalico.org          false        IPAMBlock                        [delete deletecollection get list patch create update watch]
ipamconfigs                                    crd.projectcalico.org          false        IPAMConfig                       [delete deletecollection get list patch create update watch]
ipamhandles                                    crd.projectcalico.org          false        IPAMHandle                       [delete deletecollection get list patch create update watch]
ippools                                        crd.projectcalico.org          false        IPPool                           [delete deletecollection get list patch create update watch]
kubecontrollersconfigurations                  crd.projectcalico.org          false        KubeControllersConfiguration     [delete deletecollection get list patch create update watch]
runtimeclasses                                 node.k8s.io                    false        RuntimeClass                     [create delete deletecollection get list patch update watch]
podsecuritypolicies               psp          policy                         false        PodSecurityPolicy                [create delete deletecollection get list patch update watch]
clusterrolebindings                            rbac.authorization.k8s.io      false        ClusterRoleBinding               [create delete deletecollection get list patch update watch]
clusterroles                                   rbac.authorization.k8s.io      false        ClusterRole                      [create delete deletecollection get list patch update watch]
priorityclasses                   pc           scheduling.k8s.io              false        PriorityClass                    [create delete deletecollection get list patch update watch]
csidrivers                                     storage.k8s.io                 false        CSIDriver                        [create delete deletecollection get list patch update watch]
csinodes                                       storage.k8s.io                 false        CSINode                          [create delete deletecollection get list patch update watch]
storageclasses                    sc           storage.k8s.io                 false        StorageClass                     [create delete deletecollection get list patch update watch]
volumeattachments                              storage.k8s.io                 false        VolumeAttachment                 [create delete deletecollection get list patch update watch]
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
  • 序言:七十年代末贮懈,一起剝皮案震驚了整個(gè)濱河市,隨后出現(xiàn)的幾起案子醇王,更是在濱河造成了極大的恐慌,老刑警劉巖崭添,帶你破解...
    沈念sama閱讀 206,482評論 6 481
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件寓娩,死亡現(xiàn)場離奇詭異,居然都是意外死亡呼渣,警方通過查閱死者的電腦和手機(jī)棘伴,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 88,377評論 2 382
  • 文/潘曉璐 我一進(jìn)店門,熙熙樓的掌柜王于貴愁眉苦臉地迎上來屁置,“玉大人焊夸,你說我怎么就攤上這事±督牵” “怎么了阱穗?”我有些...
    開封第一講書人閱讀 152,762評論 0 342
  • 文/不壞的土叔 我叫張陵,是天一觀的道長使鹅。 經(jīng)常有香客問我揪阶,道長,這世上最難降的妖魔是什么患朱? 我笑而不...
    開封第一講書人閱讀 55,273評論 1 279
  • 正文 為了忘掉前任鲁僚,我火速辦了婚禮,結(jié)果婚禮上麦乞,老公的妹妹穿的比我還像新娘蕴茴。我一直安慰自己,他們只是感情好姐直,可當(dāng)我...
    茶點(diǎn)故事閱讀 64,289評論 5 373
  • 文/花漫 我一把揭開白布倦淀。 她就那樣靜靜地躺著,像睡著了一般声畏。 火紅的嫁衣襯著肌膚如雪撞叽。 梳的紋絲不亂的頭發(fā)上姻成,一...
    開封第一講書人閱讀 49,046評論 1 285
  • 那天,我揣著相機(jī)與錄音愿棋,去河邊找鬼科展。 笑死,一個(gè)胖子當(dāng)著我的面吹牛糠雨,可吹牛的內(nèi)容都是我干的才睹。 我是一名探鬼主播,決...
    沈念sama閱讀 38,351評論 3 400
  • 文/蒼蘭香墨 我猛地睜開眼甘邀,長吁一口氣:“原來是場噩夢啊……” “哼琅攘!你這毒婦竟也來了?” 一聲冷哼從身側(cè)響起松邪,我...
    開封第一講書人閱讀 36,988評論 0 259
  • 序言:老撾萬榮一對情侶失蹤坞琴,失蹤者是張志新(化名)和其女友劉穎,沒想到半個(gè)月后逗抑,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體剧辐,經(jīng)...
    沈念sama閱讀 43,476評論 1 300
  • 正文 獨(dú)居荒郊野嶺守林人離奇死亡,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點(diǎn)故事閱讀 35,948評論 2 324
  • 正文 我和宋清朗相戀三年邮府,在試婚紗的時(shí)候發(fā)現(xiàn)自己被綠了荧关。 大學(xué)時(shí)的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片。...
    茶點(diǎn)故事閱讀 38,064評論 1 333
  • 序言:一個(gè)原本活蹦亂跳的男人離奇死亡挟纱,死狀恐怖羞酗,靈堂內(nèi)的尸體忽然破棺而出,到底是詐尸還是另有隱情紊服,我是刑警寧澤檀轨,帶...
    沈念sama閱讀 33,712評論 4 323
  • 正文 年R本政府宣布,位于F島的核電站欺嗤,受9級特大地震影響参萄,放射性物質(zhì)發(fā)生泄漏。R本人自食惡果不足惜煎饼,卻給世界環(huán)境...
    茶點(diǎn)故事閱讀 39,261評論 3 307
  • 文/蒙蒙 一讹挎、第九天 我趴在偏房一處隱蔽的房頂上張望。 院中可真熱鬧吆玖,春花似錦筒溃、人聲如沸。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,264評論 0 19
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽。三九已至翅阵,卻和暖如春歪玲,著一層夾襖步出監(jiān)牢的瞬間迁央,已是汗流浹背。 一陣腳步聲響...
    開封第一講書人閱讀 31,486評論 1 262
  • 我被黑心中介騙來泰國打工滥崩, 沒想到剛下飛機(jī)就差點(diǎn)兒被人妖公主榨干…… 1. 我叫王不留岖圈,地道東北人。 一個(gè)月前我還...
    沈念sama閱讀 45,511評論 2 354
  • 正文 我出身青樓钙皮,卻偏偏與公主長得像蜂科,于是被迫代替她去往敵國和親。 傳聞我的和親對象是個(gè)殘疾皇子短条,可洞房花燭夜當(dāng)晚...
    茶點(diǎn)故事閱讀 42,802評論 2 345