awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
vmware-archive avatar

vmware-archive/octantArchived

0
View on GitHub↗
octant.dev↗

Octant

Highly extensible platform for developers to better understand the complexity of Kubernetes clusters.

Features

  • Kubernetes Dashboards - Provides a graphical interface for browsing, inspecting, and managing Kubernetes cluster resources and workloads.

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI
  • Visual Workload Managers - Manages Kubernetes workloads and resources via a visual dashboard, replacing command-line operations with point-and-click interactions.
  • Kubernetes Object Graph Models - Ships a navigable graph model of Kubernetes resources with color-coded status indicators for visual inspection.
  • Integrated Kubernetes Debugging Tools - Debugs Kubernetes workloads by streaming pod logs, forwarding ports, and inspecting object details from a single interface.
  • Active Namespace Switching - Changes active namespace or Kubernetes context across clusters with support for multiple kubeconfig files.
  • Client Cluster Contexts - Manages multiple kubeconfig files and contexts for seamless navigation between Kubernetes clusters and namespaces.
  • Kubernetes Cluster Explorers - Provides a graphical web interface for navigating and inspecting Kubernetes resources across namespaces.
  • Tree-View Resource Navigators - Ships a tree-view navigator displaying Kubernetes objects with metadata, status, and relationships.
  • Cluster Management Dashboards - Provides a web interface to view, filter, and interact with pods, deployments, services, and other resources.
  • Context and Namespace Switchers - Switches between Kubernetes namespaces, contexts, and clusters from multiple kubeconfig files.
  • Resource Navigation Panels - Provides a web-based dashboard for browsing and inspecting Kubernetes objects running in a cluster.
  • Cluster Visualization Tools - Explores and inspects Kubernetes cluster resources through a graphical web interface with object relationship diagrams.
  • Multi-Cluster Dashboard Managers - Switches between multiple Kubernetes clusters, contexts, and namespaces from a unified web dashboard.
  • Plugin-Extensible Dashboards - Extends a Kubernetes dashboard with custom UI components and actions through a gRPC-based plugin system.
  • gRPC Plugin Dashboards - Provides a gRPC-based plugin system for extending the dashboard with custom components and actions.
  • Kubernetes Object Relationship Navigators - Traverses connections between related Kubernetes objects to understand how components interact within the cluster.
  • Kubernetes Resource Browsers - Displays all Kubernetes objects in a namespace with filtering and search to help understand cluster state.
  • Plugin-Based Extensibility - Adds custom components and functionality to existing views through a gRPC-based plugin system.
  • Workload Visualization Tools - Provides a visual dashboard for viewing and interacting with Kubernetes workloads with point-and-click interface.
  • Kubernetes Workload Dashboards - Provides a dashboard to view and interact with Kubernetes workloads, replacing command-line operations with a visual tool.
  • Kubernetes Object Detail Panels - Displays full metadata, spec, and status of any Kubernetes resource in a structured panel.
  • Dashboard Action Registrations - Registers new actions in a plugin that runs arbitrary code when triggered by a user interaction.
  • Kubernetes Object Detail Panels - Shows the full specification, status, events, and logs of a selected Kubernetes object in a structured panel.
  • Typed Message Action Buses - Sends typed messages with payloads from the client to the server to change UI state or perform cluster operations.
  • Kubernetes Pod Port Forwarding - Opens local TCP ports to pod containers through the Kubernetes API server proxy on demand.
  • One-Click Pod Port Forwarding - Opens a local port to a running pod with a single click, supporting multiple pods across namespaces.
  • Plugin-Triggered Action Executions - Triggers user-defined operations on cluster resources through a plugin system that executes actions from the dashboard.
  • Kubernetes Resource Status Aggregators - Aggregates status and configuration from multiple kubectl commands into a single summary page per object.
  • Log Streaming - Displays live log output from pods and containers for troubleshooting without opening separate terminals.
  • Browser Log Streams - Streams live pod and container log output to the browser without requiring terminal access.
  • Kubernetes Object Relationship Visualizers - Graphically displays relationships between Kubernetes objects with color-coded status indicators to show workload performance.
  • Container Terminal and Log Access - Displays live log output from pods and containers without requiring separate terminal sessions.
  • Typed Action Buses - Communicates UI state changes and cluster operations via typed JSON messages over persistent WebSocket connections.
  • 6,244 stele·485 fork-uri·Go·Apache-2.0·6 vizualizări

    Istoric stele

    Graficul istoricului de stele pentru vmware-archive/octantGraficul istoricului de stele pentru vmware-archive/octant

    Întrebări frecvente

    Ce face vmware-archive/octant?

    Highly extensible platform for developers to better understand the complexity of Kubernetes clusters.

    Care sunt principalele funcționalități ale vmware-archive/octant?

    Principalele funcționalități ale vmware-archive/octant sunt: Kubernetes Dashboards, Visual Workload Managers, Kubernetes Object Graph Models, Integrated Kubernetes Debugging Tools, Active Namespace Switching, Client Cluster Contexts, Kubernetes Cluster Explorers, Tree-View Resource Navigators.

    Care sunt câteva alternative open-source pentru vmware-archive/octant?

    Alternativele open-source pentru vmware-archive/octant includ: kubernetes-sigs/headlamp — Headlamp is a Kubernetes web interface that runs as either a desktop application or a browser-based dashboard,… txn2/kubefwd — kubefwd is a Kubernetes network tunneling and service forwarding utility that maps remote cluster services to local… freelensapp/freelens — Freelens is a graphical web dashboard for Kubernetes cluster administration and monitoring. It provides a centralized… eip-work/kuboard-press — Kuboard-press is a visual management interface for Kubernetes clusters that enables the orchestration of workloads and… ahmetb/kubectx — kubectx is a set of command-line productivity tools designed to simplify the switching of cluster contexts and active… lensapp/lens — Lens is a multi-cluster management platform and desktop application for administering Kubernetes environments. It…

    Alternative open-source pentru Octant

    Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Octant.
    • kubernetes-sigs/headlampAvatar kubernetes-sigs

      kubernetes-sigs/headlamp

      6,729Vezi pe GitHub↗

      Headlamp is a Kubernetes web interface that runs as either a desktop application or a browser-based dashboard, providing a unified view for managing resources across multiple clusters. It supports authentication through OpenID Connect providers and kubeconfig files, and renders the UI according to the user's Kubernetes RBAC permissions, hiding or disabling actions that are not permitted. The project distinguishes itself through a plugin system that allows extending the dashboard with custom views, components, and business logic without modifying the core code. Plugins can be installed from a

      TypeScriptcloud-nativedashboarddebugging
      Vezi pe GitHub↗6,729
    • txn2/kubefwdAvatar txn2

      txn2/kubefwd

      4,123Vezi pe GitHub↗

      kubefwd is a Kubernetes network tunneling and service forwarding utility that maps remote cluster services to local loopback addresses. It synchronizes the local hosts file to resolve Kubernetes service names to local IP addresses, enabling local development environments to use production hostnames. The project implements a Model Context Protocol server, allowing external AI assistants to discover, browse, and control network forwarding through a standardized interface. It also provides a terminal user interface for managing service forwards, monitoring real-time network traffic, and streamin

      Goapi-restdeveloper-toolsdevops
      Vezi pe GitHub↗4,123
    • eip-work/kuboard-pressAvatar eip-work

      eip-work/kuboard-press

      25,071Vezi pe GitHub↗

      Kuboard-press is a visual management interface for Kubernetes clusters that enables the orchestration of workloads and system objects without manual text file editing. It provides a centralized dashboard for importing and monitoring multiple clusters, using a visual interface to manage namespaces and containerized workloads. The project differentiates itself through hierarchical microservices visualization, which maps flat cluster workloads into a layered structure to represent architectural relationships. It also includes dedicated container operation tools for accessing logs, opening intera

      JavaScriptdockerk8skubernetes
      Vezi pe GitHub↗25,071
    • freelensapp/freelensAvatar freelensapp

      freelensapp/freelens

      5,185Vezi pe GitHub↗

      Freelens is a graphical web dashboard for Kubernetes cluster administration and monitoring. It provides a centralized interface for managing container orchestration environments, featuring a log aggregator for simultaneous multi-pod log viewing, a resource visualizer for mapping system dependencies via force-directed graphs, and a security auditor for reviewing vulnerability reports and certificate expiration dates. The project integrates a generative artificial intelligence operator to automate complex administrative tasks and translate requests into cluster configurations. It further distin

      TypeScriptcloud-nativecontainersdevops
      Vezi pe GitHub↗5,185
    Vezi toate cele 30 alternative pentru Octant→