|
|
|
|
|
by ofrzeta
2762 days ago
|
|
> - At a high level, Docker allows thinking our services as opaque units in a way I haven't really seen in practice anywhere else. Our containers have CPU and memory requirements, but other than that, when thinking about infrastructure, nothing else matters. What about networking and storage? From my experience managing storage with Docker (or Kubernetes) applications is a hard problem. |
|
Like I said, our primary service with storage is Elasticserach which we still manage with good old Terraform and bash scripts.