Browse CLI Tools

Discover the best command-line tools

42 tools found

N

nomad

container

Flexible workload orchestrator

orchestrationscheduling
14,500
brew install nomad
K

kind

container

Tool for running local Kubernetes clusters inside Docker containers

kubernetestestinglocalcontainer
13,000
brew install kind
C

cert-manager

container

Kubernetes certificate management and renewal

kubernetessslcertificatedevops
12,000
brew install cert-manager
R

Runc

container

OCI-compliant container runtime implementation

ocicontainer-runtimedockercontainers
11,800
apt-get install runc
C

clair

container

Static analysis tool for discovering vulnerabilities in container images

securityscanningvulnerabilitycontainer
10,000
brew install clair
F

Flannel

container

Network fabric for Kubernetes overlay networking

kubernetesnetworkingcnioverlay
8,900
kubectl apply -f https://raw.githubusercontent.com/flannel-io/flannel/master/Documentation/kube-flannel.yml
S

snyk

container

Security vulnerability scanner for code, containers, and dependencies

securityscanningvulnerabilitycontainer
8,700
npm install -g snyk
N

nerdctl

container

Docker-compatible CLI for containerd

containerdocker-compatiblecontainerd
8,500
brew install nerdctl
S

skopeo

container

CLI tool for working with container images and registries

containerimageregistrydevops
8,300
brew install skopeo
K

kubeseal

container

Tool for encrypting Kubernetes secrets for safe version control

kubernetessecretssecuritydevops
7,500
brew install kubeseal
G

grype

container

Vulnerability scanner focusing on package vulnerability detection

securityscanningvulnerabilitysbom
7,200
brew install grype
W

Weave

container

Container networking fabric for Kubernetes

kubernetesnetworkingcnicontainer
6,800
kubectl apply -f https://git.io/weave-kube-latest.yaml
C

Calico

container

Kubernetes networking and network policy implementation

kubernetesnetworkingnetwork-policycni
5,900
kubectl create -f https://raw.githubusercontent.com/projectcalico/calico/master/manifests/tigera-operator.yaml
P

podman-compose

container

Docker Compose compatibility for Podman

containercomposepodmanorchestration
5,600
pip install podman-compose
C

cri-o

container

Container runtime optimized for Kubernetes

containerruntimekubernetesoci
5,400
brew install cri-o
C

CNI-plugins

container

Container Networking Interface plugins for Kubernetes

kubernetesnetworkingcnicontainers
4,300
git clone https://github.com/containernetworking/plugins.git && cd plugins && ./build_linux.sh
D

Docker-buildx

container

Docker build plugin for multiplatform builds

dockerbuildmultiplatformbuildx
4,100
docker buildx --help
C

crictl

container

CLI for Container Runtime Interface (CRI) compatible runtimes

kubernetescontainercridebugging
2,000
brew install cri-tools