Slide 1

Slide 1 text

Re-defining Data Management for the Cloud Era Ed Morgan SE - Western EMEA, Rubrik @mo6020

Slide 2

Slide 2 text

Agenda • Who and what is Rubrik? • Demo • How Rubrik makes automation a breeze • PowerShell Demo • Intro to Rubrik’s RESTful APIs • Demo of vRA + Rubrik • Q&A

Slide 3

Slide 3 text

Cloud Data Management. Recover, Manage, and Secure Data. Everywhere. THE NEXT BILLION DOLLAR STARTUPS Rubrik Emerging Vendors 2016

Slide 4

Slide 4 text

Who We Are Bipul Sinha Founding Investor/Board Member Nutanix; Database Products Oracle Arvind “AJ” Jain Google Distinguished Engineer; Founding Engineer Riverbed Soham Mazumdar Google Staff Engineer; FB Engineer; Co-Founder/CTO TagTile (acq by FB) Arvind “Nitro” Nithrakashyap Co-Founder Oracle Exadata; Principal Engineer Oracle Cluster

Slide 5

Slide 5 text

Our Investors – Over $280M Raised John Thompson Former CEO | Symantec Frank Slootman Former CEO | Data Domain Mark Leslie Founding CEO | Veritas

Slide 6

Slide 6 text

Data Management: 1990s to Present 1990s – Present Backup & Replication Software Backup Storage Backup Software Backup Servers Backup Proxies Replication Catalog Database Tape Off-site Archive Backup Storage a Dedupe Metadata 2000s – Present

Slide 7

Slide 7 text

vs Legacy Backup Vendors Dinosaurs failed to evolve… Do you have a dinosaur in your datacentre? Rubrik

Slide 8

Slide 8 text

Meet Rubrik Cloud Data Management Backup Software Backup Servers Backup Proxies Replication Catalog Database Tape Off-site Archive Backup Storage a Dedupe Metadata Private Public Software fabric for orchestrating data across clouds. No forklift upgrades.

Slide 9

Slide 9 text

How It Works Quick Start: Rack and go. Auto- discovery. Rapid Ingest: Flash-optimized, parallel ingest accelerates snapshots. Scale-out dedupe and compress. Automate: SLA policy engine for hands-free management. Recover: Instant and point-in-time recovery. Search and restore files. Recover from Ransomware. Secure: End-to-end encryption. Cloud: Secure “CloudOut” instantly accessible with global search. Primary Environment SLA Policy Engine Log Management NAS Private Public

Slide 10

Slide 10 text

Your Data Center Today Backup Proxy SAN Production Servers Backup Server Search Server Disk-Based Backup Tape Archive Offsite Tape Vault

Slide 11

Slide 11 text

Rubrik Simplifies Your Data Center SAN Production Servers Scale Out Scale Out Rubrik Replication + Long-Term Retention + Search Private

Slide 12

Slide 12 text

Benefits Unleashed Lower TCO Easy to Deploy Automated discovery of the complete infrastructure. No baby-sitting, load balancing, or maintenance. Simple to Scale Start small. Grow as you go in 2U increments. Scale out with white label hardware like Google and FB. Shrink data center footprint and reduce costs. Age out to private or public cloud at $10/TB/month.

Slide 13

Slide 13 text

Expand Rubrik Simplicity to DR SAN Production Servers Replication + Long-Term Retention + Search DR Servers DR SAN Offsite Disk Backup Rubrik Backup S/W + Dedupe Storage Private

Slide 14

Slide 14 text

Rubrik Backup/Recovery + DR SAN Production Servers Replication + Long-Term Retention + Search DR Servers Rubrik Backup S/W + Dedupe Storage Rubrik Replication & DR Private

Slide 15

Slide 15 text

Accelerate App Dev with Rubrik SAN Test/Dev Servers Replication + Long-Term Retention + Search Rubrik Backup S/W + Dedupe Storage Production Servers DR Servers Test/Dev SAN Rubrik Replication & DR Private

Slide 16

Slide 16 text

Complete Data Management SAN Test/Dev Servers Rubrik Backup S/W + Dedupe Storage + AppDev Production Servers DR Servers Rubrik Replication & DR Replication + Long-Term Retention + Search Private

Slide 17

Slide 17 text

New in Version 3.2, otherwise known as...

Slide 18

Slide 18 text

Data Management in the Cloud On-Prem Applications & Data Storage Azure Instance Blob Storage Backup Replication Archival Analytics Rubrik Cloud-Native Applications & Data EC2 Instance Rubrik

Slide 19

Slide 19 text

