Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

envoy-skills

envoy-skills には missBerg から収集した 50 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
50
Stars
3
更新
2026-04-16
Forks
0
職業カバレッジ
6 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

eg-client-policy
ネットワーク・コンピュータシステム管理者

Configure client-facing traffic policies -- timeouts, connection limits, TLS settings, HTTP behavior

2026-04-16
eg-enterprise
ネットワーク・コンピュータシステム管理者

Production-grade Envoy Gateway setup with comprehensive security, observability, high availability, and operational best practices

2026-04-16
eg-service-mesh
ネットワーク・コンピュータシステム管理者

Integrate Envoy Gateway with Istio ambient mesh or Cilium for unified ingress and service mesh

2026-04-16
eg-version
ソフトウェア開発者

Envoy Gateway version information, compatibility matrix, and upgrade readiness checks

2026-04-16
aigw-contrib-orchestrator
ソフトウェア開発者

Envoy AI Gateway contribution orchestrator — interviews you about your contribution and guides you through the correct workflow using contributor skills

2026-03-10
eg-contrib-orchestrator
ソフトウェア開発者

Envoy Gateway contribution orchestrator — interviews you about your contribution and guides you through the correct workflow using contributor skills

2026-03-10
k8s-controller-ops
ネットワーク・コンピュータシステム管理者

Operational patterns for Kubernetes controllers — leader election, RBAC, finalizer safety, Server-Side Apply, extension hooks, credential rotation, and drift detection

2026-03-10
k8s-controller-perf
ネットワーク・コンピュータシステム管理者

Performance tuning for Kubernetes controllers — field indexers, predicate filters, cache optimization, work queue tuning, and observability

2026-03-10
k8s-controller-reconcile
ネットワーク・コンピュータシステム管理者

Idempotent reconciliation patterns for Kubernetes controllers — event handling, error classification, requeue semantics, status management, and ownership

2026-03-10
k8s-controller-testing
ソフトウェア品質保証アナリスト・テスター

Testing strategies for Kubernetes controllers — envtest, CEL validation testing, integration patterns, goroutine leak detection, and anti-patterns

2026-03-10
k8s-crd-lifecycle
ネットワーク・コンピュータシステム管理者

CRD type definitions, kubebuilder markers, CEL validation, code generation, and versioning for Kubernetes control planes

2026-03-10
aigw-auth
情報セキュリティアナリスト

Configure BackendSecurityPolicy for AI provider authentication — API key, AWS, Azure, GCP credentials

2026-03-10
aigw-backend
ソフトウェア開発者

Create an AIServiceBackend and Envoy Gateway Backend for an AI provider

2026-03-10
aigw-fundamentals
ソフトウェア開発者

Envoy AI Gateway fundamentals — CRDs, resource hierarchy, API schemas, and provider authentication

2026-03-10
aigw-install
ネットワーク・コンピュータシステム管理者

Install Envoy AI Gateway and Envoy Gateway with production-ready configuration for AI workloads

2026-03-10
aigw-orchestrator
ソフトウェア開発者

Orchestrate a complete Envoy AI Gateway setup — interview user and compose aigw-install, aigw-route, aigw-backend, aigw-auth

2026-03-10
aigw-route
ソフトウェア開発者

Create an AIGatewayRoute to bind AI backends to a Gateway with model-based routing

2026-03-10
aigw-contrib-add-api
ソフトウェア開発者

Add or extend CRD types in envoyproxy/ai-gateway — type definition, validation, code generation, and filterapi update

2026-03-10
aigw-contrib-add-translator
ソフトウェア開発者

Add a new LLM provider translator to envoyproxy/ai-gateway — the most common contribution type

2026-03-10
aigw-contrib-architecture
ソフトウェア開発者

Envoy AI Gateway codebase architecture — two-level ExtProc, file-based config, controller reconcilers, directory layout, and key types for navigating the envoyproxy/ai-gateway repository

2026-03-10
aigw-contrib-e2e
ソフトウェア品質保証アナリスト・テスター

