Manage Consul service mesh traffic using at the data plane with Envoy proxies, at the service level using the L7 Service Discovery Chain, and across the WAN with Gateways.
17min
Traffic splitting for service deployments
Split layer-7 traffic, using Envoy proxies configured by
Consul, to roll out a new version of a service. You can use this method for
zero-downtime, blue-green, and canary deployments.
11min
Implement circuit breaking in Consul service mesh with Envoy
Configure passive health checking in Consul service mesh to detect outliers and exclude unhealthy service instances from receiving traffic.
15min
Load balancing services in Consul service mesh with Envoy
Manage traffic across services within Consul service mesh with Envoy load balancing policies.
19min
Connect services across datacenters with mesh gateways
Connect two services across datacenters using Consul service mesh, intention replication, WAN gossip federation, and mesh gateways.
15min
Understand terminating gateways
Understand how terminating gateways, Consul's egress proxies, can provide connectivity to external destinations by terminating mTLS connections, enforcing Consul intentions, and forwarding requests to appropriate destination services.
13min
Connect external services to Consul With terminating gateways
Enable communication with an external service using terminating gateways and Envoy as a sidecar proxy.
14min
Allow external traffic inside your service mesh with ingress gateways
Enable inbound communications to an internal service mesh service using ingress gateways and Envoy as a sidecar proxy.
16min
Extend your service mesh to support AWS Lambda
Learn how to configure AWS Lambda functions to interact with Consul service mesh. Replace a Kubernetes service deployment with an AWS Lambda function.