
Ultimate access to all questions.
You want to deploy a static HTML application (containing images, HTML, CSS, and JavaScript) to the internet with minimal steps. The application serves as an FAQ resource for your product.
What is the simplest way to host and publish this static website?
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.