One Multi-Purpose Platform Beyond Backup Rubrik Cloud Data Management Backup & Recovery Disaster Recovery API-first Architecture Archival & Compliance Search Copy Data Management Analytics

Slide 20

Slide 20 text

Live Demo Demo

Slide 21

Slide 21 text

How Rubrik makes automation a breeze

Slide 22

Slide 22 text

Automation vs Orchestration Automation is concerned with a single task (i.e. installing a software package, stopping a service) Orchestration is concerned with the execution of a workflow process (comprised of multiple tasks and systems)

Slide 23

Slide 23 text

Why automate/orchestrate?

Slide 24

Slide 24 text

API-first Architecture Your App Automate data protection, search, & test/dev across hybrid cloud.

Slide 25

Slide 25 text

REST API - REST stands for Representational State Transfer - REST is an architecture style for designing networked applications - Uses HTTP as transport (mainly) à POST, GET, PUT/PATCH, DELETE - Data input/output in JSON/XML (mainly) - Talk to an URI: Uniform Resource Identifier http://example.com/users

Slide 26

Slide 26 text

Who would you rather interact with? REST API Meetings

Slide 27

Slide 27 text

Automate Dev/Test with Rubrik Clone PIT copy of VM, Power ON Automate change of IP Dev/Test Env Online!

Slide 28

Slide 28 text

Automate Disaster Recovery with Rubrik Clone PIT copy of VM @ DR Site Automate change config Services Online @ DR!

Slide 29

Slide 29 text

Automate Policy with vCenter Tags

Slide 30

Slide 30 text

Automate Recovery from Ransomware http://www.rubrik.com/wp-content/uploads/2015/12/Case-Study- Langs-Ransomware.pdf

Slide 31

Slide 31 text

Live Demo Demo – PoSh Automation

Slide 32

Slide 32 text

Intro to Rubrik’s RESTful APIs

Slide 33

Slide 33 text

The Choice is Yours World Class UI Experience Full Featured RESTful API • Simple to learn and consume regardless of background experience • Consumer grade polish and feel • Great for ad-hoc activities run by administrators or end users • Most activities require only a few clicks • Simple to learn and consume with only a small amount of REST API knowledge • Gracefully integrate with your existing toolset using a small number of calls • Tested and validated by the core engineering team – we use it, too! • No feature parity between the UI and API

Slide 34

Slide 34 text

Powerful Query, configure, and control nearly all operations across our suite of use cases: backup and recovery, search, analytics, DR, and more. Command and Control with RESTful APIs Native Gain access to any of the operations that are available through the Rubrik web UI; we use the same RESTful API that you do. Extensible Perform bulk-type operations that might otherwise be difficult or impossible to perform by hand.

Slide 35

Slide 35 text

Native Documentation • Real-time visibility into all available endpoints • Includes parameter, query, path, and response details • Professionally written and maintained with pseudo-code and code snippet examples • Explains the why and the how

Slide 36

Slide 36 text

Simple to Learn, Integrate, and Test

Slide 37

Slide 37 text

The use cases for a published, open, and documented RESTful API are endless

Slide 38

Slide 38 text

Cloud Management Portal Integration Leverage dashboards, workflows, and service catalogues from Service Now, VMware vRealize Suite, and others. 1 Configuration Management Use your existing investment in desired state tools to protect and restore data at a global scale across the Rubrik fabric. 2 Application and Server Validation Create live copies in near-zero timeframes to test restoration of data, applications, and entire servers against an orchestration engine. 3 Common Customer Use Cases

Slide 39

Slide 39 text

Consume Powerful Frameworks PowerShell vRealize Orchestrator Roll Your Own Give your operations team a familiar entry point to automate Rubrik workflows From simple to complex tasks, lean on an orchestration engine to deliver Day 2 services to your users Pick any tool or language of your choice to double down on the investments made in- house against the RESTful API

Slide 40

Slide 40 text

Service Now Integration - Dashboard

Slide 41

Slide 41 text

Service Now Integration – File/Folder Recovery

Slide 42

Slide 42 text

vRealize Automation Integration – Day 2 Ops

Slide 43

Slide 43 text

Live Demo Demo – vRA + Rubrik PS. Admiral Ozzel always performed manual deployments

Slide 44

Slide 44 text

Live Demo Demo – vRA + Rubrik: (here’s one I recorded earlier)

Slide 45

Slide 45 text

Summary Simple, scalable data management Built for the cloud generation Amplify possibilities through automation Backup & Recovery Analytics Search Disaster Recovery Archival & Compliance Copy Data Mgmt

Slide 46

Slide 46 text

Don’t Backup. Go Forward.