storage solution for openshift storageos: a software defined · 2020-06-05 · quick intro to...

23
StorageOS: a Software Defined Storage Solution for OpenShift Cheryl Hung (@oicheryl) Product Manager, StorageOS May 10, 2018

Upload: others

Post on 13-Jun-2020

3 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Storage Solution for OpenShift StorageOS: a Software Defined · 2020-06-05 · Quick intro to Kubernetes & OpenShift An open source container orchestrator for running containers at

StorageOS: a Software Defined Storage Solution for OpenShift

Cheryl Hung (@oicheryl)Product Manager, StorageOSMay 10, 2018

Page 2: Storage Solution for OpenShift StorageOS: a Software Defined · 2020-06-05 · Quick intro to Kubernetes & OpenShift An open source container orchestrator for running containers at

Objectives

● Why is container storage so tricky?● How does storage work with OpenShift?● Demo

Page 3: Storage Solution for OpenShift StorageOS: a Software Defined · 2020-06-05 · Quick intro to Kubernetes & OpenShift An open source container orchestrator for running containers at

Cheryl Hung@oicheryl

● Ex-Google software engineer● Product at StorageOS● CNCF ambassador● Cloud Native London

Page 4: Storage Solution for OpenShift StorageOS: a Software Defined · 2020-06-05 · Quick intro to Kubernetes & OpenShift An open source container orchestrator for running containers at

Why is container storage so tricky?

Page 5: Storage Solution for OpenShift StorageOS: a Software Defined · 2020-06-05 · Quick intro to Kubernetes & OpenShift An open source container orchestrator for running containers at

Why do I need storage?

Page 6: Storage Solution for OpenShift StorageOS: a Software Defined · 2020-06-05 · Quick intro to Kubernetes & OpenShift An open source container orchestrator for running containers at

Why do I need storage?

Page 7: Storage Solution for OpenShift StorageOS: a Software Defined · 2020-06-05 · Quick intro to Kubernetes & OpenShift An open source container orchestrator for running containers at

First challenge: No storage pets

Page 8: Storage Solution for OpenShift StorageOS: a Software Defined · 2020-06-05 · Quick intro to Kubernetes & OpenShift An open source container orchestrator for running containers at

Second challenge: Data needs to follow

Page 9: Storage Solution for OpenShift StorageOS: a Software Defined · 2020-06-05 · Quick intro to Kubernetes & OpenShift An open source container orchestrator for running containers at

Third challenge: Humans are fallible

Page 10: Storage Solution for OpenShift StorageOS: a Software Defined · 2020-06-05 · Quick intro to Kubernetes & OpenShift An open source container orchestrator for running containers at

How does storage work with OpenShift?

Page 11: Storage Solution for OpenShift StorageOS: a Software Defined · 2020-06-05 · Quick intro to Kubernetes & OpenShift An open source container orchestrator for running containers at

Quick intro to Kubernetes & OpenShift

● An open source container orchestrator for running containers at scale, Google-style.

● One of the fastest moving projects in open source; the “Linux of the cloud”.

● OpenShift adds security, networking, authentication, build/test/deploy tools...

Page 12: Storage Solution for OpenShift StorageOS: a Software Defined · 2020-06-05 · Quick intro to Kubernetes & OpenShift An open source container orchestrator for running containers at

Quick intro to Kubernetes & OpenShift

“Always run my application (packaged as a pod/container) with four replicas”

Page 13: Storage Solution for OpenShift StorageOS: a Software Defined · 2020-06-05 · Quick intro to Kubernetes & OpenShift An open source container orchestrator for running containers at

Quick intro to Kubernetes & OpenShift

Page 14: Storage Solution for OpenShift StorageOS: a Software Defined · 2020-06-05 · Quick intro to Kubernetes & OpenShift An open source container orchestrator for running containers at

OpenShift Storage Model: PV and PVCs

Registers PVs in the pool

Pool of Persistent Volumes

NFSPV

iSCSIPV

NFSPV

GCEPV

Administrator

Page 15: Storage Solution for OpenShift StorageOS: a Software Defined · 2020-06-05 · Quick intro to Kubernetes & OpenShift An open source container orchestrator for running containers at

OpenShift Storage Model: PV and PVCs

Registers PVs in the pool

Claims a PV from the poolclaim

Pool of Persistent Volumes

NFSPV

iSCSIPV

NFSPV

GCEPV

Administrator

Developer

Page 16: Storage Solution for OpenShift StorageOS: a Software Defined · 2020-06-05 · Quick intro to Kubernetes & OpenShift An open source container orchestrator for running containers at

OpenShift Storage Model: PV and PVCs

claim

Registers PVs in the pool

Claims a PV from the pool

References claim in pod

claim

Pool of Persistent Volumes

NFSPV

iSCSIPV

NFSPV

Pod

GCEPV

Administrator

Developer

Page 17: Storage Solution for OpenShift StorageOS: a Software Defined · 2020-06-05 · Quick intro to Kubernetes & OpenShift An open source container orchestrator for running containers at

Dynamic provisioning with storage classes

Registers Storage Classes

Storage Classes

NSPVstandardfast

Administrator

Page 18: Storage Solution for OpenShift StorageOS: a Software Defined · 2020-06-05 · Quick intro to Kubernetes & OpenShift An open source container orchestrator for running containers at

Dynamic provisioning with storage classes

Registers Storage Classes

claim

Storage Classes

NSPVstandardfast

Administrator

Developer

Claims a PV from the pool

Page 19: Storage Solution for OpenShift StorageOS: a Software Defined · 2020-06-05 · Quick intro to Kubernetes & OpenShift An open source container orchestrator for running containers at

Dynamic provisioning with storage classes

claim

Registers Storage Classes

References claim in pod

claim

Storage Classes

NSPV

Pod

standardfast

Administrator

Developer

Claims a PV from the pool

fastPV

Page 20: Storage Solution for OpenShift StorageOS: a Software Defined · 2020-06-05 · Quick intro to Kubernetes & OpenShift An open source container orchestrator for running containers at

Demo

Page 21: Storage Solution for OpenShift StorageOS: a Software Defined · 2020-06-05 · Quick intro to Kubernetes & OpenShift An open source container orchestrator for running containers at

StorageOSA software defined, scale out storage platform for running enterprise containerized applications in production

Page 22: Storage Solution for OpenShift StorageOS: a Software Defined · 2020-06-05 · Quick intro to Kubernetes & OpenShift An open source container orchestrator for running containers at

High availability with StorageOS

Page 23: Storage Solution for OpenShift StorageOS: a Software Defined · 2020-06-05 · Quick intro to Kubernetes & OpenShift An open source container orchestrator for running containers at

Thank youSlides at oicheryl.com