Courseiva

Google PCA Practice Question: Managing Implementation and Ensuring Solution and Operations Reliability

A company runs a critical application on GKE with etcd for configuration storage. They want to back up etcd data for disaster recovery. Which tool should they use?

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Velero

Velero (formerly Heptio Ark) is an open-source tool for backing up and restoring Kubernetes resources, including etcd snapshots. gcloud container clusters describe does not back up, Backup for GKE is a managed service but not specifically for etcd, and etcdctl is a command-line tool for etcd but is not typically used for automated backups in GKE.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • gcloud container clusters describe

    Why it's wrong here

    This command describes a cluster; it does not create backups.

  • Backup for GKE

    Why it's wrong here

    Backup for GKE is a managed backup service for GKE but it backs up workloads and persistent volumes, not etcd directly.

  • etcdctl

    Why it's wrong here

    etcdctl can take snapshots but is not integrated with GKE backup workflows; Velero is the recommended approach.

  • Velero

    Why this is correct

    Velero is the standard tool for backing up Kubernetes clusters, including etcd snapshots.

About these practice questions

Courseiva writes every PCA question from scratch — 955 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This PCA practice question is part of Courseiva's free Google Cloud certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the PCA exam.