Hello,
Istio service mesh addresses most of the needs for service discovery and monitoring, but one of the most important feature in Spring Boot microservices is application properties and secrets. Can we use Consul Key/Value Store and Vault for application properties and secrets with Istio? Using Kubernetes ConfigMap is a hassle when there are lot of application properties. Do you have any other thoughts for Spring Cloud Config in Kubernetes, where the configs are version controlled using GitHub?
Thanks.