Helm Chart
A packaged collection of Kubernetes resource templates, configuration values, and metadata that defines how an application or AI service is installed, configured, upgraded, and managed using Helm.
Explore more about Deployment Standards
Related terms
An open-source package manager for Kubernetes that simplifies the deployment, configuration, upgrading, and management of containerized applications using reusable packages called Helm Charts.
KubernetesK8sAn 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.
Deployment ManifestA declarative configuration file that specifies how an application or service should be deployed, configured, and managed within a target environment.
Docker ImageA portable, immutable package containing an application, its runtime, libraries, dependencies, and configuration needed to run consistently across environments.