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

**Is your feature request related to a problem?** No **Describe the solution you'd like** As Kubernetes sig-networking is working towards releasing Service API constructs, I would like to see how...

enhancement

hi, all. I have a question about appmeshCNI, I found a link: https://github.com/amazon-archives/aws-app-mesh-inject/pull/104 , in this pull, it mentions customer can add a appmesh.k8s.aws/appmeshCNI: enabled annotation to enable appmeshCNI, what...

**Is your feature request related to a problem?** Yes The documentation in the [troubleshooting guide](https://aws.github.io/aws-app-mesh-controller-for-k8s/guide/troubleshooting/#pod-liveness-and-readiness-probes-fail-when-mtls-is-enabled) mentions that in order to allow pod health checks to succeed when in strict TLS...

enhancement

**Is your feature request related to a problem?** The AppMesh Agent [provides](https://docs.aws.amazon.com/app-mesh/latest/userguide/envoy-config.html) a `LISTENER_DRAIN_WAIT_TIME_S` environment variable that can be used to configure how long envoy waits to drain connections. This...

enhancement

**Describe the bug** `cloudMapDNS.ttl` is no longer correctly taken into account when creating cloudmap services. Since this [commit](https://github.com/aws/aws-app-mesh-controller-for-k8s/commit/86188b195698e0a1af75eb94cbb96f54b242c3f2) the helm template expects an int64 `cloudMapDNS.ttl` value instead of a `float64`....

bug

For a cluster with a PSP that enforces readOnlyFilesystem: true, the envoy proxy injected will not be able to write the configuration to /tmp and crash. The error in the...

*Issue #, if available:* *Description of changes:* POC for supporting jobs in EKS appmesh natively. This entails creating a new controller that reconciles jobs specifically and monitoring the containers until...

**Is your feature request related to a problem?** Envoy expose /ready Admin endpoint for readiness check **Describe the solution you'd like** Use /ready instead of /server_info

enhancement

**Describe the bug** GRPC Load Balancing is not working for several pods in one service. VirtualRouter is sending all requests to only one pod. **Steps to reproduce** Create two services...

bug

**Is your feature request related to a problem?** We upgrade an EKS cluster by blue-green strategy as follows: 1. Create a new EKS cluster and deploy our applications 2. Switch...

enhancement