Home › MCA Cloud Computing › cloudcomputing › cloudorchestration › Helm in the Kubernetes ecosystem primarily provi…
Helm in the Kubernetes ecosystem primarily provides:
AA built-in container image registry
BA managed Kubernetes control plane for AWS
CPackaging and templating of Kubernetes manifests into versioned, reusable "charts"
DA replacement for etcd
Answer & Solution
Correct answer: C. Packaging and templating of Kubernetes manifests into versioned, reusable "charts"
Helm = the package manager for K8s — charts bundle templated manifests with values; install/upgrade is one command. Managed control plane is EKS/AKS/GKE. Etcd and registries are separate concerns.
Related questions
A blue/green deployment strategy on cloud platforms primarily:Which IaC concept describes ensuring that applying the same configuration twice yields theWhat is the difference between a Kubernetes Deployment and a StatefulSet?Which Kubernetes object lets you declare a pool of pods that should always have N running,In Terraform, what is the role of the "state" file?GitOps as a deployment pattern means:A service mesh (e.g. Istio, Linkerd) primarily adds which capability to a microservices syWhat is the role of a Kubernetes Service object?