Kustomize
An open-source Kubernetes configuration management tool that enables users to customize declarative Kubernetes manifests through overlays, patches, and reusable configuration without modifying the original resource definitions.
Explore more about Deployment Standards
Related terms
An open-source container orchestration platform that automates the deployment, scaling, networking, and management of containerized applications across clusters of machines, making it a standard platform for running production AI and cloud-native workloads.
Kubernetes ManifestA declarative configuration file, typically written in YAML, that defines the desired state of Kubernetes resources such as Pods, Deployments, Services, ConfigMaps, and Ingresses, enabling consistent deployment and management of containerized applications.
HelmAn open-source package manager for Kubernetes that simplifies the deployment, configuration, upgrading, and management of containerized applications using reusable packages called Helm Charts.
Infrastructure as CodeIaCA software engineering practice in which infrastructure resources such as servers, networks, cloud services, and Kubernetes clusters are defined, provisioned, and managed using declarative or imperative code instead of manual configuration.