|
|
|
|
|
by jzelinskie
3397 days ago
|
|
rkt's unit of execution is pods; most users are simply running pods with only one container, though. rktnetes leverages the fact that rkt can natively execute a whole pod to avoid a lot of the extra code integrating with Kubernetes that docker requires. |
|