aws-app-mesh-controller-for-k8s icon indicating copy to clipboard operation
aws-app-mesh-controller-for-k8s copied to clipboard

A controller to help manage App Mesh resources for a Kubernetes cluster.

Results 61 aws-app-mesh-controller-for-k8s issues
Sort by recently updated
recently updated
newest added

**Describe the bug** From my understanding of how AppMesh works you should be able to reach the internal metadata service even if you have the Mesh egress filter turned on....

bug

**Describe the bug** The App Mesh webhook prevents GatewayRoute resource from being created before VirtualGateway is present. **Steps to reproduce** - Install Flux v2 and configure to sync to a...

bug
Priority: Medium
Needs Design

App Mesh resources should be tagged in order to provide IAM [conditions](https://docs.aws.amazon.com/IAM/latest/UserGuide/list_awsappmesh.html) for Access control and resource management. Currently there is not way to pass the tag values to the...

enhancement
Needs Design

*Issue #, if available:* #349 *Description of changes:* This is a draft pull request that shows leveraging the kubernetes labels as the aws resource tags. Wanted to put this draft...

**Describe the bug** we are created al the mesh resources for our application in EKS. When we redeployed the app in appmesh, all the mesh resources are created.Application aslo running...

bug

**Describe the bug** The [CRDS](https://github.com/aws/aws-app-mesh-controller-for-k8s/blob/master/config/crd/bases/appmesh.k8s.aws_virtualgateways.yaml#L141) show that you should be able to pass configuration like this (this is from terraform, that's where the variables are coming from): ``` apiVersion: appmesh.k8s.aws/v1beta2...

bug

**Is your feature request related to a problem?** When pod has podSecurityContext that define the default runAsUser other than 0, proxyinit initContainers are failing with the following error message ```...

enhancement

**Describe the bug** Changing `awsName` attribute in `VirtualService` requires Virtual Node backend to be recreated to work properly **Steps to reproduce** I deployed DJ App (https://github.com/aws/aws-app-mesh-examples/tree/main/examples/apps/djapp). I changed the `awsName`...

bug
needs investigation
Priority: Low
Needs Design

When using a mesh that isn't owned by the controller (we only create the mesh if it doens't already exist) the controller then assumes it owns the mesh, and we...

enhancement

**Is your feature request related to a problem?** The controller logging is not friendly for users to debug what’s going on and some areas (e.g sidecar injectors) do not have...

enhancement