awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • opencost/opencostAvatar von opencost

    opencost/opencost

    6,605Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,605
  • k0sproject/k0sAvatar von k0sproject

    k0sproject/k0s

    6,290Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,290
  • philippemerle/kubediagramsAvatar von philippemerle

    philippemerle/KubeDiagrams

    2,578Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗2,578
  1. Home
  2. DevOps & Infrastructure
  3. Kubectl Plugins

Unter-Tags erkunden

  • 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.