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 68 aws-app-mesh-controller-for-k8s issues
Sort by recently updated
recently updated
newest added

Have tried to create duplicated (almost) resources on my EKS cluster. But after creating the second resource (which actually also was successfully implemented) getting this problem. Bellow showing my components...

Kindly ask you to help to understand what's the problem appears when I'm installing the Kubernetes Dashboard on the EKS cluster controlled by AppMesh. When I doing the same actions...

**Is your feature request related to a problem?** When using the CRDs defined by the appmesh-controller (such as VirtualNode) with the terraform [kubernetes-alpha](https://github.com/hashicorp/terraform-provider-kubernetes-alpha) provider, the provider displays the following warning:...

enhancement

**Is your feature request related to a problem?** I'm considering using App Mesh with X-Ray for request tracing within my cluster. However I would prefer to run the X-Ray daemon...

enhancement

Hi We are using Nginx with App mesh on EKS. Nginx has 2 upstreams that are running on the same EKS cluster/namespace and namespace. Each upstream has two versions running...

**Is your feature request related to a problem?** We find ourselves using a custom envoy image that can be set on the appmesh-controller. I could see a possibility not wanting...

enhancement

Currently, the CloudMap Namespace has to be created out of band from the rest of the resources. There should be an automated way to create it, whether its a separate...

enhancement
needs investigation
Priority: Low
Needs Design
Area: Cloud Map

Tell us about your request: Provide the ability to modify Envoy log format via the Injector. Envoy has [support](https://www.envoyproxy.io/docs/envoy/latest/operations/cli) for this.

enhancement

Some customer use cases will require the mesh entities to be defined outside of Kubernetes CRDs (for example, via CloudFormation). With the merge of the injector and controller in the...

enhancement

Provide instructions/resource files to install appmesh-manager using kustomize (as opposed to helm). For example, [kubernetes-sigs/aws-ebs-csi-driver](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/) provides kustomize instructions at https://github.com/kubernetes-sigs/aws-ebs-csi-driver/blob/master/docs/README.md#deploy-driver: ``` kubectl apply -k "github.com/kubernetes-sigs/aws-ebs-csi-driver/deploy/kubernetes/overlays/stable/?ref=master" ``` Requesting to provide the...

enhancement