User Tools

Site Tools


k8s:core:kind

This is an old revision of the document!


kind

kind defines what type of Kubernetes object you want to create.

Examples

  • Pod
  • Deployment
  • Service
  • ConfigMap
  • Secret
  • Namespace

Example

kind: Deployment

Real-world meaning

kind = “what am I building?”

  • Pod → run container
  • Deployment → manage pods
  • Service → expose pods

Key idea

kind tells Kubernetes what resource to create.

k8s/core/kind.1780196814.txt.gz · Last modified: by phong2018