Skip to content

Commit 9dd41a5

Browse files
author
Fawad Khaliq
authored
Add outlier detection and connection pool walkthrough links to tutorials (#382)
1 parent 43d9eec commit 9dd41a5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/tutorials/walkthroughs.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# AppMesh Walkthroughs
1+
# App Mesh EKS Walkthroughs
22

33
* [howto-k8s-alb](https://github.com/aws/aws-app-mesh-examples/tree/master/walkthroughs/howto-k8s-alb): This example shows how to use ALB Ingress Controller with targets registered as virtual-nodes under App Mesh.
44
* [howto-k8s-cloudmap](https://github.com/aws/aws-app-mesh-examples/tree/master/walkthroughs/howto-k8s-cloudmap): This example shows how Kubernetes deployments can use AWS CloudMap for service-discovery when using App Mesh.
@@ -9,4 +9,6 @@
99
* [howto-k8s-retry-policy](https://github.com/aws/aws-app-mesh-examples/tree/master/walkthroughs/howto-k8s-retry-policy): This example shows how retry-policies can be used to for Kubernetes applications within the context of App Mesh.
1010
* [howto-k8s-ingress-gateway](https://github.com/aws/aws-app-mesh-examples/tree/master/walkthroughs/howto-k8s-ingress-gateway): This example shows how to use App Mesh Virtual Gateways for ingress connectivity towards Kubernetes applications.
1111
* [howto-k8s-tls-file-based](https://github.com/aws/aws-app-mesh-examples/tree/master/walkthroughs/howto-k8s-tls-file-based): This example shows how to enable TLS encryption between applications in App Mesh using X.509 certificates and mount secrets on Envoy using the injector
12+
* [howto-k8s-outlier-detection](https://github.com/aws/aws-app-mesh-examples/tree/master/walkthroughs/howto-k8s-outlier-detection) This example shows how to use outlier detection capabilities in AWS App Mesh with EKS
13+
* [howto-k8s-connection-pools](https://github.com/aws/aws-app-mesh-examples/tree/master/walkthroughs/howto-k8s-connection-pools) This example shows how to use circuit breaking/connection pool configuration capabilities in AWS App Mesh with EKS
1214

0 commit comments

Comments
 (0)