|
|
|
|
|
by raesene9
3310 days ago
|
|
Whilst you could deploy k8s to a single node, it's massive overkill for that kind of solution. The benefit I see in it is orchestration of large clusters of containers. The offset against that benefit is that there's quite a lot of complexity involved. For single node solutions, if you want to use containers at all, I'd just use docker. |
|