Civic Auth comes with multiple SSO options, optional embedded wallets, and user management β all implemented with just a few lines of code. Start building today. Learn more β
Cdk8s Alternatives
Similar projects and alternatives to cdk8s
-
terraform
Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.
-
SurveyJS
JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.
-
-
-
-
-
-
-
Civic Auth
Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management β all implemented with just a few lines of code. Start building today.
-
-
terraform-cdk
Define infrastructure resources using programming constructs and provision them using HashiCorp Terraform
-
-
keda
KEDA is a Kubernetes-based Event Driven Autoscaling component. It provides event driven scale for any container running in Kubernetes
-
-
-
-
-
-
-
ketch
Ketch is an application delivery framework that facilitates the deployment and management of applications on Kubernetes using a simple command line interface
-
-
-
InfluxDB
InfluxDB β Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
cdk8s discussion
cdk8s reviews and mentions
-
Deploy to K8 Without a Repo
Hi HackerNews-ers! I want your thoughts on a concept for an internal custom-built AI platform (I work in a fintech in London).
We use Kubernetes as our container orchestration platform. We deploy machine-learning models using a CRD+Operator which wraps a (mainly) python model artefact into a webserver to serve inferences over the network.
Our ambition is to allow non-engineers to deploy models on the platform from a model registry. They would probably want to use a CLI/UI to select a model, a target environment and deploy the model there. Ideally, we wouldn't need a repository to do this and we were thinking of providing a lightweight abstraction over K8s API.
What patterns/tools would you recommend looking at? We looked at https://cdk8s.io/ as well as ways to create think wrappers around kubectl. Any thoughts?
-
Show HN: Glasskube β open-source Kubernetes Package Manager, alternative to Helm
cdk8s + TypeScript is my favorite option.
Here's how I use it: https://github.com/shepherdjerred/homelab/tree/main/cdk8s
https://github.com/cdk8s-team/cdk8s
-
K8s Service Meshes: The Bill Comes Due
Any, it doesnβt matter which as long as you donβt have to count spaces in yaml by hand.
If you really want a concrete recommendation try https://cdk8s.io/.
- Why the fuck are we templating YAML? (2019)
- Cdk8s: Kubernetes native apps and abstractions using object-oriented programming
-
10 Ways for Kubernetes Declarative Configuration Management
CDK8s - CDK8s is used to define Kubernetes resources and applications. CDK8s uses the high-level abstraction concept called constructs to represent various Kubernetes resources such as deployments, services, and configurations. Developers can write code in programming languages like TypeScript, Python, and Java, and CDK8s will translate this code into standard Kubernetes YAML manifests that can be directly applied to a Kubernetes cluster.
-
I built a React renderer for Kubernetes configurations
Have you looked into https://cdk8s.io/? I've been using it for a while now, and I must admit TypeSript does help a lot. Not really sold on your React syntax yet, but well done nevertheless
-
How are most EKS clusters deployed?
I, personally, prefer to wrap it in CDKTF/CDK8S in golang and manage with Crossplane Composition Functions, but your mileage may vary. I'm finding way too bugs in CDK's... but it calms me a bit, that Amazon folks actually looking into it.
-
Editing Badly formatted yaml file
Have you looked into cdk8s? That will let you get away from dealing with yaml and let you use code instead. Helm included.
-
kpt, cue, ... Your experiences?
My favorite is cdk8s + typescript.
-
A note from our sponsor - Civic Auth
www.civic.com | 12 May 2025
Stats
cdk8s-team/cdk8s is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of cdk8s is JavaScript.