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
·

3 repository-uri

Awesome GitHub RepositoriesLocal Controller Execution

Capabilities for running controllers locally for development and debugging purposes against a remote API.

Distinguishing note: Existing candidates focus on test isolation or remote execution rather than local development run-modes for controllers.

Explore 3 awesome GitHub repositories matching development tools & productivity · Local Controller Execution. Refine with filters or upvote what's useful.

Awesome Local Controller Execution GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • operator-framework/operator-sdkAvatar operator-framework

    operator-framework/operator-sdk

    7,658Vezi pe 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.

    Starts a controller in a local or remote environment to facilitate rapid testing and development.

    Gokubernetesoperatorsdk
    Vezi pe GitHub↗7,658
  • weaveworks/flaggerAvatar weaveworks

    weaveworks/flagger

    5,362Vezi pe GitHub↗

    Flagger is a Kubernetes operator designed to automate the lifecycle of application deployments through progressive delivery. It functions as a controller that monitors custom resource definitions to orchestrate complex release strategies, including canary, blue/green, and A/B testing. By continuously reconciling the desired cluster state with the actual environment, it ensures that deployments adhere to defined specifications while managing the underlying infrastructure required for traffic routing. The project distinguishes itself through a sophisticated metric-driven analysis loop that eval

    Allows running the operator binary locally against a remote cluster for development and debugging purposes.

    Go
    Vezi pe GitHub↗5,362
  • ironclad/rivetAvatar Ironclad

    Ironclad/rivet

    4,608Vezi pe GitHub↗

    Rivet is a visual LLM workflow designer and AI agent orchestration engine. It serves as a development environment for building retrieval augmented generation pipelines and a TypeScript library for embedding visual AI graphs and prompt logic into JavaScript applications. The system differentiates itself through a node-based editor that maps data flow between language models, vector databases, and external APIs. It provides specialized tools for prompt engineering, including interfaces for iterative prompt refinement and A/B testing to improve model response quality. The platform covers a broa

    Provides tools for pausing or aborting active local processes to freeze state for examination.

    TypeScript
    Vezi pe GitHub↗4,608
  1. Home
  2. Development Tools & Productivity
  3. Local Controller Execution

Explorează sub-etichetele

  • Runtime Process ControlsMechanisms to pause, resume, or abort active execution instances for state examination. **Distinct from Local Controller Execution:** Focuses on controlling the execution state of a running process rather than the mode of deployment.