awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasOpen-source alternativesSelf-hosted softwareBlogMapa del sitio
ProyectoAcerca deHow we rankPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comBlog
Categorías

4 repositorios

Awesome GitHub RepositoriesContainer Runtime Discovery

Mechanisms for automatically detecting active containers across different runtime implementations.

Distinct from Container Runtimes: Focuses on discovery/detection of containers rather than the execution environment of the runtime itself

Explore 4 awesome GitHub repositories matching devops & infrastructure · Container Runtime Discovery. Refine with filters or upvote what's useful.

Awesome Container Runtime Discovery GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • google/cadvisorAvatar de google

    google/cadvisor

    19,202Ver en GitHub↗

    cAdvisor is a container resource monitoring agent and performance analyzer that collects and exports CPU, memory, network, and disk usage statistics from running containers. It functions as a telemetry tool for discovering containers across various runtimes and serves as a Prometheus-compatible metrics exporter. The agent distinguishes itself by analyzing Linux control groups to provide visibility into resource consumption and limits. It utilizes kernel perf events and NUMA statistics for low-level hardware performance tracking and diagnostics, and it can identify out-of-memory kill events th

    Detects active containers by scanning filesystem paths across multiple different container runtime implementations.

    Go
    Ver en GitHub↗19,202
  • pawelmalak/flameAvatar de pawelmalak

    pawelmalak/flame

    6,412Ver en GitHub↗

    Flame is a self-hosted startpage dashboard and customizable web portal designed to organize server applications and bookmarks into a centralized home page. It functions as a bookmark and link manager that aggregates web shortcuts and self-hosted services within a single graphical interface. The project distinguishes itself through automatic application discovery, scanning labels from container orchestration APIs to detect and add services to the dashboard. It also includes a search aggregator that routes queries to multiple external search engines using custom URL prefixes. Visual customizat

    Automatically populates the dashboard by scanning labels and annotations from container orchestration engines.

    TypeScripthomepageself-hostedstartpage
    Ver en GitHub↗6,412
  • scanopy/scanopyAvatar de scanopy

    scanopy/scanopy

    4,092Ver en GitHub↗

    Scanopy is a self-hosted infrastructure inventory and network discovery tool. It identifies hosts, services, and workloads across subnets to build a live model of network infrastructure, maintaining a searchable catalog of assets. The system features an interactive network topology visualizer that generates physical, logical, and application dependency diagrams. It maps the nesting chain from physical hardware and hypervisors down to virtual machines and containers, utilizing SNMP for hardware metadata and container APIs for workload discovery. The platform supports distributed network scann

    Provides mechanisms for automatically detecting active containers across remote hosts using secure proxies.

    Rustdocumentationdocumentation-generatordocumentation-tools
    Ver en GitHub↗4,092
  • maxteabag/sqlitAvatar de Maxteabag

    Maxteabag/sqlit

    3,702Ver en GitHub↗

    Sqlit is a terminal-based SQL client and database explorer designed for executing queries and managing database connections. It functions as a command line interface that provides syntax highlighting, command history, and a terminal user interface for rendering results. The tool features a discovery engine that scans local Docker sockets to automatically identify and resolve connection details for active database containers. It handles secure access through encrypted SSH tunnels and integrates with external secrets managers to retrieve credentials. The project includes capabilities for data

    Automatically detects active database containers to resolve connection details without manual configuration.

    Pythoncockroachdbcommand-line-toolduckdb
    Ver en GitHub↗3,702
  1. Home
  2. DevOps & Infrastructure
  3. Container Runtime Discovery

Explorar subetiquetas

  • Container Label DiscoveryDetecting services by scanning labels and annotations from container orchestration APIs. **Distinct from Container Runtime Discovery:** Focuses specifically on label-based discovery for dashboard population rather than general runtime detection.