# App Mesh EKS Walkthroughs * [howto-k8s-alb](https://github.com/aws/aws-app-mesh-examples/tree/main/walkthroughs/howto-k8s-alb): This example shows how to use AWS Load Balancer Controller with targets registered as virtual-nodes under App Mesh. * [howto-k8s-cloudmap](https://github.com/aws/aws-app-mesh-examples/tree/main/walkthroughs/howto-k8s-cloudmap): This example shows how Kubernetes deployments can use AWS CloudMap for service-discovery when using App Mesh. * [howto-k8s-fargate](https://github.com/aws/aws-app-mesh-examples/tree/main/walkthroughs/howto-k8s-fargate): This example shows how to use AppMesh with EKS on Fargate. * [howto-k8s-grpc](https://github.com/aws/aws-app-mesh-examples/tree/main/walkthroughs/howto-k8s-grpc):This example shows how to manage gRPC routes in App Mesh using Kubernetes deployments. * [howto-k8s-http-headers](https://github.com/aws/aws-app-mesh-examples/tree/main/walkthroughs/howto-k8s-http-headers): This example shows how http routes can use headers for matching incoming requests. * [howto-k8s-http2](https://github.com/aws/aws-app-mesh-examples/tree/main/walkthroughs/howto-k8s-http2): This example shows how to manage HTTP/2 routes in App Mesh using Kubernetes deployments * [howto-k8s-retry-policy](https://github.com/aws/aws-app-mesh-examples/tree/main/walkthroughs/howto-k8s-retry-policy): This example shows how retry-policies can be used to for Kubernetes applications within the context of App Mesh. * [howto-k8s-ingress-gateway](https://github.com/aws/aws-app-mesh-examples/tree/main/walkthroughs/howto-k8s-ingress-gateway): This example shows how to use App Mesh Virtual Gateways for ingress connectivity towards Kubernetes applications. * [howto-k8s-tls-file-based](https://github.com/aws/aws-app-mesh-examples/tree/main/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 * [howto-k8s-outlier-detection](https://github.com/aws/aws-app-mesh-examples/tree/main/walkthroughs/howto-k8s-outlier-detection): This example shows how to use outlier detection capabilities in AWS App Mesh with EKS * [howto-k8s-connection-pools](https://github.com/aws/aws-app-mesh-examples/tree/main/walkthroughs/howto-k8s-connection-pools): This example shows how to use circuit breaking/connection pool configuration capabilities in AWS App Mesh with EKS * [howto-k8s-cross-cluster](https://github.com/aws/aws-app-mesh-examples/tree/main/walkthroughs/howto-k8s-cross-cluster): This example shows how to use App Mesh across kubernetes clusters