kubesphere-gateway-api
对 KubeSphere 集群网关生命周期管理提供自动化操作指令。
操作集群需集群管理员权限,可能影响流量与服务可用性。
用 Traefik 与 Kubernetes Gateway API 管理 KubeSphere 外部访问网关。
用 Traefik 和 Kubernetes Gateway API 管理 KubeSphere 的外部访问,涵盖安装、卸载、状态检查、GatewayProxy 状态查看和故障排查。适合需要把外部流量接入 KubeSphere,或者从老的 Ingress 方案迁移到新的 Gateway API 时使用。特别在于支持新版标准(Gateway API + GatewayProxy CRD),对比旧的 ingress-nginx/Ingress CRD 更现代化。
▸ 展开 SKILL.md 英文原文
KubeSphere Gateway API extension management Skill (Traefik based, uses Kubernetes Gateway API + GatewayProxy CRD gatewayapi.kubesphere.io/v1alpha1). This is the newer Kubernetes Gateway API standard. For the older Ingress API based gateway (ingress-nginx + Gateway CRD gateway.kubesphere.io/v2alpha2), see the kubesphere-gateway skill instead. Covers installation, uninstallation, status checks, GatewayProxy status inspection, and troubleshooting.
帮我安装这个 skill:https://raw.githubusercontent.com/kubesphere/kubesphere/master/skills/kubesphere-gateway-api/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/kubesphere/kubesphere/master/skills/kubesphere-gateway-api/SKILL.md"# KubeSphere Gateway API ## Overview Provides external access management using **Kubernetes Gateway API** with **Traefik** as the underlying proxy implementation. Supports three-tier gatewayproxy management: | Tier | Scope | Name Pattern | Namespace | Description | | ------------------- | ------------------------ | -------------------------------------- | ------------------------------ | ----------------------------- | | **Cluster** | Entire cluster | `gatewayproxy-cluster` | `kubesphere-controls-system` | Cluster-scoped GatewayProxy | | **Workspace** | Single wor