Study. uk . com
  1. Home
  2. All questions
  3. Question 843

CKA study material · question 843 of 1000

A node's ephemeral storage is filling up. Besides emptyDir volumes, which two things draw on it? Choose two.

  1. Node-level container logs
  2. etcd's data directory
  3. The writable layers of running containers
  4. Attached PersistentVolumes
Show the answer

Answer: A. Node-level container logs
C. The writable layers of running containers

Local ephemeral storage carries emptyDir volumes, node-level container logs, container images and container writable layers. PersistentVolumes and etcd data are elsewhere.

Source: Local ephemeral storage (Kubernetes) — Local ephemeral storage (overview)

Challenge yourself on this topic → Study as cards