|
|
|
|
|
by mr-karan
1957 days ago
|
|
Author here. Hm, now that you point this out, I do get your point. However you can't run multiple different Pods in a deployment (you can run multiple containers in a Pod), that's why a Job isn't really comparable to a ReplicaSet. I could very well be wrong, but this is my understanding. |
|
Job ~= Deployment
Group ~= Replicaset/Pod combined
Task ~= container in pod