macOS
brew install gwctllocal Homebrew formula metadata
安装
brew install gwctllocal Homebrew formula metadata
概览
CLI for managing and inspecting Gateway API resources in Kubernetes clusters
历史
gwctl is a Kubernetes SIGs command-line tool for managing and understanding Kubernetes Gateway API resources. Its README describes create, view, describe, analyze, delete, and graphing workflows for Gateway API resources and other Kubernetes objects.
The public GitHub repository was created on 2024-09-12 under kubernetes-sigs. The README places the tool inside the Gateway API ecosystem and explicitly marks it as an experimental Gateway API feature, meaning incompatible changes are expected while the design settles.
GitHub releases show v0.1.0 on 2024-11-01 and v0.2.0 on 2025-11-28. That release cadence and the experimental warning fit a young Kubernetes-adjacent CLI being iterated alongside Gateway API resource patterns.
gwctl's adoption path is through the Kubernetes SIGs organization and the Gateway API community rather than through a standalone vendor. The README says discussion happens in the same Slack channel and community meetings as the rest of the Gateway API subproject.
Homebrew packaging gives macOS and Linux users a short install path, while source builds use Go, Git, and make. For cluster operators, this places gwctl beside kubectl as a specialized inspection and analysis tool for Gateway API topologies.
The README demonstrates applying Gateway API CRDs, loading sample resources, listing GatewayClasses, Gateways, HTTPRoutes, Services, policies, pods, and CRDs, and describing Gateway resources with related routes, backends, and policy information.
gwctl also has analysis and graphing roles: gwctl analyze can evaluate resource definitions before creation, and gwctl get -o graph emits DOT graphs that visualize relationships among Gateway API resources.
gwctl is package-manager relevant because it packages a specialized Kubernetes API understanding into one CLI. Rather than being another generic kubectl wrapper, it encodes Gateway API relationships, policy inheritance, warnings, and graph output, which are hard to see from raw YAML alone.
安全态势
infrastructure mutation or orchestration signal.
orange 风险 · 中 置信度 · infrastructure
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
gwctl | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/kubernetes-sigs/gwctl
安装元数据
| 软件包键 | brew:gwctl |
|---|---|
| 版本 | 0.2.0 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/gwctl |
| 主页 | https://github.com/kubernetes-sigs/gwctl |
| 仓库 | https://github.com/kubernetes-sigs/gwctl |
| 上游文档 | https://github.com/kubernetes-sigs/gwctl#readme |
| 许可证 | Apache-2.0 |
| 源码归档 | https://github.com/kubernetes-sigs/gwctl/archive/refs/tags/v0.2.0.tar.gz |
| 构建依赖 | go |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | gwctl |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| 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.