{"id":13411044,"url":"https://github.com/cdk8s-team/cdk8s","last_synced_at":"2025-05-13T18:12:55.052Z","repository":{"id":37833827,"uuid":"105809298","full_name":"cdk8s-team/cdk8s","owner":"cdk8s-team","description":"Define Kubernetes native apps and abstractions using object-oriented programming","archived":false,"fork":false,"pushed_at":"2025-05-10T09:07:19.000Z","size":159540,"stargazers_count":4538,"open_issues_count":89,"forks_count":303,"subscribers_count":46,"default_branch":"master","last_synced_at":"2025-05-10T10:20:08.400Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://cdk8s.io","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cdk8s-team.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":"ROADMAP.md","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-10-04T19:27:51.000Z","updated_at":"2025-05-10T09:47:07.000Z","dependencies_parsed_at":"2023-12-14T10:30:10.796Z","dependency_job_id":"4c4d42cf-7f8a-47d5-91dc-80c97a717915","html_url":"https://github.com/cdk8s-team/cdk8s","commit_stats":{"total_commits":1836,"total_committers":84,"mean_commits":"21.857142857142858","dds":"0.37962962962962965","last_synced_commit":"69a7037bfb61b22424eccafe57a12215d21b61a8"},"previous_names":["awslabs/cdk8s"],"tags_count":47,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdk8s-team%2Fcdk8s","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdk8s-team%2Fcdk8s/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdk8s-team%2Fcdk8s/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdk8s-team%2Fcdk8s/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cdk8s-team","download_url":"https://codeload.github.com/cdk8s-team/cdk8s/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254000883,"owners_count":21997443,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-30T20:01:11.050Z","updated_at":"2025-05-13T18:12:55.013Z","avatar_url":"https://github.com/cdk8s-team.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","HarmonyOS","others","Kubernetes","TypeScript","Configuration Management","☁️ Cloud Platforms \u0026 Infrastructure","Python","\u003ca name=\"JavaScript\"\u003e\u003c/a\u003eJavaScript"],"sub_categories":["Windows Manager","Infrastructure from code","Tools"],"readme":"# Cloud Development Kit for Kubernetes\n\n![](./website/static/images/animation.gif)\n\n[![Website](https://github.com/cdk8s-team/cdk8s/workflows/website/badge.svg)](https://github.com/cdk8s-team/cdk8s/actions/workflows/website.yml)\n\n[![View on Construct Hub](https://constructs.dev/badge?package=cdk8s)](https://constructs.dev/packages/cdk8s)\n\n**cdk8s** is an open-source software development framework for defining Kubernetes applications and reusable abstractions using familiar\nprogramming languages and rich object-oriented APIs. cdk8s apps synthesize into standard Kubernetes\nmanifests which can be applied to any Kubernetes cluster.\n\ncdk8s is a [Cloud Native Computing Foundation](https://www.cncf.io) Sandbox Project, built with ❤️ at AWS. We encourage you to [try it out](#getting-started), [leave feedback](#help--feedback), and [jump in to help](#contributing)!\n\nContents:\n\n- [Repositories](#repositories)\n- [Overview](#overview)\n- [Getting Started](#getting-started)\n- [Help \\\u0026 Feedback](#help--feedback)\n- [Documentation](#documentation)\n- [Examples](#examples)\n- [Roadmap](#roadmap)\n- [Community](#community)\n- [Contributing](#contributing)\n- [CDK8s.io website](#cdk8sio-website)\n- [License](#license)\n\n## Repositories\n\nThis project consists of multiple packages, maintained and released via the following repositories:\n\n- [cdk8s](https://github.com/cdk8s-team/cdk8s-core) - Core library. For historical reasons note that the [`cdk8s`](https://www.npmjs.com/package/cdk8s) package is maintained in the `cdk8s-team/cdk8s-core` repository.\n- [cdk8s-cli](https://github.com/cdk8s-team/cdk8s-cli) - Command-Line interface.\n- [cdk8s-plus](https://github.com/cdk8s-team/cdk8s-plus) - High-Level constructs for Kubernetes core.\n\nThe current repository acts as an umbrella repository for cross module concerns, as well as the deployment of [`cdk8s.io`](https://cdk8s.io)\n\n## Overview\n\n**cdk8s** apps are programs written in one of the supported programming\nlanguages. They are structured as a tree of\n[constructs](https://github.com/aws/constructs).\n\nThe root of the tree is an `App` construct. Within an app, users define any\nnumber of charts (classes that extend the `Chart` class). Each chart is\nsynthesized into a separate Kubernetes manifest file. Charts are, in turn,\ncomposed of any number of constructs, and eventually from resources, which\nrepresent any Kubernetes resource, such as `Pod`, `Service`, `Deployment`,\n`ReplicaSet`, etc.\n\ncdk8s apps only ***define*** Kubernetes applications, they don't actually apply\nthem to the cluster. When an app is executed, it *synthesizes* all the charts\ndefined within the app into the `dist` directory, and then those charts can be\napplied to any Kubernetes cluster using `kubectl apply -f dist/chart.k8s.yaml` or a GitOps tool like [Flux](https://fluxcd.io/).\n\n\u003e **cdk8s** is based on the design concepts and technologies behind the [AWS\nCloud Development Kit](https://aws.amazon.com/cdk), and can interoperate with\nAWS CDK constructs to define cloud-native applications that include both\nKubernetes resources and other CDK constructs as first class citizens.\n\nRead [our blog](https://aws.amazon.com/blogs/containers/introducing-cdk-for-kubernetes/) or [watch our CNCF webinar](https://www.cncf.io/webinars/end-yaml-engineering-with-cdk8s/) to learn more and see a live demo of cdk8s in action.\n\n## Getting Started\n\nSee the [Getting Started](https://cdk8s.io/docs/latest/get-started) guide in\n[cdk8s Documentation](https://cdk8s.io/docs/).\n\n## Help \u0026 Feedback\n\nInteracting with the community and the development team is a great way to\ncontribute to the project. Please consider the following venues (in order):\n\n- Search [open issues](https://github.com/cdk8s-team/cdk8s/issues)\n- Stack Overflow: [cdk8s](https://stackoverflow.com/questions/tagged/cdk8s)\n- File a [new issue](https://github.com/cdk8s-team/cdk8s/issues/new/choose)\n- Slack: #cdk8s channel in [cdk.dev](https://cdk.dev)\n\n## Documentation\n\nSee [cdk8s Documentation](https://cdk8s.io/docs).\n\n## Examples\n\nSee our [Examples Directory](./examples).\n\n## Roadmap\n\nSee our [roadmap](https://github.com/cdk8s-team/cdk8s/projects/1) for details about our plans for the project.\n\n## Community\n\nSee [Awesome cdk8s](https://github.com/dungahk/awesome-cdk8s).\n\nIf you're a cdk8s user please consider adding your name to the [ADOPTERS](./ADOPTERS.md) file.\n\n## Contributing\n\nThe cdk8s project adheres to the [CNCF Code of\nConduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md).\n\nWe welcome community contributions and pull requests. See our [contribution\nguide](./CONTRIBUTING.md) for more information on how to report issues, set up a\ndevelopment environment and submit code.\n\n## CDK8s.io website\n\nSee [Docs Directory](./docs/README.md).\n\n## License\n\nThis project is distributed under the [Apache License, Version 2.0](./LICENSE).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdk8s-team%2Fcdk8s","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcdk8s-team%2Fcdk8s","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdk8s-team%2Fcdk8s/lists"}