IMESH
WebsiteGithub RepoIMESH Gateway
  • IMESH API Gateway
    • Overview
    • Concepts
    • Architecture
  • Getting started
    • Pre-requisite
    • Installation
  • Gateway
    • Create Gateway
    • View and Manage Gateway
  • Routes
    • Create Routes
    • Add or Modify Headers
    • URL Rewrites
    • URL Redirect
    • Header and Query-based matching
    • Canary Deployment
Powered by GitBook
On this page
  1. IMESH API Gateway

Overview

PreviousIMESH API GatewayNextConcepts

Last updated 9 months ago

The IMESH API gateway offers a Kubernetes-native ingress controller for DevOps and developers to overcome application networking's limitations. It is based on Envoy Proxy, which makes it faster and lighter. It conforms to Kubernetes Gateway API specifications. Unlike legacy gateway solutions, the IMESH API gateway is meant to handle traffic at scale for microservices-based applications.

Features of IMESH API Gateway are:

  1. Unified API interface for DevOps, developers, DevSecOPs, and platform engineers

  2. Federated RBAC for developers to create APIs independently

  3. Conformance with standards

  4. Native support for Envoy Gateway and Istio Ingress controller

  5. The built-in network features such as failover, retries, timeouts, canary, and rate-limiting

  6. YAML templates for AuthN/Z policies such as JWT, OIDC, Basic Auth, etc.

  7. Support GitOps-style delivery

  8. Scale to millions of transactions per day without fail

  9. Real-time dashboard for traffic and API performance

Kubernetes Gateway API