aws-app-mesh-controller-for-k8s
aws-app-mesh-controller-for-k8s copied to clipboard
A controller to help manage App Mesh resources for a Kubernetes cluster.
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:...
**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...
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...
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...
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.
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...
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...