cheryl hung, product manager devops with kubernetes meetup ... · persistent storage with...

64
Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com, 25 April 2018 Cheryl Hung, Product Manager © StorageOS Ltd.

Upload: others

Post on 19-Jun-2020

6 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

Persistent Storage with Kubernetes in ProductionWhich solution and why?

DevOps with Kubernetes Meetup by Hotels.com, 25 April 2018

Cheryl Hung, Product Manager

© StorageOS Ltd.

Page 2: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

2© StorageOS Ltd.

CherylEx-Google software engineerProduct manager, StorageOSCloud Native London meetup

@oicheryl

Page 3: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

Objectives

•Why is state so tricky?•How should I compare storage?•What storage should I use with Kubernetes?

3

@oicheryl

© StorageOS Ltd.

Page 4: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

Objectives

•Why is state so tricky?•How should I compare storage?•What storage should I use with Kubernetes?

Anti-objective:•Should I use a database/message queue/key-value store... for my app?

4

@oicheryl

© StorageOS Ltd.

Page 5: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

Why is state sotricky?

5© StorageOS Ltd.

Page 6: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

Why do I need storage? @oicheryl

© StorageOS Ltd.

Page 7: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

7

@oicheryl

© StorageOS Ltd.

Why do I need storage?

Page 8: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

First challenge: No storage pets

8

@oicheryl

© StorageOS Ltd.

Page 9: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

Second challenge: Data needs to follow

9

@oicheryl

© StorageOS Ltd.

Page 10: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

Third challenge: Humans are fallible

10

@oicheryl

© StorageOS Ltd.

Page 11: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

How should I compare storage?

11© StorageOS Ltd.

Page 12: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

From the CNCF Landscape @oicheryl

© StorageOS Ltd.

Page 13: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

@oicheryl

Page 14: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

14

Eight Principles of Cloud Native Storage

Page 15: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

What is Cloud Native?

Horizontally scalableNo single point of failureResilient and self healingMinimal operator overheadDecoupled from the underlying platform

15

@oicheryl

© StorageOS Ltd.

Page 16: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

Eight principles of Cloud Native Storage

Storage should be presented to and consumed by applications, not by operating systems or hypervisors

1 Application centric

@oicheryl

© StorageOS Ltd.

Page 17: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

Eight principles of Cloud Native Storage

Storage should be presented to and consumed by applications, not by operating systems or hypervisors

The storage platform should be able to run anywhere. Upgrades and scaling is non-disruptive.

1 Application centric

2 Platform agnostic

@oicheryl

© StorageOS Ltd.

Page 18: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

Eight principles of Cloud Native Storage

Storage should be presented to and consumed by applications, not by operating systems or hypervisors

The storage platform should be able to run anywhere. Upgrades and scaling is non-disruptive.

Storage resources should be declared and composed just like all other resources required by applications and services.

1 Application centric

2 Platform agnostic

3 Declarative & composable

@oicheryl

© StorageOS Ltd.

Page 19: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

Eight principles of Cloud Native Storage

Storage should be presented to and consumed by applications, not by operating systems or hypervisors

The storage platform should be able to run anywhere. Upgrades and scaling is non-disruptive.

Storage resources should be declared and composed just like all other resources required by applications and services.

Storage resources and services should be easy to be provisioned, consumed, moved and managed via an API.

1 Application centric

2 Platform agnostic

3 Declarative & composable

4 API driven

@oicheryl

© StorageOS Ltd.

Page 20: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

Eight principles of Cloud Native Storage

5 Natively secure

Storage services should integrate and inline security features such as encryption and RBAC.

@oicheryl

© StorageOS Ltd.

Page 21: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

Eight principles of Cloud Native Storage

5 Natively secure

6 Agile

Storage services should integrate and inline security features such as encryption and RBAC.

The platform should be able to move application data between locations, dynamically resize and snapshot volumes.

@oicheryl

© StorageOS Ltd.

Page 22: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

Eight principles of Cloud Native Storage

5 Natively secure

6 Agile

7 Performant

Storage services should integrate and inline security features such as encryption and RBAC.

The platform should be able to move application data between locations, dynamically resize and snapshot volumes.

The storage platform should offer deterministic performance in complex distributed environments.

@oicheryl

© StorageOS Ltd.

Page 23: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

Eight principles of Cloud Native Storage

5 Natively secure

6 Agile

7 Performant

8 Consistently available

Storage services should integrate and inline security features such as encryption and RBAC.

The platform should be able to move application data between locations, dynamically resize and snapshot volumes.

The storage platform should offer deterministic performance in complex distributed environments.

