Do Microservices require Containers/Docker/Kubernetes?
Containers, Docker, Kubernetes, and Serverless are often used when explaining a Microservices architecture. However, focusing on physical deployment is missing the point of Microservices entirely. Microservices (or any size services) are about logical separation and not about physical deployment. Deployment flexibility is a by-product of having well-defined boundaries for services that are autonomous. YouTube Check out my YouTube channel where I post all kinds of content that accompanies my posts including this video showing everything that is in this post. Microservices Like many terms in the industry, they often get confused or conflated with other concepts and lose their original meaning. Martin… Read More »Do Microservices require Containers/Docker/Kubernetes?