eg-enterprise

Deploy Envoy Gateway on Kubernetes with Helm, TLS, and GitOps workflows.

3|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/missBerg/envoy-skills --skill eg-enterprise
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: eg-enterprise
Source: https://github.com/missBerg/envoy-skills/tree/main/gateway/adopters/skills/eg-enterprise
Command: npx skills add https://github.com/missBerg/envoy-skills --skill eg-enterprise

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Production-grade Envoy Gateway deployments require careful orchestration of Helm-based install, TLS configuration, threat-model driven hardening, and governance to meet enterprise requirements. This skill provides a guided, phase-driven workflow to implement a secure, observable, highly available gateway in Kubernetes with GitOps.

Core Features & Use Cases

  • Helm-based production install with production values and namespace scoping.
  • Security hardening & threat modeling across TLS, auth, and policy enforcement.
  • Observability & governance through telemetry, metrics, tracing, and GitOps workflows.

Quick Start

Follow the Phase 1 through Phase 8 workflow to deploy a production-grade Envoy Gateway with security, observability, and GitOps.

Frequently Asked Questions about eg-enterprise

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy a production-grade Envoy Gateway in Kubernetes with Helm?

To deploy a production Envoy Gateway, this skill applies a phase-driven workflow using Helm-based installs with production values, namespace scoping, and EnvoyGateway CRDs. It yields a secure, resilient gateway setup.

How do I configure TLS and mTLS policies for Envoy Gateway?

Configuring TLS and mTLS policies for Envoy Gateway is handled through threat-model driven hardening and EnvoyGateway CRDs. This enforces strict TLS policies across single or multi-cluster topologies to meet enterprise security requirements.

Can I enforce JWT and OIDC authentication for my Kubernetes Gateway?

Yes, you can enforce JWT and OIDC authentication for your Kubernetes Gateway. The skill implements these security measures alongside rate limiting and governance policies using EnvoyGateway CRDs to secure enterprise traffic.

Does this support GitOps workflows and observability for multi-cluster topologies?

Yes, it supports GitOps workflows and observability for multi-cluster topologies. The skill implements telemetry, metrics, and tracing configurations, governing deployments through GitOps to ensure full visibility across enterprise environments.

What is the best way to add security hardening to an Envoy Gateway deployment?

The best way to add security hardening to an Envoy Gateway deployment is through a guided phase-driven workflow. This approach applies threat modeling, strict TLS policies, and rate limiting using Kubernetes resources and Helm-based deployments.