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?
- AUpload your application to Cloud Storage. (correct answer)
- BUpload your application to an App Engine environment.
- CCreate a Compute Engine instance with Apache web server installed. Configure Apache web server to host the application.
- DContainerize your application first. Deploy this container to Google Kubernetes Engine (GKE) and assign an external IP address to the GKE pod hosting the application.
Reveal answer & explanationHide answer
The correct answer is A. Option A: Upload your application to Cloud Storage.
Explanation
Cloud Storage provides durable, scalable object storage that is fully managed.