- Today, I heard others say that when designing a micro-service architecture, all the kubernetes that can be implemented by, spring cloud can be realized. I don"t know how to understand
- spring cloud, as I understand it, should be an one-stop way to build micro-service projects, which is very convenient and fully integrated .
- while kubernetes is container choreography, there is no registry, gateway and so on, so how can it be implemented like spring cloud? do you have to put each component together to implement it?
- an example is, for example, a project developed by different teams may have java,python or go, then spring cloud cannot be used, but it can be easily implemented with kubernetes, which is understandable, but wonder how kubernetes implements the function of spring cloud
- I don"t know much about architecture. Please consult the heroes .