What is the right way to deploy Spring Boot / Spring Cloud Microservices - Either : Handling Service Registry, Gateway , Load balancing, Resilient at application level using Spring Cloud Netflix way or Building Plane Spring Boot application and handling all ( Service Registry, Gateway, LoadBalancing, Resilient ) by the tool like Kubernetes itself.
I know the basic difference if we use spring cloud Netflix - we are restricting our microservices to Java
What is the most industry adopted way of building and deploy spring boot Microservices
Any Comments breifing about the approaches would be appreciated