The storage platform should ensure high availability, durability, consistency with a predictable, proven data model.

@oicheryl

© StorageOS Ltd.

Page 24: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

What storage should I use with Kubernetes?

24© StorageOS Ltd.

Page 25: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

@oicherylExtremely quick intro to Kubernetes

© StorageOS Ltd.

Developer

•An open source container orchestrator platform, originally developed by Google

•One of the fastest moving projects in open source•Abstraction layer for infrastructure in a cluster•“The Linux of the cloud”

Page 26: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

@oicherylExtremely quick intro to Kubernetes

© StorageOS Ltd.

Developer

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

Page 27: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

@oicherylExtremely quick intro to Kubernetes

© StorageOS Ltd.

Developer

Page 28: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

@oicherylKubernetes Storage Model: Persistent Volumes and Claims

© StorageOS Ltd.

Registers PVs in the pool

Pool of Persistent Volumes

NFSPV

iSCSIPV

NFSPV

GCEPV

Developer

Administrator

Page 29: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

@oicherylKubernetes Storage Model: Persistent Volumes and Claims

© StorageOS Ltd.

Registers PVs in the pool

Claims a PV from the poolclaim

Pool of Persistent Volumes

NFSPV

iSCSIPV

NFSPV

GCEPV

Developer

Administrator

Developer

Page 30: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

@oicherylKubernetes Storage Model: Persistent Volumes and Claims

© StorageOS Ltd.

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

Developer

Administrator

Developer

Page 31: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

@oicherylDynamic provisioning with Storage Classes

© StorageOS Ltd.

Registers Storage Classes

Storage Classes

NSPVstandardfast

Administrator

Page 32: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

@oicherylDynamic provisioning with Storage Classes

© StorageOS Ltd.

Registers Storage Classes

claim

Storage Classes

NSPVslowfast

Administrator

Developer

Claims a PV from the pool

Page 33: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

@oicherylDynamic provisioning with Storage Classes

© StorageOS Ltd.

claim

Registers Storage Classes

References claim in pod

claim

Storage Classes

NSPV

Pod

slowfast

Administrator

Developer

Claims a PV from the pool

fastPV

Page 34: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

@oicheryl

© StorageOS Ltd.

Page 35: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

@oicherylMeet Jane

© StorageOS Ltd.

•A DevOps engineer at a media company

•Migrating client Wordpress websites into Kubernetes

•Wants to follow the cloud native principles

Page 36: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

Proliferating plugins

© StorageOS Ltd.

@oicheryl

Page 37: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

Proliferating plugins

© StorageOS Ltd.

@oicheryl

Page 38: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

Key information

1. What is my use case?

2. What are my performance requirements?

3. How should developers access storage?

4. Where is the storage deployed and managed?

@oicheryl

© StorageOS Ltd.

Page 39: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

1. What is my use case?

39

App binaries App data Config Backup

@oicheryl

© StorageOS Ltd.

Page 40: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

2. What are my performance requirements?

40

App binariesEphemeral

App dataLatency,

availability, performant

ConfigShared

BackupCost efficient,

cloud

@oicheryl

© StorageOS Ltd.

Page 41: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

@oicheryl3. How should developers access storage?

© StorageOS Ltd.

BlockFixed-size ‘blocks’ in a rigid arrangement – ideal for enterprise

databases

File‘Files’ in

hierarchically nested ‘folders’ – ideal for active documents

Object‘Objects’ in scalable ‘buckets’ – ideal for

unstructured big data and archiving

Page 42: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

4. Where is the storage deployed and managed?

●CO supports one or more Interfaces to interact with the Storage System

●Storage System can (A) support control-plane interface API directly and interact directly with the CO or can (B) interact with the CO via an API framework layer or other Tools.

●Storage system must support the ability to provision and consume (C) volumes through a standard interface to be considered Interoperable

●Workloads interact (C) with storage systems over various data-plane methods

Cluster Orchestrators

Control-Plane Interfaces(CSI, DVDI, Flex, Native)

Storage SystemsFrameworks and Tools

AB

B

Workloads

C

© StorageOS Ltd.

@oicheryl

Page 43: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

@oicherylJane’s storage requirements

© StorageOS Ltd.

•Postgres database for application data

•Database location, credentials•Database and website backups•User uploaded media

Page 44: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

Database location and credentials

© StorageOS Ltd.

@oicheryl

1. Use case? Configuration2. Performance requirements? Shared across instances3. Access? Kubernetes provides Secrets for sensitive data

such as passwords, and ConfigMap for arbitrary config. Both can be accessed by the application through environment variables

4. Deployed and managed? Tight integration with Kubernetes

Page 45: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

