cdk8s-plus icon indicating copy to clipboard operation
cdk8s-plus copied to clipboard

A software development framework that provides high level abstractions for authoring Kubernetes applications.

Results 30 cdk8s-plus issues
Sort by recently updated
recently updated
newest added

Github reported a new dependabot security alert at: https://github.com/cdk8s-team/cdk8s-plus/security/dependabot/14

priority/p0
needs-triage
dependabot-security-finding

In kubernetes, security context can be set for a pod (will be used as the default for all containers) or for each container. This commit 0b6f25b37d78a0138d0f6eeff0a3d79202362d16 added default values for...

bug
priority/p1
effort/medium

Hi, First of all thanks for this great library! That said I managed to spend waaay too much time by fiddling around with DockerConfigSecret, before noticing I missed the outer...

needs-triage

### Description of the feature or enhancement: Provide a mechanism to allow containers to run without CPU or memory limits. Currently a default limit is applied to all containers in...

feature-request
needs-triage

CDK8S+ should provide function to create Storage class, persitent volume and persistent volume claim which use `provisioner: efs.csi.aws.com` both dynamic and static PVC Example: ```yml kind: StorageClass apiVersion: storage.k8s.io/v1 metadata:...

priority/p2
effort/large
feature-request

There doesn't seem to currently be any convenient way to add a stateful set as a target of a service instead of a deployment.

priority/p1
effort/medium
feature-request

### Description of the feature or enhancement: STS supports PVC templates and cdk8s should do ### Use Case: To deploy multiple pods with storage ### Proposed Solution: Update StatefulSetProps to...

feature-request
needs-triage

https://kubernetes.io/docs/tasks/run-application/configure-pdb/

priority/p2
effort/large
feature-request

### Description of the feature or enhancement: I'm not entirely sure, but shouldn't the security context of a Deployment object be used in its pods? ### Use Case: Let's say...

feature-request
needs-triage