https://github.com/aws/aws-app-mesh-controller-for-k8s
A controller to help manage App Mesh resources for a Kubernetes cluster.
https://github.com/aws/aws-app-mesh-controller-for-k8s
Last synced: about 1 month ago
JSON representation
A controller to help manage App Mesh resources for a Kubernetes cluster.
- Host: GitHub
- URL: https://github.com/aws/aws-app-mesh-controller-for-k8s
- Owner: aws
- License: apache-2.0
- Created: 2019-03-07T17:19:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-08T16:18:45.000Z (about 1 month ago)
- Last Synced: 2025-04-14T11:19:48.086Z (about 1 month ago)
- Language: Go
- Homepage:
- Size: 5 MB
- Stars: 186
- Watchers: 34
- Forks: 110
- Open Issues: 63
-
Metadata Files:
- Readme: docs/README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
- awesome-appmesh - App Mesh Controller for EKS - A controller to help manage App Mesh resources for a Kubernetes cluster. (AWS App Mesh / App Mesh for Kubernetes)
README
[](https://github.com/aws/aws-app-mesh-controller-for-k8s/issues)


[](https://goreportcard.com/report/github.com/aws/aws-app-mesh-controller-for-k8s)
![]()
## AWS App Mesh Controller For K8s
AWS App Mesh Controller For K8s is a controller to help manage [App Mesh](https://aws.amazon.com/app-mesh/) resources for a Kubernetes cluster and injecting sidecars to Kubernetes [Pods](https://kubernetes.io/docs/concepts/workloads/pods/pod/). The controller watches custom resources for changes and reflects those changes into the [App Mesh API](https://docs.aws.amazon.com/app-mesh/latest/APIReference/Welcome.html). The controller maintains the custom resources ([CRDs](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/)): meshes, virtualnodes, virtualrouters, virtualservices, virtualgateways and gatewayroutes. The custom resources map to App Mesh API objects.
Note: For v0.5.0 or older versions of the controller, please refer to [legacy-controller branch](https://github.com/aws/aws-app-mesh-controller-for-k8s/tree/legacy-controller)
## Security disclosures
If you think you’ve found a potential security issue, please do not post it in the Issues. Instead, please follow the instructions [here](https://aws.amazon.com/security/vulnerability-reporting/) or [email AWS security directly](mailto:[email protected]).
## Documentation
Checkout our [Live Docs](https://aws.github.io/aws-app-mesh-controller-for-k8s/)!