Features and benefits

In cloud-native organizations, developers frequently take on responsibility for the full development lifecycle of a service, from development to QA to operations. $productName$ was specifically designed for these organizations where developers have operational responsibility for their service(s).

As such, the $productName$ is designed to be used by both developers and operators.

Self-Service via Kubernetes Annotations

$productName$ is built from the start to support self-service deployments – a developer working on a new service doesn’t have to go to Operations to get their service added to the mesh, they can do it themselves in a matter of seconds. Likewise, a developer can remove their service from the mesh, or merge services, or separate services, as needed, at their convenience. All of these operations are performed via Kubernetes annotations, so it can easily integrate with your existing development workflow.

Flexible canary deployments

Canary deployments are an essential component of cloud-native development workflows. In a canary deployment, a small percentage of production traffic is routed to a new version of a service to test it under real-world conditions. $productName$ allows developers to easily control and manage the amount of traffic routed to a given service through annotations. This tutorial covers a complete canary workflow using the $productName$.

Kubernetes-native architecture

$productName$ relies entirely on Kubernetes for reliability, availability, and scalability. For example, $productName$ persists all state in Kubernetes, instead of requiring a separate database. Scaling the $productName$ is as simple as changing the replicas in your deployment, or using a horizontal pod autoscaler.

$productName$ uses Envoy for all traffic routing and proxying. Envoy is a modern L7 proxy that is used in production at companies including Lyft, Apple, Google, and Stripe.

gRPC and HTTP/2 support

$productName$ fully supports gRPC and HTTP/2 routing, thanks to Envoy’s extensive capabilities in this area. See gRPC and the $productName$ for more information.

Istio Integration

$productName$ integrates with the Istio service mesh as the edge proxy. In this configuration, $productName$ routes external traffic to the internal Istio service mesh. See Istio and the $productName$ for details.

Authentication

$productName$ supports authenticating incoming requests with a custom authentication service, and $AESproductName$ natively supports OAuth/OpenID Connect, or JWT. When configured, the $AESproductName$ will check with a third party authentication service prior to routing an incoming request. For more information, see the authentication guide.

Rate limiting

$productName$ supports rate limiting incoming requests. When configured, the $productName$ will check with a third party rate limit service prior to routing an incoming request. For more information, see the rate limiting guide.

Integrated UI

$productName$ includes a diagnostics service so that you can quickly debug issues associated with configuring the $productName$. For more information, see running $productName$ in Production.


Last modified April 17, 2024: Initial hugo setup (0526d5d)