Write end-to-end tests for envoyproxy/ai-gateway — kind cluster setup, test manifests, mock providers, streaming assertions

2026-03-10
aigw-contrib-extproc-internals
ソフトウェア開発者

Envoy AI Gateway ExtProc internals — request lifecycle, translator pattern, EndpointSpec, streaming SSE, backend auth, and common data plane mistakes

2026-03-10
aigw-contrib-go-style
ソフトウェア開発者

Go best practices as demonstrated by lead maintainer @mathetake — performance patterns, JSON handling, error style, naming, streaming, and test structure that determine PR acceptance

2026-03-10
aigw-contrib-pr-guide
ソフトウェア開発者

PR conventions, commit format, mandatory import aliases, banned packages, review expectations, and common mistakes to avoid when contributing to envoyproxy/ai-gateway

2026-03-10
aigw-contrib-testing
ソフトウェア品質保証アナリスト・テスター

Test hierarchy, go-vcr recording, testcontainers, func-e data plane tests, coverage thresholds, and anti-patterns for envoyproxy/ai-gateway

2026-03-10
eg-extend
ソフトウェア開発者

Build custom Envoy Gateway extensions using ExtProc, Wasm, or Lua for request/response processing

2026-03-08
eg-multi-tenant
ネットワーク・コンピュータシステム管理者

Set up Envoy Gateway for multi-tenant SaaS with namespace isolation, per-tenant gateways, and tenant-specific policies

2026-03-08
eg-observability
ネットワーク・コンピュータシステム管理者

Configure access logging, metrics, and distributed tracing for Envoy Gateway

2026-03-08
eg-contrib-add-api
ソフトウェア開発者

Step-by-step guide to add or extend a CRD API type in envoyproxy/gateway — type definitions, validation, code generation, and API design rules

2026-03-08
eg-contrib-architecture
ソフトウェア開発者

Envoy Gateway codebase architecture — translation pipeline, directory layout, runner pattern, and key types for navigating the envoyproxy/gateway repository

2026-03-08
eg-contrib-e2e
ソフトウェア品質保証アナリスト・テスター

Step-by-step guide to write an end-to-end test for an Envoy Gateway feature — test manifests, conformance framework, traffic assertions

2026-03-08
eg-contrib-envoy-internals
ソフトウェア開発者

Envoy Proxy internals for EG contributors — request lifecycle, xDS resource types, filter chain ordering, go-control-plane imports, and common xDS translation mistakes

2026-03-08
eg-contrib-pr-guide
ソフトウェア開発者

PR conventions, commit format, review expectations, and common mistakes to avoid when contributing to envoyproxy/gateway

2026-03-08
eg-contrib-testing
ソフトウェア品質保証アナリスト・テスター

Testing patterns in envoyproxy/gateway — golden file tests for translators, e2e tests, conformance tests, CEL validation tests, and common pitfalls

2026-03-08
eg-contrib-translate
通訳者・翻訳者

Step-by-step guide to implement Gateway API to IR and IR to xDS translation for a new feature in envoyproxy/gateway

2026-03-08
eg-install
ネットワーク・コンピュータシステム管理者

Install Envoy Gateway via Helm with production-ready configuration

2026-03-08
eg-migrate
ネットワーク・コンピュータシステム管理者

Migrate Envoy Gateway between versions with pre-flight checks, step-by-step upgrade procedures, and rollback guidance

2026-03-08
eg-orchestrator
ネットワーク・コンピュータシステム管理者

Envoy Gateway setup guide — interviews you about your use case and guides you to the right skills and configuration

2026-03-08
eg-production-guide
ネットワーク・コンピュータシステム管理者

Envoy Gateway production deployment — deployment modes, performance tuning, observability, operational guidance

2026-03-08
eg-api-gateway
ネットワーク・コンピュータシステム管理者

Set up Envoy Gateway as an API gateway with authentication, rate limiting, and backend resilience

2026-03-08
このリポジトリの収集済み skills 50 件中、上位 40 件を表示しています。