kubesphere-gateway-api

仓库创建 2018年4月21日最近提交 12 天前SkillHot 收录 8 小时前
▸ 精选理由

对 KubeSphere 集群网关生命周期管理提供自动化操作指令。

▸ 风险提示

操作集群需集群管理员权限,可能影响流量与服务可用性。

这个 Skill 做什么

用 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.

自动化集成KubeSphereKubernetesTraefik网关通用
1.7w
Stars
2.7k
Forks
32
仓库内 Skill
+25
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/kubesphere/kubesphere/master/skills/kubesphere-gateway-api/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/kubesphere/kubesphere/master/skills/kubesphere-gateway-api/SKILL.md"
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
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有