website/docs/api-reference/v1.5/documents/_meta.md

679 B

METADATA

Metadata resources are responsible for configuring behavior of your other Resources within the Cluster.

Common resource types:

  • HorizontalPodAutoscaler (HPA) for automatically scaling the replicacount of your workloads in response to load
  • PodDisruptionBudget for configuring how many replicas in a given workload maybe made concurrently unavailable when performing maintenance.
  • ThirdPartyResource for extending the Kubernetes APIs with your own types
  • Event for notification of resource lifecycle events in the cluster.