Hacker News new | ask | show | jobs
by alexnewman 2970 days ago
I think the real advantage of k8s is the ease to scale bare metal. This just isn't that important for the next 5 years or so. On the other hand, azure and gke make k8s easy enough if you are already using docker. Containers on the hand, the developer experience is still very mixed. OSX still doesn't have great container support and I honestly can only guess how well windows can handle my docker-compose workflow.

One great k8s tool I like is kompose. It allows our devs a very similar interface around secrets, networks, volumes, etc.