Topic 1 Question 31
A development manager is building a new application. He asks you to review his requirements and identify what cloud technologies he can use to meet them. The application must:
- Be based on open-source technology for cloud portability
- Dynamically scale compute capacity based on demand
- Support continuous software delivery
- Run multiple segregated copies of the same application stack
- Deploy application bundles using dynamic templates
- Route network traffic to specific services based on URL Which combination of technologies will meet all of his requirements?
Google Kubernetes Engine, Jenkins, and Helm
Google Kubernetes Engine and Cloud Load Balancing
Google Kubernetes Engine and Cloud Deployment Manager
Google Kubernetes Engine, Jenkins, and Cloud Load Balancing
解説
Jenkins is an open-source automation server that lets you flexibly orchestrate your build, test, and deployment pipelines. Kubernetes Engine is a hosted version of Kubernetes, a powerful cluster manager and orchestration system for containers. When you need to set up a continuous delivery (CD) pipeline, deploying Jenkins on Kubernetes Engine provides important benefits over a standard VM-based deployment Incorrect Answers: A: Helm is a tool for managing Kubernetes charts. Charts are packages of pre-configured Kubernetes resources. Use Helm to: Find and use popular software packaged as Kubernetes charts
✑ Share your own applications as Kubernetes charts
✑ Create reproducible builds of your Kubernetes applications
✑ Intelligently manage your Kubernetes manifest files
✑ Manage releases of Helm packages
Reference:
https://cloud.google.com/solutions/jenkins-on-kubernetes-engineユーザの投票
コメント(17)
it should be A .. helm is needed for "Deploy application bundles using dynamic templates"
Load Balancing should be part of GKE Already
👍 46rsamant2021/06/10D. Google Kubernetes Engine, Jenkins, and Cloud Load Balancing
👍 33victory1082021/07/04- 正解だと思う選択肢: D
Correct answer is D; Cloud load balancing supports URL based routing. I will go with D. Helm helps you to manage kubernetes application which anyways GKE is capable of.
👍 4AniketD2022/11/19
シャッフルモード