Topic 1 Question 21
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?
Upload your application to Cloud Storage.
Upload your application to an App Engine environment.
Create a Compute Engine instance with Apache web server installed. Configure Apache web server to host the application.
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.
ユーザの投票
コメント(6)
A is correct; provided link supports it
👍 4syu31svc2021/06/25A, if its static then quickest way is via cloud storage.
👍 3saurabh18052020/11/08- 正解だと思う選択肢: A
A is correct
👍 3tomato1232022/08/19
シャッフルモード