Questions tagged [aws-app-mesh]

AWS App Mesh is a service mesh that provides application-level networking to make it easy for your services to communicate with each other across multiple types of compute infrastructure. App Mesh standardizes how your services communicate, giving you end-to-end visibility and ensuring high-availability for your applications. App Mesh uses the open source Envoy proxy, making it compatible with a wide range of AWS partner and open source tools.

37 questions
0
votes
0 answers

How is authentication typically managed in an AWS App Mesh?

I've been experimenting a bit with the AWS App Mesh product, and while a lot of the benefits of observability/traffic shifting seem awesome, I can't figure out how user authentication/authorization is typically solved in this pattern. All of the…
Bryce
  • 2,802
  • 1
  • 21
  • 46
0
votes
0 answers

App Mesh doesn't inject Envoy proxy to pod

I'm integrating app mesh to microservices on EKS. I have deployed the microservices and app mesh controller and labelled my workload namespace with the sidecar injector webhook, but the app mesh controller throws a reconcile error. I have been…
Raff
  • 420
  • 5
  • 9
0
votes
1 answer

Simple front end application on EKS via AppMesh

Kindly ask you to help to find out the problem with my configuration. It was done on the scope of AWS WorkShop example just rewrite on another HTTP container. Right now, after implementation of this, everything is up, but when going on NLB getting…
Manish Iarhovich
  • 183
  • 1
  • 10
0
votes
1 answer

Is Istio or AWS App mesh for service mesh implementation on EKS

We are building up product which will have set of microservices communicating with each other. We are using EKS as kubernetes service from aws. For Service mesh, There are two ways to go for it. Install Istio over EKS cluster. Use AWS App Mesh…
0
votes
1 answer

gRPC status code 16 - The request signature we calculated does not match the signature you provided

I'm setting up an aws appmesh and seeing this error in the logs on each envoy proxy: StreamAggregatedResources gRPC config stream closed: 16, The request signature we calculated does not match the signature you provided. Check your AWS Secret Access…
0
votes
1 answer

ECS Task definition App Mesh Virtual node name does not get set through console

I am creating a task definition that uses App Mesh. I am trying to set the Virtual name using the console. The UI clearly shows that I can select the virtual node name. However, after I create the new revision, if I create a revision off of that, I…
wonton
  • 7,568
  • 9
  • 56
  • 93
0
votes
2 answers

How to create an service mesh without using containers on aws?

I am looking to use gRPC for microservice communication. The services are deployed on AWS ec2 instances. As I figured out ELB does not really able to balance the load for Http 2.0 traffic. I looked for alternatives and stumbled upon Service mesh.…
1 2
3