In this scenario, knowing that you have NetApp ONTAP storage available to you, which solution will allow each container to access the same data?

Posted by: Pdfprep Category: NS0-402 Tags: , ,

You are creating a new meme generation application and are using containers for service chaining. The end user uploads the original image to one container, the image resolution modifier to another container, and the text overlay to a third container.

In this scenario, knowing that you have NetApp ONTAP storage available to you, which solution will allow each container to access the same data?
A . Re-encode the binary data into MIME64, and pass it as a string when instantiating new containers.
B . Presenting the same LUN to all of your nodes’ underlying OS will make that storage available to the container as well.
C . Use the same container image for all three tasks and the data will exist because data in containers is persistent.
D . Provision a persistent volume using Trident, and then have Kubernetes claim this volume, as necessary, to provide the same storage to each container.

Answer: B

Leave a Reply

Your email address will not be published.