awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
cdk8s-team avatar

cdk8s-team/cdk8s

0
View on GitHub↗
4,830 stars·313 forks·JavaScript·Apache-2.0·5 vuescdk8s.io↗

Cdk8s

cdk8s est un framework d'infrastructure en tant que code (IaC) pour Kubernetes et un générateur de manifestes. Il fournit un environnement de développement cloud-native pour définir des composants système et des abstractions réutilisables en utilisant des langages de programmation généralistes, qui sont ensuite synthétisés en manifestes YAML standard.

Le framework utilise une API déclarative et une modélisation orientée objet pour transformer le code en fichiers de manifeste purs. Ces fichiers sont générés pour être utilisés avec n'importe quel cluster Kubernetes via des outils de déploiement existants.

Le projet permet la création de modèles de ressources hiérarchiques et d'abstractions réutilisables. Il emploie une génération d'API pilotée par schéma basée sur les spécifications openAPI de Kubernetes pour garantir des définitions de ressources valides.

Features

  • Infrastructure as Code Frameworks - Acts as a framework for defining and managing Kubernetes infrastructure using general-purpose programming languages.
  • Kubernetes Manifest Generators - Generates standard YAML resource definitions for Kubernetes objects from object-oriented code.
  • Infrastructure as Code - Implements the infrastructure-as-code paradigm by defining system components via version-controlled code.
  • Application Abstractions - Provides higher-level abstractions and templates to define repeatable Kubernetes workload patterns.
  • Object-Oriented Infrastructure Definitions - Defines cloud infrastructure components using classes and inheritance to enable programmatic logic and reuse.
  • Cloud Resource Constructs - Implements high-level reusable constructs to organize Kubernetes resources into composable infrastructure patterns.
  • Cloud Native Development Frameworks - Offers a programming model for building hierarchical and repeatable Kubernetes resource definitions.
  • Kubernetes Manifest Synthesis - Synthesizes static Kubernetes YAML manifests from the execution of imperative, object-oriented code.
  • Resource Schema APIs - Provides a set of object-oriented APIs to define system components that synthesize into manifests.
  • Kubernetes Application Deployments - Enables the organization of complex cluster resources into maintainable, repeatable application patterns.
  • Manifest-Driven Deployment Workflows - Facilitates a workflow that transforms object-oriented code into standard manifests for deployment via existing tools.
  • Intermediate Representations - Utilizes an intermediate JSON representation to bridge object-oriented code and final YAML serialization.
  • Kubernetes Specification Generators - Produces strongly typed APIs derived from Kubernetes OpenAPI specifications to ensure valid resource definitions.
  • Infrastructure as Code - Defines Kubernetes applications using familiar programming languages.

Historique des stars

Graphique de l'historique des stars pour cdk8s-team/cdk8sGraphique de l'historique des stars pour cdk8s-team/cdk8s

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Cdk8s

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Cdk8s.
  • awslabs/cdk8sAvatar de awslabs

    awslabs/cdk8s

    4,830Voir sur GitHub↗

    cdk8s is an infrastructure as code framework and configuration tool used to define Kubernetes applications using general-purpose programming languages. It transforms high-level, object-oriented code into the standard YAML manifests required for deployment to any Kubernetes cluster. The framework focuses on the creation of reusable abstractions and hierarchical constructs. By utilizing a system of nested components, it allows for the encapsulation of complex configurations into programmable interfaces. The tool provides a workflow for programmable Kubernetes configuration, enabling the genera

    JavaScript
    Voir sur GitHub↗4,830
  • pulumi/pulumiAvatar de pulumi

    pulumi/pulumi

    24,797Voir sur GitHub↗

    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

    Goawsazurecloud
    Voir sur GitHub↗24,797
  • aws/aws-cdkAvatar de aws

    aws/aws-cdk

    12,817Voir sur GitHub↗

    The AWS Cloud Development Kit is an infrastructure-as-code framework that enables developers to define and provision cloud resources using familiar programming languages. By utilizing construct-based synthesis, it translates high-level, object-oriented code into declarative templates, allowing for the automated management of complex cloud environments through a centralized, code-driven control plane. The framework distinguishes itself through its ability to model infrastructure as a dependency-aware resource graph, ensuring that components are provisioned and updated in the correct order. It

    TypeScriptawscloud-infrastructurehacktoberfest
    Voir sur GitHub↗12,817
  • hashicorp/terraform-cdkAvatar de hashicorp

    hashicorp/terraform-cdk

    5,077Voir sur GitHub↗

    The Terraform Cloud Development Kit is an infrastructure as code framework that allows cloud resources to be defined using general-purpose programming languages. It functions as a configuration synthesizer, translating high-level programming logic and provider schemas into JSON configuration files that are executed by the Terraform engine to provision infrastructure. The framework provides a multi-language infrastructure library with the ability to automatically generate language-specific classes from provider schemas. It enables the creation of reusable constructs, allowing complex resource

    TypeScript
    Voir sur GitHub↗5,077
Voir les 30 alternatives à Cdk8s→

Questions fréquentes

Que fait cdk8s-team/cdk8s ?

cdk8s est un framework d'infrastructure en tant que code (IaC) pour Kubernetes et un générateur de manifestes. Il fournit un environnement de développement cloud-native pour définir des composants système et des abstractions réutilisables en utilisant des langages de programmation généralistes, qui sont ensuite synthétisés en manifestes YAML standard.

Quelles sont les fonctionnalités principales de cdk8s-team/cdk8s ?

Les fonctionnalités principales de cdk8s-team/cdk8s sont : Infrastructure as Code Frameworks, Kubernetes Manifest Generators, Infrastructure as Code, Application Abstractions, Object-Oriented Infrastructure Definitions, Cloud Resource Constructs, Cloud Native Development Frameworks, Kubernetes Manifest Synthesis.

Quelles sont les alternatives open-source à cdk8s-team/cdk8s ?

Les alternatives open-source à cdk8s-team/cdk8s incluent : awslabs/cdk8s — cdk8s is an infrastructure as code framework and configuration tool used to define Kubernetes applications using… pulumi/pulumi — Pulumi is an infrastructure-as-code framework that enables the definition, deployment, and management of cloud… aws/aws-cdk — The AWS Cloud Development Kit is an infrastructure-as-code framework that enables developers to define and provision… hashicorp/terraform-cdk — The Terraform Cloud Development Kit is an infrastructure as code framework that allows cloud resources to be defined… chef/chef — Chef is a configuration management platform and infrastructure as code framework used to automate the deployment and… cloudtools/troposphere — Troposphere is a Python library for programmatically creating and validating infrastructure as code templates. It…