DEV Community

Discussion on: My Linux Development Environment of 2018

Collapse
 
is0tope profile image
Is0tope

Great article. Had one question though. I am an avid user of docker compose in both my dev and production environments. I want to move to Kubernetes (to take advantage of Container Engine, and autoscaling, etc). How do you find developing using eg. Mini Kube vs docker compose? And can you recommend and resources for learning?

Collapse
 
brpaz profile image
Bruno Paz

Hello. I am in a similar situation than you. I still use Docker Compose for development and for now I found it simpler to use. I am using Minikube more of a platform to experiment and to learn Kubernetes.

But I plan to dig deeper in Minikube soon.