Docker vs Jail System Resources

bigzaj

Explorer
Joined
Jan 6, 2016
Messages
95
How does the Docker implementation in SCALE utilize system resources? I thought jails scaled easier and had full access to system resources while Dockers had to have resource (e.g. cores / memory) explicitly allocated?
 

morganL

Captain Morgan
Administrator
Moderator
iXsystems
Joined
Mar 10, 2018
Messages
2,694
It uses Kubernetes.. K3s specifically right now.
There are "requests" and "limits" for each container
 

Kris Moore

SVP of Engineering
Administrator
Moderator
iXsystems
Joined
Nov 12, 2015
Messages
1,471
How does the Docker implementation in SCALE utilize system resources? I thought jails scaled easier and had full access to system resources while Dockers had to have resource (e.g. cores / memory) explicitly allocated?

Docker containers (or K8's Pods) scale just as well as Jails. They have much finer grained controls over that scaling, and support a much wider set of feature than jails do.
 
Top