What should you do?

You plan to make a simple HTML application available on the internet. This site keeps information about FAQs for your application. The application is static and contains images, HTML, CSS, and Javascript. You want to make this application available on the internet with as few steps as possible.

What should you do?
A . Upload your application to Cloud Storage.
B . Upload your application to an App Engine environment.
C . Create a Compute Engine instance with Apache web server installed. Configure Apache web server to host the application.
D . Containerize your application first. Deploy this container to Google Kubernetes Engine (GKE) and assign an external IP address to the GKE pod hosting the application.

Answer: A

Explanation:

Reference: https://cloud.google.com/storage/docs/hosting-static-website

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments