A
A
Alexey Verkhovtsev2020-09-13 20:17:50
Service Oriented Architecture
Alexey Verkhovtsev, 2020-09-13 20:17:50

How to build a workflow around kubernetes and microservices?

Hello, what does a successful flow look like when working with kubernetes and microservices. In theory, my last flow was like this. I download the repository, it has a docker file, I run it locally, make changes and push it back. Now microservices are added, which in the production run on a cuber, and not 1 monolith, and I want to immediately test how they work together (maybe not all at once, well, 3 pieces), what then? Should I download each repository and run local containers for them manually passing all the variables to connect them with each other, or is it easier to install minikube locally and deploy everything there at once? How is it generally done? Please help knowledgeable people. PS Perhaps I need to use telepresence or skaffold?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vitaly Karasik, 2020-09-13
@vitaly_il1

I'm in favor of one of two options:
- minikube or another local K8S
- K8S in the cloud where the developer (i.e. CI) deploys all the components. Everyone has their own namespace, for example.

D
Daniil Muidinov, 2020-09-17
@DANic

If about local deployment, then I use
https://www.docker.com/products/docker-desktop

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question