Kubernetes Certified Network Administrator (KCNA) Part 2 Practice Test 2026 – All-in-One Guide to Master Your Certification!

Session length

1 / 20

Which Kubernetes object is designed for stateful workloads requiring stable network identities and persistent storage for each pod?

Deployment

DaemonSet

StatefulSet

Stateful workloads need predictable, enduring identities and dedicated storage for each instance. A StatefulSet is built for exactly that: every pod gets a stable, unique network identity and an ordinal index (like app-0, app-1, etc.) that survives rescheduling. This makes it possible for other components to reliably connect to the same pod address over time, which is crucial for databases, queues, and other stateful services.

In addition, StatefulSet provisions per-pod storage, so each instance has its own durable volume that remains attached to the same pod identity even if the pod moves to a different node. This pairing of stable network identity and per-pod storage is what enables stateful applications to recover cleanly and maintain data integrity.

Deployments are great for stateless, scalable workloads where pod identities can change and storage is typically shared or ephemeral. DaemonSets ensure one pod per node, but they don’t provide stable per-pod identities or per-pod durable storage in the way StatefulSet does. Jobs run tasks to completion and don’t support long-running stateful services with persistent storage tied to a fixed identity.

So, for stateful workloads needing stable network identities and persistent per-pod storage, StatefulSet is the appropriate Kubernetes object.

Job

Next question

Find the option that is right for you!

All options are one-time payments.

$12.50

30 day premium pass

All the basics to get you started

  • Ad-free experience
  • View your previous attempt history
  • Mobile app access
  • In-depth explanations
  • 30 day premium pass access
👑$30.00 $87.50 usd

6 month DELUXE pass (most popular)

Everything with the 30 day premium pass FOR 6 MONTHS! & the ultimate digital PDF study guide (BONUS)

  • Everything included in the premium pass
  • $87.50 usd value for $30.00! You save $57.50!
  • + Access to the ultimate digital PDF study guide
  • + 6 months of premium pass access
  • + Priority support
$12.50 $18.99

Ultimate digital PDF study guide

For those that prefer a more traditional form of learning

  • Available for instant download
  • Available offline
  • Hundreds of practice multiple choice questions
  • Comprehensive content
  • Detailed explanations
Image Description
Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy