Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 456 Bytes

K8S Object.md

File metadata and controls

31 lines (22 loc) · 456 Bytes
title notetype date
K8S Object
feed
07-11-2021

To see a list of available [[Kubernetes]] objects on your cluster, you can run:

# all
kubectl api-resources

# only namespaced
kubectl api-resources --namespaced=true

# only cluster-scoped
kubectl api-resources --namespaced=false

Links to some of the objects:

  • [[K8S Pod]]
  • [[K8S Secret]]
  • [[K8S Replicaset]]
  • [[K8S Service Account]]

Status: #🌲 Tags: #🗺️