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
·

4 repositorios

Awesome GitHub RepositoriesAPI Resource Version Conversions

Translating configuration objects between different API versions to maintain compatibility.

Distinct from Version Upgrades: Focuses on API object schema translation during upgrades rather than general software versioning procedures.

Explore 4 awesome GitHub repositories matching devops & infrastructure · API Resource Version Conversions. Refine with filters or upvote what's useful.

Awesome API Resource Version Conversions GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • prometheus-operator/kube-prometheusAvatar de prometheus-operator

    prometheus-operator/kube-prometheus

    7,682Ver en GitHub↗

    kube-prometheus is a monitoring stack deployment and orchestration framework. It uses an operator pattern to automate the installation and lifecycle management of Prometheus and Alertmanager via custom resource definitions. The project focuses on scaling data collection through hash-based target sharding and topology-aware distribution to reduce cross-zone traffic. It implements a sidecar-based configuration reloading mechanism and utilizes consistent hashing to distribute scrape targets across multiple instances. The system covers broad observability capabilities including metric data colle

    Translates configuration objects between different API versions to maintain compatibility during system upgrades.

    Jsonnetalertscluster-monitoringdashboards
    Ver en GitHub↗7,682
  • operator-framework/operator-sdkAvatar de operator-framework

    operator-framework/operator-sdk

    7,658Ver en GitHub↗

    The Operator SDK is a framework for building, packaging, and managing custom controllers that extend the Kubernetes API. It serves as a toolset for defining new API types and implementing reconcile loops to automate the lifecycles of complex applications. The project provides specialized support for creating operators based on Helm charts or Ansible playbooks, allowing users to maintain a desired cluster state using existing automation tools. It includes a dedicated system for packaging controllers into standardized container image bundles for distribution via the Operator Lifecycle Manager.

    Handles API resource versioning through semantic versioning and conversion webhooks to support legacy resource instances.

    Gokubernetesoperatorsdk
    Ver en GitHub↗7,658
  • kubernetes-sigs/cluster-apiAvatar de kubernetes-sigs

    kubernetes-sigs/cluster-api

    4,233Ver en GitHub↗

    Cluster API is a declarative framework and multi-cluster management system for automating the creation, scaling, and destruction of Kubernetes clusters across diverse infrastructures. It acts as a cluster provisioning orchestrator and infrastructure provisioner, using a centralized management cluster to operate the full lifecycle of multiple remote workload clusters. The project employs a provider-based plugin architecture that decouples core orchestration logic from specific cloud or bare-metal implementations. This allows the system to standardize the deployment of control planes, the boots

    Translates configuration objects between different API versions to maintain compatibility during cluster upgrades.

    Gok8s-sig-cluster-lifecycle
    Ver en GitHub↗4,233
  • doitintl/kube-no-troubleAvatar de doitintl

    doitintl/kube-no-trouble

    3,676Ver en GitHub↗

    kube-no-trouble is a Kubernetes deprecated API scanner and cluster auditor designed to detect outdated API versions. It identifies resources that may cause failures during cluster upgrades by checking them against predefined rulesets of deprecated or removed versions. The tool operates across multiple environments, providing both live cluster auditing and static analysis of local YAML manifests. It further extends its detection capabilities to Helm releases, extracting metadata from deployed charts to pinpoint deprecated APIs within installations. Its broader capabilities include infrastruct

    Matches resource API versions against predefined lists of deprecated versions to identify potential upgrade failures.

    Goclustergkehacktoberfest
    Ver en GitHub↗3,676
  1. Home
  2. DevOps & Infrastructure
  3. Version Upgrades
  4. API Resource Version Conversions

Explorar subetiquetas

  • API Version ScanningScanning for deprecated API versions to predict and prevent upgrade failures. **Distinct from API Resource Version Conversions:** Distinct from API Resource Version Conversions: focuses on detecting outdated versions rather than translating them to new ones.