Difference between revisions of "Kind (Kubernetes)"

From wikieduonline
Jump to navigation Jump to search
Line 9: Line 9:
 
  kind: [[PersistentVolumeClaim]]
 
  kind: [[PersistentVolumeClaim]]
 
  kind: [[Config]]
 
  kind: [[Config]]
 +
kind: [[DaemonSet]]
 
::See: <code>[[kubectl api-resources]]</code>
 
::See: <code>[[kubectl api-resources]]</code>
  

Revision as of 15:44, 22 August 2020

Kind is a tool for running local Kubernetes clusters using Docker container "nodes"

kind: Pod (Mypod.yml)
kind: Secret (Secret.yml)
kind: Service
kind: Deployment
kind: Ingress
kind: PersistentVolume
kind: PersistentVolumeClaim
kind: Config
kind: DaemonSet
See: kubectl api-resources


Related terms

See also

Advertising: