macOS
brew install cdk8slocal Homebrew formula metadata
brew
Define k8s native apps and abstractions using object-oriented programming. Version 2.207.37 via Homebrew; verified 2026-07-07.
install
brew install cdk8slocal Homebrew formula metadata
overview
Define k8s native apps and abstractions using object-oriented programming
history
cdk8s is the Cloud Development Kit for Kubernetes, a framework and CLI for defining Kubernetes manifests in general-purpose programming languages and synthesizing them to YAML.
AWS introduced cdk8s publicly in 2020 as a Kubernetes-focused member of the broader CDK family. The official documentation presents it around apps, charts, constructs, and imports, mirroring the construct model familiar from AWS CDK while targeting Kubernetes manifests.
The Homebrew package installs the cdk8s CLI, whose official GitHub repository is cdk8s-team/cdk8s-cli. The documentation site links to the broader cdk8s-team/cdk8s project for framework documentation and source.
cdk8s grew in the infrastructure-as-code community as a code-first alternative to hand-written Kubernetes YAML, Helm templates, and Kustomize overlays. Its official docs support TypeScript, Python, Java, and Go language guides, reflecting adoption by teams that prefer typed languages and reusable constructs.
The project later became associated with the Cloud Native Computing Foundation ecosystem as a CNCF Sandbox project, giving it a recognizable place among Kubernetes tooling rather than as only an AWS-authored experiment.
Typical use starts with cdk8s init, a project-level cdk8s.yaml file, and app code that defines charts and constructs. The CLI synthesizes manifests for review or deployment through other Kubernetes workflows.
For package people, cdk8s matters because it packages a Node-based CLI for a polyglot framework: the formula is the command-line entry point, while generated bindings and constructs connect npm, PyPI, Maven, Go modules, and Kubernetes release churn.
security posture
No matching local secret-handling manifest was found for cdk8s. Nucleus package metadata is still published here so future coverage has a stable package URL.
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
./cdk8s.yamlexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
cdk8s | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:cdk8s |
|---|---|
| Version | 2.207.37 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/cdk8s |
| Homepage | https://cdk8s.io/ |
| Repository | https://github.com/cdk8s-team/cdk8s-cli |
| Upstream docs | https://cdk8s.io/docs/latest |
| License | Apache-2.0 |
| Source archive | https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.207.37.tgz |
| Last updated | 2026-07-07T09:38:42Z |
| Pulse | updated |
| Dependencies | node |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | cdk8s |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.