KCNA · Question #104
Which tool is used to streamline installing and managing Kubernetes applications?
The correct answer is B. helm. Helm is the package manager for Kubernetes, simplifying the definition, installation, and upgrade of complex Kubernetes applications.
Question
Which tool is used to streamline installing and managing Kubernetes applications?
Options
- Aapt
- Bhelm
- Cservice
- Dbrew
How the community answered
(30 responses)- A3% (1)
- B93% (28)
- C3% (1)
Why each option
Helm is the package manager for Kubernetes, simplifying the definition, installation, and upgrade of complex Kubernetes applications.
apt is a package management system for Debian-based Linux distributions, not for Kubernetes applications.
Helm is the de facto package manager for Kubernetes, allowing users to define, install, and upgrade even complex Kubernetes applications using "charts." Charts are packages of pre-configured Kubernetes resources, making application deployment and management much simpler and repeatable.
service is a command used to manage system services on Linux, not a tool for Kubernetes application management.
brew is a package manager for macOS and Linux, not for Kubernetes applications.
Concept tested: Kubernetes application package management
Source: https://helm.sh/docs/
Topics
Community Discussion
No community discussion yet for this question.