

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 1,211 Views
Hello all,
With OpenShift Container Platform, is a pod "absolutely" required to run a container?
What's prompting the query is the following that I read in a document:
- Using pods provides extra metadata with the container
- Using pods offers the ability to group several containers in a single deployment entity
That first item (the one highlighted in red), that makes reference to "extra metadata", is
suggesting to me that a pod is not a requirement. Does my antenna need tuning?
Thanks in advance.
Accepted Solutions


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 1,192 Views
Hey Trevor,
The phrase should be read like "By operating with the pod abstraction (rather than the "container" abstraction)... extra metadata is included". Just to confirm, it's not possible to operate on specific pods, the only manageable abstraction is "pod".
Hope this clarifies,
Fran


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 1,193 Views
Hey Trevor,
The phrase should be read like "By operating with the pod abstraction (rather than the "container" abstraction)... extra metadata is included". Just to confirm, it's not possible to operate on specific pods, the only manageable abstraction is "pod".
Hope this clarifies,
Fran


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 1,177 Views
Hello Fran,
It clarifies big time!!! I can always count on you!!!
Thanks also for the "the only manageable abstraction is "pod""
comment. That seems to lineup with a little blurb that I read
about pods - that pods are the smallest compute unit defined,
deployed, and managed.
Again, your response has wiped away the haze!!!