awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 रिपॉजिटरी

Awesome GitHub RepositoriesConditional Resource Deployment

Logic to include or exclude specific infrastructure resources based on the evaluation of boolean expressions.

Distinct from Deployment Resource Resizing: No candidates cover the conditional inclusion of resources in a deployment based on logic expressions.

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

Awesome Conditional Resource Deployment GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • aws/serverless-application-modelaws का अवतार

    aws/serverless-application-model

    9,560GitHub पर देखें↗

    This is an infrastructure as code tool and serverless deployment orchestrator that provides a shorthand syntax for defining serverless infrastructure. It functions as a framework for transforming concise resource declarations into full AWS CloudFormation templates to automate the provisioning of cloud functions, APIs, and databases. The project distinguishes itself by using a macro-based transformation system to expand simplified resource types into detailed infrastructure components. It includes an automated permission mapping system that translates high-level resource interaction intents in

    Implements logic to include or exclude specific infrastructure resources based on the target environment.

    Pythonawsaws-samlambda
    GitHub पर देखें↗9,560
  • travis-ci/travis-citravis-ci का अवतार

    travis-ci/travis-ci

    8,490GitHub पर देखें↗

    Travis CI is a continuous integration platform and CI/CD pipeline orchestrator that automates the testing and building of code changes from version control systems. It functions as a multi-language test runner and build infrastructure manager, ensuring software quality through automated testing across various programming languages and runtimes. The platform is distinguished by its use of virtual-machine-based isolation for reproducible environments and a configuration-driven approach to pipeline generation. It supports complex testing strategies through parallel matrix execution, allowing job

    Allows execution of deployment steps only when specific criteria, such as targeting a particular branch, are met.

    GitHub पर देखें↗8,490
  • terraform-aws-modules/terraform-aws-eksterraform-aws-modules का अवतार

    terraform-aws-modules/terraform-aws-eks

    4,973GitHub पर देखें↗

    This is a Terraform infrastructure as code module designed for provisioning and managing Amazon Elastic Kubernetes Service clusters and worker nodes. It functions as a Kubernetes cluster provisioner that handles the deployment of managed container orchestration environments, including the control plane and associated node groups. The project provides a cloud node security manager to apply network rules and security groups to both managed and self-managed node clusters. It further automates the setup of these environments through custom bootstrap scripts and configuration files injected during

    Uses variable evaluations to conditionally determine which optional infrastructure resources are provisioned during deployment.

    HCL
    GitHub पर देखें↗4,973
  • cake-build/cakecake-build का अवतार

    cake-build/cake

    4,179GitHub पर देखें↗

    Cake is a cross-platform build automation system and scripting framework that allows users to define software build pipelines using C# scripts. It functions as a CI/CD pipeline orchestrator and build runner, providing a strongly-typed domain-specific language to simplify the orchestration of compilation, testing, and packaging processes across Windows, Linux, and macOS. The system ensures reproducible build environments by pinning the versions of build tools, modules, and dependencies. It distinguishes itself by enabling a C# scripting workflow with full IDE support, including autocomplete, s

    Determines which build steps to execute based on the detected environment using preprocessor symbols.

    C#build-automationbuild-automation-toolbuild-tool
    GitHub पर देखें↗4,179
  • kubernetes-sigs/krokubernetes-sigs का अवतार

    kubernetes-sigs/kro

    2,928GitHub पर देखें↗

    kro is a Kubernetes resource orchestrator and API abstraction layer that enables the definition of simplified custom API surfaces. It allows users to map high-level inputs to complex templates of underlying Kubernetes objects, effectively grouping interdependent resources into single, manageable units. The project differentiates itself by automating the generation of custom resource definitions and dedicated controllers from resource graph specifications without requiring manual Go code. It employs a dependency manager that uses directed acyclic graphs to coordinate the creation, readiness, a

    Includes or excludes specific resources based on the evaluation of logical expressions during the deployment process.

    Gok8s-sig-cloud-provider
    GitHub पर देखें↗2,928
  1. Home
  2. DevOps & Infrastructure
  3. Conditional Resource Deployment

सब-टैग एक्सप्लोर करें

  • Deployment Condition Logic1 सब-टैगCriteria-based controls that determine whether deployment steps execute based on branch, tag, or environment variables. **Distinct from Conditional Resource Deployment:** Focuses on the decision logic for executing a deployment flow, rather than conditional allocation of infrastructure resources.