28 packages
cdk8s
This is the core library of Cloud Development Kit (CDK) for Kubernetes (cdk8s). cdk8s apps synthesize into standard Kubernetes manifests which can be applied to any Kubernetes cluster.
cdk8s-aws-cdk
AWS CDK Adapter for cdk8s allows you to define AWS CDK constructs within a cdk8s application. The AWS resources will be provisioned using the [AWS Controllers for Kubernetes](https://aws-controllers-k8s.github.io/community/docs/community/overview/).
@cdk8s/awscdk-resolver
The `AwsCdkResolver` is able to resolve any [`CfnOutput`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.CfnOutput.html) defined by your AWS CDK application. In this example, we create an S3 `Bucket` with the AWS CDK, and pass its (deploy time g
@cdk8s/cdktf-resolver
The `CdkTfResolver` is able to resolve any [`TerraformOutput`](https://developer.hashicorp.com/terraform/cdktf/concepts/variables-and-outputs#output-values) defined by your CDKTF application. In this example, we create an S3 `Bucket` with the CDKTF, and
cdk8s-cli
This is the command line tool for Cloud Development Kit (CDK) for Kubernetes (cdk8s).
cdk8s-grafana
Grafana construct for cdk8s.
cdk8s-image
Build & Push local docker images inside CDK8s applications
cdk8s-jenkins
Jenkins construct for CDK8s
cdk8s-operator
Create Kubernetes CRD Operators using CDK8s Constructs
cdk8s-plus
High level abstractions on top of cdk8s