Multiple Choice
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.
Correct Answer:
Verified
Related Questions
Q84: Which two statements are considered best practices
Q85: A developer is building an application to