Helm
An open-source package manager for Kubernetes that simplifies the deployment, configuration, upgrading, and management of containerized applications using reusable packages called Helm Charts.
Explore more about Deployment
Related terms
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.
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.
DockerAn open-source containerization platform for building, packaging, distributing, and running applications as isolated containers across different environments.