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
·

5 Repos

Awesome GitHub RepositoriesLifecycle Management

Commands and utilities for controlling the state of infrastructure resources.

Distinguishing note: Focuses on the full lifecycle (start/stop/delete) of clusters.

Explore 5 awesome GitHub repositories matching devops & infrastructure · Lifecycle Management. Refine with filters or upvote what's useful.

Awesome Lifecycle Management GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • hwdsl2/setup-ipsec-vpnAvatar von hwdsl2

    hwdsl2/setup-ipsec-vpn

    27,378Auf GitHub ansehen↗

    This project is an automated command-line tool designed to install and configure a secure network gateway on a host machine. By utilizing established open-source security protocols, it establishes a private tunnel endpoint that encrypts internet traffic and facilitates remote access connectivity for authorized users. The tool functions as an infrastructure lifecycle manager, streamlining the deployment of private network services through shell-script-based orchestration. It distinguishes itself by integrating directly with the Linux kernel to manage packet filtering rules and providing creden

    Provides administrative tools for creating, updating, and removing network service configurations and user credentials.

    Shellcisco-ipsecdockerencryption
    Auf GitHub ansehen↗27,378
  • crossplane/crossplaneAvatar von crossplane

    crossplane/crossplane

    11,791Auf GitHub ansehen↗

    Crossplane is a Kubernetes-based control plane framework that functions as a cloud resource orchestrator and infrastructure-as-code platform. It enables the management of heterogeneous infrastructure by extending the Kubernetes API to provision and maintain external cloud services through declarative configuration. By utilizing custom resource controllers, it continuously reconciles the state of external infrastructure with defined desired states, ensuring consistent deployment and lifecycle management across multiple cloud providers. The platform distinguishes itself through its composition-

    Uses finalizers to ensure external infrastructure is fully decommissioned before removing the corresponding resource object.

    Gocloud-computingcloud-managementcloud-native
    Auf GitHub ansehen↗11,791
  • quickwit-oss/quickwitAvatar von quickwit-oss

    quickwit-oss/quickwit

    11,345Auf GitHub ansehen↗

    Quickwit is a cloud-native, distributed search engine designed for observability data such as logs, traces, and metrics. It functions as an observability backend that decouples compute from storage by persisting indices directly in S3-compatible cloud object stores. The system is distinguished by its compatibility with the Elasticsearch REST API, allowing it to integrate with existing clients and log shippers without reconfiguration. It also serves as an OpenTelemetry data indexer, ingesting technical data via the OpenTelemetry Protocol using gRPC and HTTP. The engine utilizes a hybrid of co

    Controls the creation, update, and deletion of indices via templates and retention policies.

    Rustbig-datacloud-nativecloud-storage
    Auf GitHub ansehen↗11,345
  • meshery/mesheryAvatar von meshery

    meshery/meshery

    9,966Auf GitHub ansehen↗

    Meshery is a service mesh management plane and cloud native infrastructure orchestrator. It provides a visual design-as-code environment for modeling microservices and infrastructure components through declarative blueprints, functioning as a centralized platform for designing, deploying, and managing service mesh infrastructure. The platform is distinguished by its ability to translate visual designs into active deployments and its use of gRPC-based adapters to integrate with diverse infrastructure providers. It features a multi-tenant architecture that manages shared workspaces and role-bas

    Provides utilities to control the full operational lifecycle of the Linkerd service mesh control plane.

    HTMLcloud-nativecncfcontrol-plane
    Auf GitHub ansehen↗9,966
  • kubernetes-sigs/kubebuilderAvatar von kubernetes-sigs

    kubernetes-sigs/kubebuilder

    8,992Auf GitHub ansehen↗

    Kubebuilder is a framework and set of scaffolding tools used to build Kubernetes APIs and controllers. It functions as an operator framework that provides generators for custom resource definitions, admission webhooks, and RBAC manifests to extend cluster functionality. The project distinguishes itself through marker-based code generation, which parses source code comments to automatically produce Kubernetes manifests and boilerplate logic. It employs a hub-and-spoke versioning model to translate data between multiple API versions and uses a three-way merge strategy to automate project migrat

    Implements finalizers to ensure external dependencies are cleaned up before a resource is deleted from the cluster.

    Gok8s-sig-api-machinery
    Auf GitHub ansehen↗8,992
  1. Home
  2. DevOps & Infrastructure
  3. Lifecycle Management

Unter-Tags erkunden

  • Finalizer-Based Lifecycle ControllersControls resource deletion by blocking object removal until associated external infrastructure is decommissioned. **Distinct from Lifecycle Management:** Distinct from Lifecycle Management: focuses specifically on the finalizer-based blocking mechanism for infrastructure cleanup.
  • IndexAutomated control of search index creation, updates, and deletions based on retention policies. **Distinct from Lifecycle Management:** Specific to the lifecycle of search indices rather than general cloud infrastructure resources.