5 ms·
I've stopped using Docker Compose and only use Kubernetes. Even when working locally. I don't want the impedence mismatch of working locally with Docker and re
by LeBit 4y ago
I've stopped using Docker Compose and only use Kubernetes. Even when working locally.
I don't want the impedence mismatch of working locally with Docker and remotely with K8s.
That being said, K8s IS harder to setup initially.
Having to setup an NFS share locally to be able to properly mount data in a PV is suboptimal.