Emissary-Ingress Configuration API
Emissary-Ingress is a CNCF incubating Kubernetes-native API gateway and ingress controller built on the Envoy proxy. It is configured through Kubernetes Custom Resource Definitions (CRDs) including Mapping for request routing, Host for domain and TLS management, TLSContext for TLS termination settings, RateLimitService for delegating rate limiting to external services, and AuthService for external authentication. All resources are managed through the Kubernetes API server using standard CRUD operations.
What You Can Do
MCP Tools
listnamespacedmapping
Emissary-Ingress List Mapping resources in a namespace
createnamespacedmapping
Emissary-Ingress Create a Mapping resource
readnamespacedmapping
Emissary-Ingress Get a specific Mapping resource
replacenamespacedmapping
Emissary-Ingress Replace a Mapping resource
patchnamespacedmapping
Emissary-Ingress Partially update a Mapping resource
deletenamespacedmapping
Emissary-Ingress Delete a Mapping resource
listmappingallnamespaces
Emissary-Ingress List Mapping resources across all namespaces
listnamespacedhost
Emissary-Ingress List Host resources in a namespace
createnamespacedhost
Emissary-Ingress Create a Host resource
readnamespacedhost
Emissary-Ingress Get a specific Host resource
replacenamespacedhost
Emissary-Ingress Replace a Host resource
deletenamespacedhost
Emissary-Ingress Delete a Host resource
listnamespacedtlscontext
Emissary-Ingress List TLSContext resources in a namespace
createnamespacedtlscontext
Emissary-Ingress Create a TLSContext resource
readnamespacedtlscontext
Emissary-Ingress Get a specific TLSContext resource
deletenamespacedtlscontext
Emissary-Ingress Delete a TLSContext resource
listnamespacedratelimitservice
Emissary-Ingress List RateLimitService resources in a namespace
createnamespacedratelimitservice
Emissary-Ingress Create a RateLimitService resource
listnamespacedauthservice
Emissary-Ingress List AuthService resources in a namespace
createnamespacedauthservice
Emissary-Ingress Create an AuthService resource