https://github.com/cdk8s-team/cdk8s-plus
A software development framework that provides high level abstractions for authoring Kubernetes applications.
https://github.com/cdk8s-team/cdk8s-plus
cdk cdk8s kubernetes
Last synced: 3 months ago
JSON representation
A software development framework that provides high level abstractions for authoring Kubernetes applications.
- Host: GitHub
- URL: https://github.com/cdk8s-team/cdk8s-plus
- Owner: cdk8s-team
- License: apache-2.0
- Created: 2021-09-14T17:08:16.000Z (almost 5 years ago)
- Default Branch: k8s-32/main
- Last Pushed: 2025-05-13T09:09:57.000Z (about 1 year ago)
- Last Synced: 2025-05-13T10:23:28.968Z (about 1 year ago)
- Topics: cdk, cdk8s, kubernetes
- Language: TypeScript
- Homepage: https://cdk8s.io/docs/latest/plus/
- Size: 13.8 MB
- Stars: 147
- Watchers: 2
- Forks: 39
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# cdk8s+ (cdk8s-plus)
### High level constructs for Kubernetes

| k8s version | npm (JS/TS) | PyPI (Python) | Maven (Java) | Go |
| ----------- | --------------------------------------------------- | ----------------------------------------------- | ----------------------------------------------------------------- | --------------------------------------------------------------- |
| 1.30.0 | [Link](https://www.npmjs.com/package/cdk8s-plus-30) | [Link](https://pypi.org/project/cdk8s-plus-30/) | [Link](https://search.maven.org/artifact/org.cdk8s/cdk8s-plus-30) | [Link](https://github.com/cdk8s-team/cdk8s-plus-go/tree/k8s.30) |
| 1.31.0 | [Link](https://www.npmjs.com/package/cdk8s-plus-31) | [Link](https://pypi.org/project/cdk8s-plus-31/) | [Link](https://search.maven.org/artifact/org.cdk8s/cdk8s-plus-31) | [Link](https://github.com/cdk8s-team/cdk8s-plus-go/tree/k8s.31) |
| 1.32.0 | [Link](https://www.npmjs.com/package/cdk8s-plus-32) | [Link](https://pypi.org/project/cdk8s-plus-32/) | [Link](https://search.maven.org/artifact/org.cdk8s/cdk8s-plus-32) | [Link](https://github.com/cdk8s-team/cdk8s-plus-go/tree/k8s.32) |
**cdk8s+** is a software development framework that provides high level
abstractions for authoring Kubernetes applications. Built on top of the auto
generated building blocks provided by [cdk8s](../cdk8s), this library includes a
hand crafted *construct* for each native kubernetes object, exposing richer
API's with reduced complexity.
## :books: Documentation
See [cdk8s.io](https://cdk8s.io/docs/latest/plus).
## :raised_hand: Contributing
If you'd like to add a new feature or fix a bug, please visit
[CONTRIBUTING.md](CONTRIBUTING.md)!
## :balance_scale: License
This project is distributed under the [Apache License, Version 2.0](./LICENSE).
This module is part of the [cdk8s project](https://github.com/cdk8s-team).