You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tutorials/walkthroughs.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# AppMesh Walkthroughs
1
+
# App Mesh EKS Walkthroughs
2
2
3
3
*[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.
4
4
*[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 @@
9
9
*[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.
10
10
*[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.
11
11
*[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
0 commit comments