macOS
brew install cdk8slocal Homebrew formula metadata
安装
brew install cdk8slocal Homebrew formula metadata
概览
Define k8s native apps and abstractions using object-oriented programming
历史
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.
安全态势
没有找到 cdk8s 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
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.yaml可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
cdk8s | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
安装元数据
| 软件包键 | brew:cdk8s |
|---|---|
| 版本 | 2.207.41 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/cdk8s |
| 主页 | https://cdk8s.io/ |
| 仓库 | https://github.com/cdk8s-team/cdk8s-cli |
| 上游文档 | https://cdk8s.io/docs/latest |
| 许可证 | Apache-2.0 |
| 源码归档 | https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.207.41.tgz |
| 最后更新 | 2026-07-15T09:23:23Z |
| Pulse | updated |
| 依赖 | node |
| Bottle | 可用 (于 all) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| 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 |
|
来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.