|
|
|
|
|
by Spivak
1001 days ago
|
|
They're both declarative manifests describing how to run one or more images on your system. You use .container for a single container, .kube for all-in-one pods, .network for networks, and .volume for volumes. It has all the stuff it's just broken down in a more (imho) sysadmin friendly way where all the pieces are independent and can be independently deployed. |
|