From 5b745a99c0bca6fa09acd800c3e4e5f7ee2fd0fb Mon Sep 17 00:00:00 2001 From: Marco Verleun Date: Wed, 28 Jun 2023 14:59:10 +0200 Subject: [PATCH] Add storage --- slides/custom/volumes.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 slides/custom/volumes.md diff --git a/slides/custom/volumes.md b/slides/custom/volumes.md new file mode 100644 index 0000000..d85c2d3 --- /dev/null +++ b/slides/custom/volumes.md @@ -0,0 +1,13 @@ +# Volumes + +- Storage is important and requires a careful selection + +- There are two types of storage: + + - ephemeral + + - persistant + +--- + +## ephemeral storage \ No newline at end of file