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
·

10 Repos

Awesome GitHub RepositoriesInfrastructure as Code

Manage cloud infrastructure and Kubernetes clusters.

Explore 10 awesome GitHub repositories matching part of an awesome list · Infrastructure as Code. Refine with filters or upvote what's useful.

Awesome Infrastructure as Code GitHub Repositories

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

    hashicorp/terraform

    48,720Auf GitHub ansehen↗

    Terraform is a declarative infrastructure-as-code tool designed to manage the lifecycle of cloud and on-premises resources. It functions as a workflow engine that reconciles a defined desired state against real-world infrastructure, using a persistent state-tracking layer to maintain consistency and visibility across distributed environments. By mapping infrastructure components into a directed acyclic graph, the system calculates the optimal order for provisioning, updating, or destroying resources. The platform is distinguished by its extensible plugin-based architecture, which decouples co

    Standardizes infrastructure provisioning across cloud providers.

    Gocloudcloud-managementgraph
    Auf GitHub ansehen↗48,720
  • opentofu/opentofuAvatar von opentofu

    opentofu/opentofu

    29,206Auf GitHub ansehen↗

    OpenTofu is a declarative infrastructure orchestrator that automates the provisioning and management of cloud resources. It functions as a platform-agnostic interface, allowing users to define their desired environment state in configuration files, which the system then reconciles against live infrastructure to calculate and execute necessary updates. The project utilizes a graph-based execution engine to determine the optimal sequence for resource operations, enabling the parallel processing of independent components to reduce deployment times. To support complex, multi-platform environments

    Open-source alternative for infrastructure provisioning.

    Go
    Auf GitHub ansehen↗29,206
  • pulumi/pulumiAvatar von pulumi

    pulumi/pulumi

    24,797Auf GitHub ansehen↗

    Pulumi is an infrastructure-as-code framework that enables the definition, deployment, and management of cloud resources using general-purpose programming languages. It functions as a cloud resource orchestrator that coordinates the lifecycle of heterogeneous infrastructure by executing code to construct dependency graphs and reconciling the desired state against actual cloud environments. The platform distinguishes itself through a language-host runtime bridge that allows developers to use standard programming languages to define infrastructure, rather than relying solely on domain-specific

    Manages infrastructure using general-purpose programming languages.

    Goawsazurecloud
    Auf GitHub ansehen↗24,797
  • tfsec/tfsecAvatar von tfsec

    tfsec/tfsec

    7,013Auf GitHub ansehen↗

    tfsec is a static analysis tool and security scanner for infrastructure as code, specifically designed to detect misconfigurations and compliance violations in Terraform and cloud infrastructure definitions before deployment. It functions as a cloud security policy engine that identifies vulnerabilities across multiple cloud platforms. The tool provides capabilities for cloud compliance auditing and scanning of Cloud Development Kit code. It supports custom security policy enforcement and allows for the definition of organization-specific security requirements. The scanner includes features

    Static analysis tool for identifying security issues in Terraform.

    Go
    Auf GitHub ansehen↗7,013
  • cdk8s-team/cdk8sAvatar von cdk8s-team

    cdk8s-team/cdk8s

    4,830Auf GitHub ansehen↗

    cdk8s ist ein Framework für Infrastructure as Code (IaC) und ein Manifest-Generator für Kubernetes. Es bietet eine Cloud-native Entwicklungsumgebung zur Definition von Systemkomponenten und wiederverwendbaren Abstraktionen unter Verwendung allgemeiner Programmiersprachen, die anschließend in Standard-YAML-Manifeste synthetisiert werden. Das Framework verwendet eine deklarative API und objektorientierte Modellierung, um Code in reine Manifest-Dateien umzuwandeln. Diese Dateien werden für die Verwendung mit jedem Kubernetes-Cluster über bestehende Deployment-Tools generiert. Das Projekt ermöglicht die Erstellung hierarchischer Ressourcenmuster und wiederverwendbarer Abstraktionen. Es nutzt eine schema-gesteuerte API-Generierung basierend auf Kubernetes-OpenAPI-Spezifikationen, um gültige Ressourcendefinitionen sicherzustellen.

    Defines Kubernetes applications using familiar programming languages.

    JavaScript
    Auf GitHub ansehen↗4,830
  • awslabs/cfn-python-lintAvatar von awslabs

    awslabs/cfn-python-lint

    2,624Auf GitHub ansehen↗

    CloudFormation Linter

    Linter for AWS CloudFormation templates.

    Python
    Auf GitHub ansehen↗2,624
  • aws-cloudformation/cloudformation-guardAvatar von aws-cloudformation

    aws-cloudformation/cloudformation-guard

    1,384Auf GitHub ansehen↗

    Guard offers a policy-as-code domain-specific language (DSL) to write rules and validate JSON- and YAML-formatted data such as CloudFormation Templates, K8s configurations, and Terraform JSON plans/configurations against those rules. Take this survey to provide feedback about cfn-guard: https://amazonmr.au1.qualtrics.com/jfe/form/SV_bpyzpfoYGGuuUl0

    Checks CloudFormation templates against policy-as-code rules.

    Rust
    Auf GitHub ansehen↗1,384
  • notharshhaa/aws-projectsN

    NotHarshhaa/AWS-Projects

    0Auf GitHub ansehen↗

    forks-shield: https://img.shields.io/github/forks/NotHarshhaa/AWS-Projects?style=for-the-badge&logo=github&logoColor=white&color=orange forks-url: https://github.com/NotHarshhaa/AWS-Projects/network/members

    Comprehensive collection of hands-on AWS infrastructure and deployment projects.

    Auf GitHub ansehen↗0
  • cesar-rodriguez/terrascanAvatar von cesar-rodriguez

    cesar-rodriguez/terrascan

    3Auf GitHub ansehen↗

    Detect compliance and security violations across Infrastructure as Code to mitigate risk before provisioning cloud native infrastructure.

    Security and best practice testing for Terraform templates.

    Auf GitHub ansehen↗3
  • wata727/tflintAvatar von wata727

    wata727/tflint

    0Auf GitHub ansehen↗

    A Pluggable Terraform Linter

    Linter for detecting errors in Terraform configurations.

    Auf GitHub ansehen↗0
  1. Home
  2. Part of an Awesome List
  3. DevOps & Infrastructure
  4. Infrastructure as Code