User uploaded media

© StorageOS Ltd.

@oicheryl

1. Use case? Shared media2. Performance requirements? Large blobs of data, shared

across pods3. Access? Shared filesystem4. Deployed and managed?

Cloud: Managed NFS, or object store if the app can support itOn prem: Distributed FS (not NFS)

Page 46: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

Database and website backup

© StorageOS Ltd.

@oicheryl

1. Use case? Backup and archival2. Performance requirements? Durability, cost, snapshots3. Access? Object store4. Deployed and managed?

Cloud: Managed object store, long term cold storageOn prem: Object store (not NAS)

Page 47: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

Postgres for application data

© StorageOS Ltd.

@oicheryl

1. Use case? Transactional database2. Performance requirements? High availability, low latency,

deterministic performance3. Access? Database connector4. Deployed and managed?

Cloud: Cloud volumes (watch out for attach/detach times, compliance) or managed db (limited offerings)On prem: Software defined storage

Page 48: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

Software-defined storage - StorageOS @oicheryl

© StorageOS Ltd.

Page 49: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

@oicheryl

© StorageOS Ltd.

(again)

Page 50: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

High availability with StorageOS @oicheryl

© StorageOS Ltd.

Page 51: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

51

To Recap…

Page 52: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

Storage principles

1 Application centric

2 Platform agnostic

3 Declarative/ composable

4 API driven

5 Natively secure

6 Agile

7 Performant

8 Consistently available

© StorageOS Ltd.

@oicheryl

1. Use case?2. Performance

requirements?3. Access?4. Deployed and

managed?

Page 53: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

CSI in beta in Kubernetes 1.10 @oicheryl

© StorageOS Ltd.

Page 54: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

Browser-based demo• demo.storageos.cloud

Quickstart• storageos.com/kubernetes

@oicherylStorageOS resources

© StorageOS Ltd.

Page 55: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

ThanksSlides at oicheryl.com

© StorageOS Ltd.

Page 56: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

What is StorageOS?

© StorageOS Ltd.

@oicheryl

Page 57: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

What is StorageOS?

© StorageOS Ltd.

@oicheryl

Platform agnostic

Horizontally scalable

Database (ie. block)

Docker/K8s integration

High availability

Page 58: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

StorageOS architecture @oicheryl

© StorageOS Ltd.

Page 59: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

StorageOS architecture

© StorageOS Ltd.

@oicheryl

StorageOS is conceptually pretty simple; it’s a virtualization layer on top of any commodity or cloud storage. It’s deployed as one container per node, similar to a DaemonSet.

1. Nodes contribute local block storage to the storage pool.2. Virtual volumes (block storage formatted with a standard filesystem) are

created using the StorageOS volume plugin.3. Any pods can mount the virtual volumes from any node. If a pod is

rescheduled to a different node, StorageOS simply redirects reads and writes so the pod can continue to access the storage.

Page 60: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

StorageOS architecture

© StorageOS Ltd.

@oicheryl

It’s designed to scale horizontally by adding more nodes. New nodes contribute their storage into the storage pool, or, if they don’t have storage themselves, can access storage on other nodes.

Page 61: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

High availability with StorageOS

© StorageOS Ltd.

@oicheryl

Page 62: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

High availability with StorageOS

© StorageOS Ltd.

@oicheryl

StorageOS uses a hybrid master/replica architecture, where replicas are distributed across nodes.

Replication is very simple in StorageOS. Volume D is created with two replicas. StorageOS creates the replicas (D2, D3) and schedules them to two different nodes (N3, N5). Incoming writes to D are synchronously replicated to D2 and D3, ie. writes are not persisted until acknowledged by both replicas.

If N1 fails, one of D2 or D3 gets promoted to master, providing instant failover and no interruption of service. StorageOS creates and resyncs a new replica on N2 or N4 in the background.

Page 63: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

StorageOS: A modular enterprise storage solution in a container

63

• Manages data access requests

• Pools aggregate storage for presentation

• Runs as a container

DATA PLANE

• Manages config, health, scheduling, policy, provisioning and recovery

• API is accessed by plugins, CLI, GUI

• Runs as a container

CONTROL PLANE

© 2013-2017 StorageOS Ltd. All rights reserved.

Page 64: Cheryl Hung, Product Manager DevOps with Kubernetes Meetup ... · Persistent Storage with Kubernetes in Production Which solution and why? DevOps with Kubernetes Meetup by Hotels.com,

More reading

Download the technical architecture overview at storageos.com/storageos-platform-architecture-overview.

Try out in your browser, with zero downloads or configuration: demo.storageos.cloud

Full documentation at docs.storageos.com.