aws / aws-app-mesh-examples

AWS App Mesh is a service mesh that you can use with your microservices to manage service to service communication.
MIT No Attribution
864 stars 395 forks source link

Removed Hardcoded EKS Version and Nodegroup AMI Release Version. This… #562

Closed sunilcsi closed 1 year ago

sunilcsi commented 1 year ago

1) Hardcoded EKS Version and AMI Node Group Release Version are not required. It causes stacks to fail when versions are not supported. Removed the hardcoding and tested the cluster creation and node group creation picked the latest current versions automatically.

2) Added EBS Controller Creation Script for Spire Server. Kube Config are loaded as Config Map Volumes and the Stateful State Pod stays in Pending as thier is no EBS CSI Crontroller. To fix this EBS CSI Controller script is added for sprie server pod to come up and mount the Volume.