14
SIMPLIFY THE CLOUD WEBINAR

Simplify the Cloud with Cloud-A and Cloud 66

  • Upload
    cloud-a

  • View
    285

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Simplify the Cloud with Cloud-A and Cloud 66

SIMPLIFYTHE CLOUD

WEBINAR

Page 2: Simplify the Cloud with Cloud-A and Cloud 66

AGENDA● The speakers● Industry pain● The Cloud-A, Cloud 66 partnership● Introduction to Cloud-A ● Introduction to Cloud 66● Cloud 66 demo● Questions

Page 3: Simplify the Cloud with Cloud-A and Cloud 66

SPEAKERSKhash Sajadi

● Cloud 66 Co-founder & CEO

● 15+ years SW dev mgmt

Geoff Sullivan● Dir. Biz Dev @

Cloud-A● Enterprise IT sales

& marketing● Cloud computing

advocate in Canada

Page 4: Simplify the Cloud with Cloud-A and Cloud 66

INDUSTRY PAIN● Limited Ops resources● IaaS is too “Opsy” for

Devs● Devs need a simplified

way to deploy apps

Page 5: Simplify the Cloud with Cloud-A and Cloud 66

CLOUD-A & CLOUD 66 PARTNERSHIP● Cloud-A officially became

Cloud 66 IaaS partner in Feb, 2015

● Automate container deployment & management on Cloud-A IaaS

● Better apps to market faster● Several production web apps

in deployment today on Cloud-A +Cloud 66

“Cloud-A & Cloud 66 have allowed us to run host our backend services within Canada without needing to hire any DevOps personnel. It's been great for getting our app up and running quickly to prove out the concept.”

Jeremy Gale, CTO, AppColony

Page 6: Simplify the Cloud with Cloud-A and Cloud 66

CLOUD-A INTRODUCTION● The leading, and first,

Canadian Public Cloud provider

● Simplifying the IaaS experience for Dev Teams

● Powered by OpenStack● Open Platform - No lock-in● Utility Billing - No contracts

Page 7: Simplify the Cloud with Cloud-A and Cloud 66

SELF SERVICE IAAS (THE PRESENT)

Compute● Enterprise grade

performance● Rapid deployment● +14 Linux +

Windows Images + Custom Images

● Outperforms AWS + Rackspace

Virtual Private Cloud

● Encrypted, encapsulated networks

● Full network control● LB-as-a-service● Included in VM

pricing

Block Storage● Lightning fast SSD● Instantly

expandable● $0.25 per GB per

month

Object Storage● Near infinite

scalability● 3X redundant● Powerful, full

service API● $0.075 per GB per

month

Page 8: Simplify the Cloud with Cloud-A and Cloud 66

SIMPLIFIED CLOUD FOR DEV TEAMS (THE FUTURE)

● Simplified, intuitive UX for Dev teams

● Teamwork and collaboration functionality

● User based roles for Dev, Ops, Mgmt

● 3rd party tool integrations

Have your say: www.clouda.ca/user-experience-design-survey/

Page 9: Simplify the Cloud with Cloud-A and Cloud 66

Cloud 66 - who are we? DevOps as a Service ● Started in 2013

● Providing a hosted solution to build and maintain containers on the cloud

● 12 seamlessly integrated components to run containers in production on your own servers

● Starting from developers all the way to ops

Page 10: Simplify the Cloud with Cloud-A and Cloud 66

What do we do?Build● Analysis of code● Provisioning of the

servers, network, load balancers, databases

● Configuration

Maintain● Database backups (on

and off site)● Cross datacenter

replication + monitoring● Team management● Firewall management● Scaling and failover

Page 11: Simplify the Cloud with Cloud-A and Cloud 66

Containers, containers, container

● What?● Why?● How?

Page 12: Simplify the Cloud with Cloud-A and Cloud 66

Containers: What are they?Overview● Isolated process● Software distribution

mechanism● Portable

Options● Docker● rkt● LXD (Ubuntu)

Page 13: Simplify the Cloud with Cloud-A and Cloud 66

Containers: Why use them?Overview● Speed● Dependencies● Immutability● Separation of concerns● Microservices

Page 14: Simplify the Cloud with Cloud-A and Cloud 66

Containers in production● Build● Scheduling● Load balancing● Network● Service discovery

Containers: What you need?Options● Kubernetes● Mesos● CoreOS● DIY