helm VS krew

Compare helm vs krew and see what are their differences.

helm

The Kubernetes Package Manager (by helm)

krew

📦 Find and install kubectl plugins (by kubernetes-sigs)
Our great sponsors
  • InfluxDB - Collect and Analyze Billions of Data Points in Real Time
  • Onboard AI - Learn any GitHub repo in 59 seconds
  • SaaSHub - Software Alternatives and Reviews
helm krew
192 21
25,261 5,906
1.1% 1.5%
9.0 3.9
6 days ago 16 days ago
Go Go
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

helm

Posts with mentions or reviews of helm. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-25.

krew

Posts with mentions or reviews of krew. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-03.
  • Kubernetes For The Sysadmin - Enter KubeVirt
    2 projects | dev.to | 3 Oct 2023
    Krew is a way to manage plugins for Kubernetes. For more info, check out the following link: https://krew.sigs.k8s.io/
  • Lock your Kubernetes contexts!
    2 projects | /r/kubernetes | 15 Mar 2023
    I plan on getting it added as a krew plugin, so watch this space.
  • Deploying CLIs to developer machines
    3 projects | /r/devops | 9 Mar 2023
  • Getting started with kubectl plugins
    20 projects | dev.to | 18 Jan 2023
    Krew is a plugin manager maintained by the Kubernetes Special Interest Group (SIG) CLI community. Krew makes it easy to use kubectl plugins and helps you discover, install, and manage them on your machine. It is similar to tools like apt, dnf, or brew. Today, over 200 kubectl plugins are available on Krew - and that number is only increasing. Some projects are actively used and some get deprecated over time, but are still accessible via Krew.
  • Most Useful kubectl Plugins
    6 projects | dev.to | 14 Oct 2022
    kubectl plugins can be installed in numerous ways, the easiest way would be to install the official plugin manager called krew.
  • Introduction to Kubectl CLI Plugins ctx and ns
    2 projects | dev.to | 10 Oct 2022
    ( set -x; cd "$(mktemp -d)" && OS="$(uname | tr '[:upper:]' '[:lower:]')" && ARCH="$(uname -m | sed -e 's/x86_64/amd64/' -e 's/\(arm\)\(64\)\?.*/\1\2/' -e 's/aarch64$/arm64/')" && KREW="krew-${OS}_${ARCH}" && curl -fsSLO "https://github.com/kubernetes-sigs/krew/releases/latest/download/${KREW}.tar.gz" && tar zxvf "${KREW}.tar.gz" && ./"${KREW}" install krew )
  • Introduction to Kubernetes extensibility
    2 projects | dev.to | 21 Sep 2022
    -- What is Krew?
  • Extending kubectl Utility With Plugins
    5 projects | dev.to | 15 Sep 2022
    Although there’s more than one way to distribute and install kubectl plugins, the simplest way is to use krew. It is a package manager for kubectl and makes the installation and management of kubectl plugins a cakewalk. To get started, you would have to first install krew on your machine. You can refer to this installation document to do so.
    5 projects | dev.to | 15 Sep 2022
    Did you notice how krew itself is a kubectl plugin as well? A plugin to manage all other plugins! If you’re willing to, you can check its source code here.
  • Kubernetes Hardening Tutorial Part 3: Authn, Authz, Logging & Auditing
    4 projects | dev.to | 15 Mar 2022
    The easiest way to install kubectl-who-can is by Krew, which is the plugin manager for kubectl CLI tool. Assuming you have already installed krew, you can simply run:

What are some alternatives?

When comparing helm and krew you can also consider the following projects:

crossplane - Cloud Native Control Planes

kubespray - Deploy a Production Ready Kubernetes Cluster

skaffold - Easy and Repeatable Kubernetes Development

Packer - Packer is a tool for creating identical machine images for multiple platforms from a single source configuration.

dapr-demo - Distributed application runtime demo with ASP.NET Core, Apache Kafka and Redis on Kubernetes cluster.

keda - KEDA is a Kubernetes-based Event Driven Autoscaling component. It provides event driven scale for any container running in Kubernetes

helmfile - Deploy Kubernetes Helm Charts

minikube - Run Kubernetes locally

kubectl - Issue tracker and mirror of kubectl code

istio - Connect, secure, control, and observe services.

aws-load-balancer-controller - A Kubernetes controller for Elastic Load Balancers

Docker Compose - Define and run multi-container applications with Docker