サイボウズの多種多様な18チームが120本以上の記事を投稿する夏フェス「CYBOZU SUMMER BLOG FES '25」の特設サイトです。| CYBOZU SUMMER BLOG FES '25 特設サイト
This document describes ephemeral volumes in Kubernetes. Familiarity with volumes is suggested, in particular PersistentVolumeClaim and PersistentVolume. Some applications need additional storage but don't care whether that data is stored persistently across restarts. For example, caching services are often limited by memory size and can move infrequently used data into storage that is slower than memory with little impact on overall performance. Other applications expect some read-only input...| Kubernetes