Comment on Announcing rkt v0.5, featuring pods, overlayfs, and moreparentComments−jzxcv11yCould you explain what you mean by "locks you in"?−jsprogrammer11yYou now have to run all those programs in the same namespace, on the same machine. There is no possibility to run some of the programs somewhere else (without building a new image).−tb9311yNo, pod is a collection of multiple images, not a single fat one.−jsprogrammer11ySorry, you have to rebuild the top level representation, which I guess is now called a Pod.−tb9311yNo, Pod is designed for multi-containers grouped to run on the same host, primarily for sidekick process, like syslog.If you want to multi-host deployment, it is similar to CloudFormation. You can still use multiple pods to compose a distributed app.−zobzu11yacross the network to a non-coreos container? ;)
Comments
Could you explain what you mean by "locks you in"?
You now have to run all those programs in the same namespace, on the same machine. There is no possibility to run some of the programs somewhere else (without building a new image).
No, pod is a collection of multiple images, not a single fat one.
Sorry, you have to rebuild the top level representation, which I guess is now called a Pod.
No, Pod is designed for multi-containers grouped to run on the same host, primarily for sidekick process, like syslog.
If you want to multi-host deployment, it is similar to CloudFormation. You can still use multiple pods to compose a distributed app.
across the network to a non-coreos container? ;)