From 45b397682b0ebe4f74af1bcc6f8098878116cda3 Mon Sep 17 00:00:00 2001 From: Jerome Petazzoni Date: Mon, 3 Sep 2018 06:15:41 -0500 Subject: [PATCH] One more note about storage systems --- slides/k8s/portworx.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/slides/k8s/portworx.md b/slides/k8s/portworx.md index 373a96f5..42ccc3ec 100644 --- a/slides/k8s/portworx.md +++ b/slides/k8s/portworx.md @@ -56,6 +56,24 @@ --- +## A useful reminder + +- We're installing Portworx because we need a storage system + +- If you are using AKS, EKS, GKE ... you already have a storage system + + (but you might want another one, e.g. to leverage local storage) + +- If you have setup Kubernetes yourself, there are other solutions available too + + - on premises, you can use a good old SAN/NAS + + - on a private cloud like OpenStack, you can use e.g. Cinder + + - everywhere, you can use other systems, e.g. Gluster, StorageOS + +--- + ## Portworx requirements - Kubernetes cluster ✔️