What are pods in Openshift?

devquora
devquora

Posted On: Feb 22, 2018

 

The real or virtual equivalents of a machine instance with a container are known as a pod. Each of the pod has its own internal IP address hence is the real owner of its entire space. Containers which are within the same pod can actually share their local storage and networking space. Pods are treated as an immutable instance and any change cannot be made to a pod definition while it is in the running mode.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Openshift Interview Questions

    What is Openshift?

    Openshift is basically a computer software product which is served from Red Hat...

    Openshift Interview Questions

    How will you differentiate Openshift and Openstack?

    Well, both of them are the actual origin from open source projects and they equally provide Cloud Computing fundamentals...