一键导入
eg-production-guide
Envoy Gateway production deployment — deployment modes, performance tuning, observability, operational guidance
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Envoy Gateway production deployment — deployment modes, performance tuning, observability, operational guidance
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Configure client-facing traffic policies -- timeouts, connection limits, TLS settings, HTTP behavior
Production-grade Envoy Gateway setup with comprehensive security, observability, high availability, and operational best practices
Integrate Envoy Gateway with Istio ambient mesh or Cilium for unified ingress and service mesh
Envoy Gateway version information, compatibility matrix, and upgrade readiness checks
Envoy AI Gateway contribution orchestrator — interviews you about your contribution and guides you through the correct workflow using contributor skills
Envoy Gateway contribution orchestrator — interviews you about your contribution and guides you through the correct workflow using contributor skills
| name | eg-production-guide |
| description | Envoy Gateway production deployment — deployment modes, performance tuning, observability, operational guidance |
--set config.envoyGateway.gateway.controllerName=...envoyGateway.provider.kubernetes.deploy.type: NamespacemergeGateways: true on the GatewayClass parametersRef (EnvoyProxy)timeout.http.requestTimeout — total time for the client to send a complete requesttimeout.http.idleTimeout — close connections idle longer than thisspec.bootstrap or EnvoyPatchPolicyspec.provider.kubernetes.envoyDeployment.container.resourcesspec.telemetry.accessLogspec.telemetry.metricsenvoy_http_downstream_rq_total, envoy_http_downstream_rq_xx, envoy_cluster_upstream_rq_timespec.telemetry.tracingtraceparent, tracestate)helm install eg oci://docker.io/envoyproxy/gateway-helm \
--version v1.7.0 \
-n envoy-gateway-system \
--create-namespace
latest or omit --versionhelm upgrade --install for idempotent deploymentskubectl get -o yaml)