Microservices in Kubernetes

Microservices are an architectural approach to software development

Software is composed of small independent services (instead of having a huge monolith)

Each business functionality is encapsulated into the own Microservice (MS)

Communication between Microservices

Last updated