AliyunContainerService/pouch

[question]Is Pouch suitable for CDN application?

xq2248 opened this issue · 0 comments

As k8s/docker can control CPU and MEM usage of containers. It seems that k8s/docker assume that:
A) The container has low storage/network overload
B) The host has enough storage/network IO capbilities
k8s/docker assumes that the consumption of storage/network IO will not exceed the capbility of the host.

But some applications like CDN have very heavy storage/network IO overload, if the container engine has no IO control mechanism,the host will be overloaded。

Is there any consideration in pouch about storage/network IO control,and is pouch suitable for CDN application?