OpenSource-Hub
DiscoverTrendingCode LibraryCategories
/Kubernetes

Kubernetes

12 open source tools found

T
Developer Tools

traefik

Modern reverse proxy and load balancer with automatic service discovery.

Traefik is a modern HTTP reverse proxy and load balancer that makes deploying microservices easy.

Binary: delete the traefik executable. Docker: docker stop && docker rm the container; optionally docker rmi traefik to remove the image.
63.1kChecksum
K
Developer Tools

Kong

A versatile cloud-native gateway that handles APIs, LLMs, and MCP traffic with rich plugins and native Kubernetes support.

Cloud-native, platform-agnostic API gateway with built-in AI/LLM and MCP traffic management, extensible via plugins.

Stop Docker containers and remove volumes with `docker-compose down -v`, then delete the docker-kong directory.
43.3k

OpenSource-Hub

Quality Open Source Within Reach

Powered by Cloudflare D1 & DeepSeek

Discover

AI ProductivityDev ToolsSystem TuningPrivacyVideo & AudioOffice

Resources

SitemapGitHub Repo

Legal

Privacy PolicyAbout Us

© 2026 OpenSource-Hub

GitHub
T
Developer Tools

trivy

One command to find vulnerabilities, misconfigs, and secrets in containers, K8s, code, and clouds.

Trivy is a comprehensive open-source security scanner that finds vulnerabilities, misconfigurations, secrets, and SBOMs across containers, Kubernetes, code repos, clouds, and VMs.

Uninstall via Homebrew: brew uninstall trivy. For Docker, delete the image. For manual install, remove the binary file.
35.5kChecksum
T
System Optimization

Teleport

One tool to securely access all your servers, K8s clusters, and databases with audit.

Teleport provides connectivity, authentication, access controls and audit for infrastructure. It replaces SSH keys, VPNs, and bastions with certificate-based zero-trust access.

Stop Teleport (`sudo teleport stop` or kill process), delete binary (e.g. `/usr/local/bin/teleport`), config directory (`/etc/teleport.yaml` and `/var/lib/teleport`), and remove systemd unit if present.
20.2k
M
Developer Tools

Meshery

Visual GitOps platform to design, manage, and observe Kubernetes infrastructure across multi-cloud without YAML.

Meshery is the open-source cloud native manager that simplifies Kubernetes and multi-cloud infrastructure design and management, offering visual GitOps and 380+ integrations.

Uninstall depends on the installation method: if using Docker, stop and remove the container (`docker stop meshery && docker rm meshery`); if using Helm, run `helm uninstall meshery -n meshery`; if using a binary package, simply delete the downloaded file.
10.5kChecksum
E
Developer Tools

Eclipse Che

Kubernetes-native cloud IDEs for teams: portable, collaborative, enterprise-grade.

Kubernetes-native cloud development environments for enterprise teams. Run workspaces with embedded runtimes, IDE, and code in pods.

If deployed on K8s, use `helm uninstall che` or delete the Operator; for the hosted online version, simply stop workspaces.
7.2k
J
Developer Tools

Judge0

Self-hostable online code sandbox for executing untrusted code safely, with 90+ languages and simple HTTP API.

Judge0 is an open-source online code execution system that enables the robust, fast, scalable, and sandboxed execution of AI-generated code, with support for multiple languages and frameworks.

Stop and remove containers: docker-compose down -v; delete the project folder to fully remove.
4.2k
H
System Optimization

Homarr

Self-hosted app dashboard with drag-and-drop widgets and 50+ integrations, no YAML needed.

Homarr is a sleek, modern dashboard for your self-hosted apps, with drag-and-drop widgets and deep integrations.

Stop and remove containers with 'docker compose down'; delete volumes to remove persistent data.
3.8kChecksum
K
Video & Audio Download

Kyoo

Drop files, Kyoo handles messy names and folders – a true set-and-forget media server.

A self-hosted media server for movies, series & anime, designed to require minimal maintenance – no manual folder structure or metadata edits needed. Alternative to Jellyfin/Plex.

Stop and remove the container/Helm release, delete data volumes if needed (backup config & DB first). For Docker Compose: `docker compose down -v`.
2.4k
Z
System Optimization

zot

Lightweight, vendor-neutral OCI registry — simpler and faster than Docker Registry.

zot is a production-ready, vendor-neutral OCI image registry. It stores images in OCI format and implements the distribution specification on the wire. Lightweight single-binary, no external dependencies.

Delete the binary and configuration directory. For persistent storage, delete the storage directory manually.
2.2kChecksum
R
Developer Tools

Routr

Cloud-native SIP server that makes call routing programmable and Kubernetes-ready.

A lightweight, cloud-native SIP server that provides reliable and programmable SIP routing for telephony carriers and communication providers.

To uninstall, stop and remove the container: docker stop <container-id> && docker rm <container-id>. For Helm deployments, run helm uninstall my-release --namespace routr and then delete the namespace: kubectl delete namespace routr.
1.7k
S
Privacy Protection

sup3rS3cretMes5age

Secure self-destructing message service using HashiCorp Vault as backend, messages vanish after first read.

A secure self-destructing message service that uses HashiCorp Vault for one-time secret sharing.

To uninstall, run 'docker compose -f deploy/docker-compose.yml down' to remove containers and network. For local build, delete the binary and cloned directory.
564
Browse All Categories