Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam Professional Cloud Security Engineer All Questions

View all questions & answers for the Professional Cloud Security Engineer exam

Exam Professional Cloud Security Engineer topic 1 question 59 discussion

Actual exam question from Google's Professional Cloud Security Engineer
Question #: 59
Topic #: 1
[All Professional Cloud Security Engineer Questions]

A patch for a vulnerability has been released, and a DevOps team needs to update their running containers in Google Kubernetes Engine (GKE).
How should the DevOps team accomplish this?

  • A. Use Puppet or Chef to push out the patch to the running container.
  • B. Verify that auto upgrade is enabled; if so, Google will upgrade the nodes in a GKE cluster.
  • C. Update the application code or apply a patch, build a new image, and redeploy it.
  • D. Configure containers to automatically upgrade when the base image is available in Container Registry.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
TNT87
Highly Voted 3 years, 9 months ago
https://cloud.google.com/containers/security Containers are meant to be immutable, so you deploy a new image in order to make changes. You can simplify patch management by rebuilding your images regularly, so the patch is picked up the next time a container is deployed. Get the full picture of your environment with regular image security reviews. C is better
upvoted 15 times
AzureDP900
2 years ago
Yes, C is correct
upvoted 1 times
...
...
DebasishLowes
Highly Voted 3 years, 8 months ago
Ans : C
upvoted 7 times
...
nah99
Most Recent 1 day, 21 hours ago
Selected Answer: B
https://cloud.google.com/kubernetes-engine/docs/resources/security-patching#how_vulnerabilities_are_patched
upvoted 1 times
...
GCBC
1 year, 2 months ago
C is ans - no auto upgrade will patch
upvoted 2 times
...
[Removed]
1 year, 4 months ago
Selected Answer: C
"C" Containers are immutable and cannot be updated in place. Base image/container must be patched and then gradually introduced to live container pool. References: https://cloud.google.com/architecture/best-practices-for-operating-containers#immutability
upvoted 2 times
...
Ishu_awsguy
1 year, 5 months ago
My vote for B. This is a biog value add of GKE - inplace upgrades.
upvoted 1 times
...
Ric350
1 year, 7 months ago
B is 100% the answer. Fixing some vulnerabilities requires only a control plane upgrade, performed automatically by Google on GKE, while others require both control plane and node upgrades. To keep clusters patched and hardened against vulnerabilities of all severities, we recommend using node auto-upgrade on GKE (on by default). https://cloud.google.com/kubernetes-engine/docs/resources/security-patching#how_vulnerabilities_are_patched
upvoted 2 times
...
AwesomeGCP
2 years, 1 month ago
Selected Answer: C
C. Update the application code or apply a patch, build a new image, and redeploy it.
upvoted 1 times
...
Medofree
2 years, 7 months ago
Selected Answer: C
Correct ans is C, because "DevOps team needs to update their running containers".
upvoted 2 times
...
Rhehehe
2 years, 11 months ago
Its actually B. Patching a vulnerability involves upgrading to a new GKE or Anthos version number. GKE and Anthos versions include versioned components for the operating system, Kubernetes components, and other containers that make up the Anthos platform. Fixing some vulnerabilities requires only a control plane upgrade, performed automatically by Google on GKE, while others require both control plane and node upgrades. To keep clusters patched and hardened against vulnerabilities of all severities, we recommend using node auto-upgrade on GKE (on by default). On other Anthos platforms, Google recommends upgrading your Anthos components at least monthly. Ref: https://cloud.google.com/kubernetes-engine/docs/resources/security-patching
upvoted 5 times
StanPeng
2 years, 9 months ago
The qeustion is asking about upgrading application code rather than GKE
upvoted 1 times
Ric350
1 year, 7 months ago
No, the question is asking how vulnerabilities are patched! To keep clusters patched and hardened against vulnerabilities of all severities, we recommend using node auto-upgrade on GKE (on by default). https://cloud.google.com/kubernetes-engine/docs/resources/security-patching#how_vulnerabilities_are_patched
upvoted 2 times
...
...
alexm112
2 years, 9 months ago
Agreed - I think this wasn't available at the time people responded. B is correct https://cloud.google.com/kubernetes-engine/docs/how-to/node-auto-upgrades
upvoted 2 times
...
...
SuperDevops
3 years ago
I took the test yesterday and didn't pass, NO ISSUE is from here. The questions are totally new Whizlabs it´s OK
upvoted 1 times
sriz
3 years ago
u got questions from Whizlabs?
upvoted 2 times
...
...
Aniyadu
3 years, 10 months ago
The question asked is "team needs to update their running containers" if its was auto enabled there was no need to update manually. so my answer will be C.
upvoted 2 times
...
Kevinsayn
4 years ago
Me voy definitivamente con la C, dado que actualizar los nodos con autoupgrade no tiene nada que ver con los contenedores, la vulnerabilidad en este caso se debe aplicar con respecto a contenedor ósea aplicación por lo que la respuesta C es la correcta.
upvoted 3 times
soukumar369
3 years, 11 months ago
Translaed : 'm definitely going with C, since updating the nodes with autoupgrade has nothing to do with the containers, the vulnerability in this case must be applied with respect to the application bone container so the C answer is correct.
upvoted 1 times
...
...
jonclem
4 years ago
Answer B is correct as per the Video Google Kubernetes Engine (GKE) Security on Linuxacademy.
upvoted 2 times
...
[Removed]
4 years ago
Ans - C
upvoted 3 times
...
Rantu
4 years, 1 month ago
C is the correct answer as this is the way to patch, build, re-deploy
upvoted 3 times
...
Namaste
4 years, 2 months ago
Answer is C.
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...