In local environment, should I use docker-compose or kubernetes (minikube)? In local environment, should I use docker-compose or kubernetes (minikube)? kubernetes kubernetes

In local environment, should I use docker-compose or kubernetes (minikube)?


There are lots of decision criteria. If there is a target environment for this application- use local tools that best approximate that target environment. If the target environment runs kubernetes, best to use minikube. If the target environment is some flavor of clustered docker, use compose. If there is no target environment, use whatever you're most comfortable with or want to learn.