Posted by: Pdfprep
Post Date: November 23, 2020
An application is hosted on Google Kubernetes Engine. A new JavaScript module is created to work with the existing application.
Which task is mandatory to make the code ready to deploy?
A . Create a Dockerfile for the code base.
B . Rewrite the code in Python.
C . Build a wrapper for the code to “containerize” it.
D . Rebase the code from the upstream git repo.
Answer: D
Leave a Reply