awesome-repositories.com
Blog
awesome-repositories.com

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

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repositorios

Awesome GitHub RepositoriesKubectl Plugins

Extensions that add new commands to the Kubernetes command-line tool.

Distinct from Plugin Integrations: Candidates focus on general plugin integrations or SDKs, not the specific kubectl plugin ecosystem.

Explore 3 awesome GitHub repositories matching devops & infrastructure · Kubectl Plugins. Refine with filters or upvote what's useful.

Awesome Kubectl Plugins GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • opencost/opencostAvatar de opencost

    opencost/opencost

    6,605Ver en GitHub↗

    OpenCost is an open-source tool for monitoring and allocating Kubernetes and cloud infrastructure costs. It provides real-time visibility into spending by distributing asset costs to workloads based on resource requests and usage, breaking down spend by namespace, deployment, pod, and label. The system functions as both a Kubernetes cost allocation engine and a multi-cloud cost analyzer, ingesting billing data from AWS, Azure, and GCP to present unified cost metrics alongside cluster costs. The tool distinguishes itself through its allocation-based cost model, which compares requested versus

    Provides a kubectl plugin for querying cost and allocation data from the command line.

    Goawsazurecncf
    Ver en GitHub↗6,605
  • k0sproject/k0sAvatar de k0sproject

    k0sproject/k0s

    6,290Ver en GitHub↗

    k0s is a Kubernetes distribution that packages all control plane and worker components into a single binary, enabling cluster deployment with no host dependencies beyond the Linux kernel. It supports a container-native runtime where controllers and workers run inside Docker containers using a single OCI image, and offers declarative YAML configuration for defining cluster topology, host roles, and SSH connection details. The distribution provides pre-built binaries for x86-64, ARM64, ARMv7, and RISC-V architectures, and uses cryptographically signed tokens for secure node enrollment. The proj

    Bundles an embedded kubectl binary for direct cluster interaction without external dependencies.

    Gokubernetes
    Ver en GitHub↗6,290
  • philippemerle/kubediagramsAvatar de philippemerle

    philippemerle/KubeDiagrams

    2,578Ver en GitHub↗

    KubeDiagrams is a Kubernetes architecture visualizer and diagram generator that transforms manifests, Helm charts, and live cluster states into visual resource maps. It serves as a resource mapper that defines visual relationships between pods, services, and custom resources using labels and annotations. The system supports the resolution of templated charts and the mapping of custom resource types to specific visual representations via external configuration. It enables the addition of manual clusters, nodes, and edges to generated visuals through declarative extensions, and can export graph

    Integrates with standard cluster management workflows by providing a kubectl command line plugin.

    JavaScriptarchitecturediagramsgraphviz
    Ver en GitHub↗2,578
  1. Home
  2. DevOps & Infrastructure
  3. Kubectl Plugins

Explorar subetiquetas

  • Cost Query PluginsKubectl plugins that expose cost and allocation data for command-line querying. **Distinct from Kubectl Plugins:** Distinct from general Kubectl Plugins: specifically provides cost querying capabilities, not arbitrary Kubernetes extensions.
  • Embedded kubectl AccessUses the bundled kubectl binary within the distribution to interact with the cluster and deploy applications. **Distinct from Kubectl Plugins:** Distinct from Kubectl Plugins: focuses on providing a bundled kubectl binary, not extending kubectl with plugins.