Each of our microservices works on its own, but to have the whole system working, we need to deploy the three of them (Thoughts Backend, Users Backend, and Frontend) and connect them to each other. The Frontend, in particular, requires the other two microservices to be up and running. With Kubernetes, we can deploy it locally.
To deploy the full system, we need to deploy the Users Backend first, and then the Frontend. We will describe each of these systems, relating them to the already deployed Thoughts Backend, which we saw how to deploy before.