Tag: containerization
-
How many microservices per kubernetes pod?
How many microservices should I have per Kubernetes Pod? This is the question I had when I first encountered Kubernetes when trying to decide how to deploy my Microservice architecture based application. When reading through Kubernetes documentation or watching videos about kubernetes, you are told a pod holds one or more containers. So your first…
-
Kubernetes resources
Kubernetes resource list Kubernetes and Microservices go hand in hand. Basically you don’t want to do one without the other. Kubernetes is a container orchestration software. When you build a system based on the Microservice architecture you need a way to package and run those microservices on the cloud. The traditional way of preparing a…