SlideShare ist ein Scribd-Unternehmen logo
1 von 29
By Sergey Sverchkov
Software Architect at Altoros
sergey.sverchkov@altoros.com
Taking Cloud to Extremes: Scaled-down, Highly
Available, and Mission-critical Architecture
www.altoros.com
@altoros
2
Requirements
@altoros
Solution Requirements
● An IoT healthcare solution:
○ Connect devices and users located at customer sites
○ Thousands of devices
○ Hundreds of customers
○ Collect, process, and visualize device data
@altoros
Solution Requirements
● Available as a private regional cloud:
○ Operated by a third-party
○ Addressing specific region regulations
○ Serving clients and providing region proximity
● A “scaled-down” version for on-site deployments:
○ Cost-effective
○ Easy remote maintenance
○ Backup data to the regional cloud
Regional Cloud
Customer Facility 1
Local Cloud
Customer Facility 2
Local Cloud
@altoros
Solution Requirements
● Consider implementation restrictions:
○ Limited resources for on-site deployment
● Review and approval by government agencies:
○ Open source technologies and products
○ Unified architecture for regional and local clouds
@altoros
Solution Requirements
● High availability and scalability:
○ A hardware and infrastructure platform
○ Cloud services and applications
● Security is essential:
○ VPN connectivity
○ Non-VPN connections should be supported
○ WebSocket, TCP, and HTTP protocols
Implementation
@altoros
Infrastructure: OpenStack vs. VMware
● VMware vSphere is about virtualization:
○ ESXi is the only supported hypervisor
○ vCenter for management
● OpenStack is about cloud:
○ Storage, network, and compute services
○ Security groups and access control
○ Projects and quotas
○ Supports KVM, ESXi, and QEMU
@altoros
VMware component License cost, USD
VMware vSphere Standard, 1 CPU $995
VMware vCenter Server Standard $4,995
Server CPU Cost per node, USD
SuperMicro 5038MR-H8TRF Intel Xeon E5-2620 v2 $1,800
OpenStack Cost, USD
5 compute nodes 5 * $1,800
3 controller nodes 3 * $1,800
Total $14,400
VMware Cost, USD
5 ESXi (compute) nodes 5 * $1,800 + 5 * $995
1 vCenter appliance 1 * $4,995
Total $18,970
Infrastructure: OpenStack vs. VMware
● Cost estimation for 5 nodes
@altoros
Platform Deployment View
@altoros
OpenStack Deployment Considerations
● Availability zones:
○ Identical zones for compute and storage services
● Support for VM migration:
○ Use Ceph for volumes and ephemeral disks
○ Free the capacity of one compute node
● Increase default values in nova.conf:
○ security_groups = 100
○ security_group_rule=300
○ volumes = 500
○ cpu_overcommit = 4
@altoros
Cloud Services
● Cloud Services—HA support:
○ Cassandra
○ MariaDB Galera
○ RabbitMQ
○ ElasticSearch, Logstash, Kibana (ELK)
@altoros
● For microservices architecture
● Runtime automation
● Organizations, users, spaces, and security groups
● Health checks, load balancing, and scaling
● AWS, OpenStack, and VMware
The Application Platform: Cloud Foundry
@altoros
The Cloud Platform: HA Deployment
@altoros
Jobs
Instances,
zone 1
Instances,
zone 2
Instances,
zone 3
CPU per
instance
RAM per
instance, GB
RAM
total, GB CPU total
etcd 1 1 1 1 2 6 3
UAA + CC DB 1 1 2 2 1
Cloud Controller 1 1 1 4 8 2
Doppler 1 1 1 1 1 3 3
Traffic Controller 1 1 1 1 2 2
Runners 2 2 2 16 64 384 96
Total for CF jobs 33 447 133
Cloud Foundry Planning
@altoros
Cloud Foundry HA Deployment Issues
● CC and UAA databases?
✓ Use BOSH Resurrector
✓ Use external MariaDB Galera
● BOSH Director ?
✓ Plan BOSH VM Recovery
● Blob store ?
✓ Store blobs in OpenStack Swift
@altoros
BOSH Director Recovery
● You will need:
○ bosh-state.json
○ bosh.yml manifest
○ BOSH persistent disk
● Edit bosh-state.json only with these properties:
○ installation_id
○ current_disk_id
● Re-deploy BOSH and attach the persistent disk:
bosh-init deploy bosh.yml
Total time: around 25 min
@altoros
Blob Storage in OpenStack Swift
● Set OpenStack as the provider in the deployment manifest:
properties:
cc:
packages:
app_package_directory_key: cc-packages
fog_connection: &fog_connection
provider: 'OpenStack'
openstack_username: 'cfdeployer'
openstack_api_key: 'ddd3dd23'
openstack_auth_url: 'http://172.30.0.3:5000/v2.0/tokens'
openstack_temp_url_key: '1328d0212'
@altoros
BOSH Resurrection
● Configure resurrection for the database VM:
$ bosh vm resurrection pg_data/0 on
● Measure the approximate time for restoring a VM:
○ 60 sec: agent health-check every
○ 60 sec: to mark agent as unresponsive
○ 120 sec: time to recreate the VM on OpenStack
○ 60 sec: time to initialize
Total: around 5 min.
● When a physical VM is down:
○ Resurrector recreates all VMs in the same AZ
@altoros
Cassandra in OpenStack Ceph
@altoros
Cassandra in OpenStack Ceph: Pros and Cons
● Pros:
○ Automation—all cloud services are in OpenStack.
○ Ceph is distributed and replicated storage.
○ Low cost compared to hardware SAN.
● Cons:
○ The replication factor is 6: 2 in Ceph * 3 in Cassandra.
○ Cassandra performance is impacted by network performance.
@altoros
Testing Cassandra in OpenStack Ceph
● OpenStack configuration:
○ 1 Gb network
○ 1 CPU per node — E5-2630 v3 2.40 GHz
○ 2.0 TB SATA 6.0 Gb/s 7200RPM for Ceph
● Cassandra configuration:
○ Node: 8 vCPUs, 32 GB of RAM
○ 6 nodes in 3 AZ; 2 nodes per AZ
○ A simple strategy with a replication factor of 3
○ Cassandra stress-test tool
@altoros
Operations / sec Avg. latency, ms Latency 99%, ms Max. latency, ms
47,700 2.8 10.1 3,851.7
Operations / sec Avg. latency, ms Latency 99%, ms Max latency, ms
65,250 2.1 5.5 50.8
Operations / sec Avg. latency, ms Latency 99%, ms Max latency, ms
54,150 2.5 7.1 2,062.1
Testing Cassandra in OpenStack Ceph
● 100% writes
● 100% reads
● 50% writes, 50% reads
@altoros
Cassandra Recommendations
● Cluster and node sizing:
○ Effective data size per node: 3–5 TB
○ Tables in all keyspaces: 500–1,000
○ 30–50% of free space for the compaction process
● DataStax storage recommendations:
○ Use local SSD drives in the JBOD mode
Contributions
@altoros
Altoros’s Contributions to Cloud Foundry
● Cassandra Service Broker for CF :
https://github.com/Altoros/cf-cassandra-broker-release.git
● Improvements to the ELK BOSH release and CF integration:
○ RabbitMQ input, Cassandra output for Logstash
○ Logstash filters
https://github.com/logsearch/logsearch-boshrelease/commits?author=axelaris
https://github.com/cloudfoundry-community/logsearch-for-cloudfoundry/
@altoros
Altoros’s Contributions to Other Projects
● Cassandra Web Tool for Developers—run CQL
○ Coming soon in open source!
@altoros
@altoros
Questions?
sergey.sverchkov@altoros.com
Thank you!
For more:
altoros.com
altoros.com/research-papers
blog.altoros.com
twitter.com/altoros

Weitere ähnliche Inhalte

Was ist angesagt?

Baylisa - Dive Into OpenStack
Baylisa - Dive Into OpenStackBaylisa - Dive Into OpenStack
Baylisa - Dive Into OpenStackJesse Andrews
 
OpenNebulaConf 2016 - Icinga2 - APIFY them all by Achim Ledermüller, Netways ...
OpenNebulaConf 2016 - Icinga2 - APIFY them all by Achim Ledermüller, Netways ...OpenNebulaConf 2016 - Icinga2 - APIFY them all by Achim Ledermüller, Netways ...
OpenNebulaConf 2016 - Icinga2 - APIFY them all by Achim Ledermüller, Netways ...OpenNebula Project
 
[OpenStack Days Korea 2016] How open HW and SW drives telco infrastucture inn...
[OpenStack Days Korea 2016] How open HW and SW drives telco infrastucture inn...[OpenStack Days Korea 2016] How open HW and SW drives telco infrastucture inn...
[OpenStack Days Korea 2016] How open HW and SW drives telco infrastucture inn...OpenStack Korea Community
 
[OpenStack Day in Korea 2015] Track 2-6 - Apache Tajo on Swift
[OpenStack Day in Korea 2015] Track 2-6 - Apache Tajo on Swift[OpenStack Day in Korea 2015] Track 2-6 - Apache Tajo on Swift
[OpenStack Day in Korea 2015] Track 2-6 - Apache Tajo on SwiftOpenStack Korea Community
 
Containers and CloudStack
Containers and CloudStackContainers and CloudStack
Containers and CloudStackShapeBlue
 
Disaggregating Ceph using NVMeoF
Disaggregating Ceph using NVMeoFDisaggregating Ceph using NVMeoF
Disaggregating Ceph using NVMeoFShapeBlue
 
Hostvn ceph in production v1.1 dungtq
Hostvn   ceph in production v1.1 dungtqHostvn   ceph in production v1.1 dungtq
Hostvn ceph in production v1.1 dungtqViet Stack
 
Kubernetes Day 2017 - Build, Ship and Run Your APP, Production !!
Kubernetes Day 2017 - Build, Ship and Run Your APP, Production !!Kubernetes Day 2017 - Build, Ship and Run Your APP, Production !!
Kubernetes Day 2017 - Build, Ship and Run Your APP, Production !!smalltown
 
Sven Vogel: Running CloudStack and OpenShift with NetApp on KVM
Sven Vogel: Running CloudStack and OpenShift with NetApp on KVMSven Vogel: Running CloudStack and OpenShift with NetApp on KVM
Sven Vogel: Running CloudStack and OpenShift with NetApp on KVMShapeBlue
 
Running OpenShift Clusters in a Cloudstack Environment
Running OpenShift Clusters in a Cloudstack EnvironmentRunning OpenShift Clusters in a Cloudstack Environment
Running OpenShift Clusters in a Cloudstack EnvironmentShapeBlue
 
John Spray - Ceph in Kubernetes
John Spray - Ceph in KubernetesJohn Spray - Ceph in Kubernetes
John Spray - Ceph in KubernetesShapeBlue
 
[OpenStack Days Korea 2016] Track2 - 가상화 네트워크와 클라우드간 협업
[OpenStack Days Korea 2016] Track2 - 가상화 네트워크와 클라우드간 협업[OpenStack Days Korea 2016] Track2 - 가상화 네트워크와 클라우드간 협업
[OpenStack Days Korea 2016] Track2 - 가상화 네트워크와 클라우드간 협업OpenStack Korea Community
 
[OpenStack Days Korea 2016] Track1 - Red Hat enterprise Linux OpenStack Platform
[OpenStack Days Korea 2016] Track1 - Red Hat enterprise Linux OpenStack Platform[OpenStack Days Korea 2016] Track1 - Red Hat enterprise Linux OpenStack Platform
[OpenStack Days Korea 2016] Track1 - Red Hat enterprise Linux OpenStack PlatformOpenStack Korea Community
 
Managing Ceph operational complexity with Juju
Managing Ceph operational complexity with JujuManaging Ceph operational complexity with Juju
Managing Ceph operational complexity with JujuShapeBlue
 
Monitor PowerKVM using Ganglia, Nagios
Monitor PowerKVM using Ganglia, NagiosMonitor PowerKVM using Ganglia, Nagios
Monitor PowerKVM using Ganglia, NagiosPradeep Kumar
 
Deploying openstack using ansible
Deploying openstack using ansibleDeploying openstack using ansible
Deploying openstack using ansibleopenstackindia
 
Unrevealed Story Behind Viettel Network Cloud Hotpot | Đặng Văn Đại, Hà Mạnh ...
Unrevealed Story Behind Viettel Network Cloud Hotpot | Đặng Văn Đại, Hà Mạnh ...Unrevealed Story Behind Viettel Network Cloud Hotpot | Đặng Văn Đại, Hà Mạnh ...
Unrevealed Story Behind Viettel Network Cloud Hotpot | Đặng Văn Đại, Hà Mạnh ...Vietnam Open Infrastructure User Group
 

Was ist angesagt? (20)

Baylisa - Dive Into OpenStack
Baylisa - Dive Into OpenStackBaylisa - Dive Into OpenStack
Baylisa - Dive Into OpenStack
 
OpenNebulaConf 2016 - Icinga2 - APIFY them all by Achim Ledermüller, Netways ...
OpenNebulaConf 2016 - Icinga2 - APIFY them all by Achim Ledermüller, Netways ...OpenNebulaConf 2016 - Icinga2 - APIFY them all by Achim Ledermüller, Netways ...
OpenNebulaConf 2016 - Icinga2 - APIFY them all by Achim Ledermüller, Netways ...
 
[OpenStack Days Korea 2016] How open HW and SW drives telco infrastucture inn...
[OpenStack Days Korea 2016] How open HW and SW drives telco infrastucture inn...[OpenStack Days Korea 2016] How open HW and SW drives telco infrastucture inn...
[OpenStack Days Korea 2016] How open HW and SW drives telco infrastucture inn...
 
[OpenStack Day in Korea 2015] Track 2-6 - Apache Tajo on Swift
[OpenStack Day in Korea 2015] Track 2-6 - Apache Tajo on Swift[OpenStack Day in Korea 2015] Track 2-6 - Apache Tajo on Swift
[OpenStack Day in Korea 2015] Track 2-6 - Apache Tajo on Swift
 
Containers and CloudStack
Containers and CloudStackContainers and CloudStack
Containers and CloudStack
 
Disaggregating Ceph using NVMeoF
Disaggregating Ceph using NVMeoFDisaggregating Ceph using NVMeoF
Disaggregating Ceph using NVMeoF
 
Hostvn ceph in production v1.1 dungtq
Hostvn   ceph in production v1.1 dungtqHostvn   ceph in production v1.1 dungtq
Hostvn ceph in production v1.1 dungtq
 
Kubernetes Day 2017 - Build, Ship and Run Your APP, Production !!
Kubernetes Day 2017 - Build, Ship and Run Your APP, Production !!Kubernetes Day 2017 - Build, Ship and Run Your APP, Production !!
Kubernetes Day 2017 - Build, Ship and Run Your APP, Production !!
 
OpenStack Watcher
OpenStack WatcherOpenStack Watcher
OpenStack Watcher
 
Sven Vogel: Running CloudStack and OpenShift with NetApp on KVM
Sven Vogel: Running CloudStack and OpenShift with NetApp on KVMSven Vogel: Running CloudStack and OpenShift with NetApp on KVM
Sven Vogel: Running CloudStack and OpenShift with NetApp on KVM
 
Running OpenShift Clusters in a Cloudstack Environment
Running OpenShift Clusters in a Cloudstack EnvironmentRunning OpenShift Clusters in a Cloudstack Environment
Running OpenShift Clusters in a Cloudstack Environment
 
John Spray - Ceph in Kubernetes
John Spray - Ceph in KubernetesJohn Spray - Ceph in Kubernetes
John Spray - Ceph in Kubernetes
 
StarlingX - A Platform for the Distributed Edge | Ildiko Vancsa
StarlingX - A Platform for the Distributed Edge | Ildiko VancsaStarlingX - A Platform for the Distributed Edge | Ildiko Vancsa
StarlingX - A Platform for the Distributed Edge | Ildiko Vancsa
 
OpenStack Neutron behind the Scenes
OpenStack Neutron behind the ScenesOpenStack Neutron behind the Scenes
OpenStack Neutron behind the Scenes
 
[OpenStack Days Korea 2016] Track2 - 가상화 네트워크와 클라우드간 협업
[OpenStack Days Korea 2016] Track2 - 가상화 네트워크와 클라우드간 협업[OpenStack Days Korea 2016] Track2 - 가상화 네트워크와 클라우드간 협업
[OpenStack Days Korea 2016] Track2 - 가상화 네트워크와 클라우드간 협업
 
[OpenStack Days Korea 2016] Track1 - Red Hat enterprise Linux OpenStack Platform
[OpenStack Days Korea 2016] Track1 - Red Hat enterprise Linux OpenStack Platform[OpenStack Days Korea 2016] Track1 - Red Hat enterprise Linux OpenStack Platform
[OpenStack Days Korea 2016] Track1 - Red Hat enterprise Linux OpenStack Platform
 
Managing Ceph operational complexity with Juju
Managing Ceph operational complexity with JujuManaging Ceph operational complexity with Juju
Managing Ceph operational complexity with Juju
 
Monitor PowerKVM using Ganglia, Nagios
Monitor PowerKVM using Ganglia, NagiosMonitor PowerKVM using Ganglia, Nagios
Monitor PowerKVM using Ganglia, Nagios
 
Deploying openstack using ansible
Deploying openstack using ansibleDeploying openstack using ansible
Deploying openstack using ansible
 
Unrevealed Story Behind Viettel Network Cloud Hotpot | Đặng Văn Đại, Hà Mạnh ...
Unrevealed Story Behind Viettel Network Cloud Hotpot | Đặng Văn Đại, Hà Mạnh ...Unrevealed Story Behind Viettel Network Cloud Hotpot | Đặng Văn Đại, Hà Mạnh ...
Unrevealed Story Behind Viettel Network Cloud Hotpot | Đặng Văn Đại, Hà Mạnh ...
 

Andere mochten auch

How to scale up, out or down in Windows Azure - Webinar
How to scale up, out or down in Windows Azure - WebinarHow to scale up, out or down in Windows Azure - Webinar
How to scale up, out or down in Windows Azure - WebinarCommon Sense
 
Constructors, Intro to Ruby Classes Part II
Constructors, Intro to Ruby Classes Part IIConstructors, Intro to Ruby Classes Part II
Constructors, Intro to Ruby Classes Part IIJuan Leal
 
Cloud Foundry Anniversary: Technical Slides
Cloud Foundry Anniversary: Technical Slides Cloud Foundry Anniversary: Technical Slides
Cloud Foundry Anniversary: Technical Slides marklucovsky
 
Cloud Foundry Open Tour - London
Cloud Foundry Open Tour - LondonCloud Foundry Open Tour - London
Cloud Foundry Open Tour - Londonmarklucovsky
 
Cloud foundry history
Cloud foundry historyCloud foundry history
Cloud foundry historyHristo Iliev
 
Speeding up Development with Cloud Foundry
Speeding up Development with Cloud FoundrySpeeding up Development with Cloud Foundry
Speeding up Development with Cloud FoundryAltoros
 
Quantifying the Benefits of Cloud Foundry
Quantifying the Benefits of Cloud FoundryQuantifying the Benefits of Cloud Foundry
Quantifying the Benefits of Cloud FoundryAltoros
 
Continuous Delivery for Microservice Architectures with Concourse & Cloud Fou...
Continuous Delivery for Microservice Architectures with Concourse & Cloud Fou...Continuous Delivery for Microservice Architectures with Concourse & Cloud Fou...
Continuous Delivery for Microservice Architectures with Concourse & Cloud Fou...VMware Tanzu
 
Securing Cassandra
Securing CassandraSecuring Cassandra
Securing CassandraInstaclustr
 
Home Depot - From Platform Ops to Dev Enablement
Home Depot - From Platform Ops to Dev EnablementHome Depot - From Platform Ops to Dev Enablement
Home Depot - From Platform Ops to Dev EnablementAnthony McCulley
 
Always On: Building Highly Available Applications on Cassandra
Always On: Building Highly Available Applications on CassandraAlways On: Building Highly Available Applications on Cassandra
Always On: Building Highly Available Applications on CassandraRobbie Strickland
 
Cloud Foundry Vancouver Meetup July 2016
Cloud Foundry Vancouver Meetup July 2016Cloud Foundry Vancouver Meetup July 2016
Cloud Foundry Vancouver Meetup July 2016Stuart Charlton
 
Pivotal Cloud Foundry: Building a diverse geo-architecture for Cloud Native A...
Pivotal Cloud Foundry: Building a diverse geo-architecture for Cloud Native A...Pivotal Cloud Foundry: Building a diverse geo-architecture for Cloud Native A...
Pivotal Cloud Foundry: Building a diverse geo-architecture for Cloud Native A...DataStax Academy
 
Cloud Foundry and Microservices: A Mutualistic Symbiotic Relationship
Cloud Foundry and Microservices: A Mutualistic Symbiotic RelationshipCloud Foundry and Microservices: A Mutualistic Symbiotic Relationship
Cloud Foundry and Microservices: A Mutualistic Symbiotic RelationshipMatt Stine
 
Introduction to Platform-as-a-Service and Cloud Foundry
Introduction to Platform-as-a-Service and Cloud FoundryIntroduction to Platform-as-a-Service and Cloud Foundry
Introduction to Platform-as-a-Service and Cloud FoundryManuel Silveyra
 
Practical PaaS presentation
Practical PaaS presentationPractical PaaS presentation
Practical PaaS presentationhmalphettes
 
Cloudfoundry architecture
Cloudfoundry architectureCloudfoundry architecture
Cloudfoundry architectureRamnivas Laddad
 

Andere mochten auch (18)

How to scale up, out or down in Windows Azure - Webinar
How to scale up, out or down in Windows Azure - WebinarHow to scale up, out or down in Windows Azure - Webinar
How to scale up, out or down in Windows Azure - Webinar
 
Constructors, Intro to Ruby Classes Part II
Constructors, Intro to Ruby Classes Part IIConstructors, Intro to Ruby Classes Part II
Constructors, Intro to Ruby Classes Part II
 
BUSINESS MODEL CANVAS
BUSINESS MODEL CANVASBUSINESS MODEL CANVAS
BUSINESS MODEL CANVAS
 
Cloud Foundry Anniversary: Technical Slides
Cloud Foundry Anniversary: Technical Slides Cloud Foundry Anniversary: Technical Slides
Cloud Foundry Anniversary: Technical Slides
 
Cloud Foundry Open Tour - London
Cloud Foundry Open Tour - LondonCloud Foundry Open Tour - London
Cloud Foundry Open Tour - London
 
Cloud foundry history
Cloud foundry historyCloud foundry history
Cloud foundry history
 
Speeding up Development with Cloud Foundry
Speeding up Development with Cloud FoundrySpeeding up Development with Cloud Foundry
Speeding up Development with Cloud Foundry
 
Quantifying the Benefits of Cloud Foundry
Quantifying the Benefits of Cloud FoundryQuantifying the Benefits of Cloud Foundry
Quantifying the Benefits of Cloud Foundry
 
Continuous Delivery for Microservice Architectures with Concourse & Cloud Fou...
Continuous Delivery for Microservice Architectures with Concourse & Cloud Fou...Continuous Delivery for Microservice Architectures with Concourse & Cloud Fou...
Continuous Delivery for Microservice Architectures with Concourse & Cloud Fou...
 
Securing Cassandra
Securing CassandraSecuring Cassandra
Securing Cassandra
 
Home Depot - From Platform Ops to Dev Enablement
Home Depot - From Platform Ops to Dev EnablementHome Depot - From Platform Ops to Dev Enablement
Home Depot - From Platform Ops to Dev Enablement
 
Always On: Building Highly Available Applications on Cassandra
Always On: Building Highly Available Applications on CassandraAlways On: Building Highly Available Applications on Cassandra
Always On: Building Highly Available Applications on Cassandra
 
Cloud Foundry Vancouver Meetup July 2016
Cloud Foundry Vancouver Meetup July 2016Cloud Foundry Vancouver Meetup July 2016
Cloud Foundry Vancouver Meetup July 2016
 
Pivotal Cloud Foundry: Building a diverse geo-architecture for Cloud Native A...
Pivotal Cloud Foundry: Building a diverse geo-architecture for Cloud Native A...Pivotal Cloud Foundry: Building a diverse geo-architecture for Cloud Native A...
Pivotal Cloud Foundry: Building a diverse geo-architecture for Cloud Native A...
 
Cloud Foundry and Microservices: A Mutualistic Symbiotic Relationship
Cloud Foundry and Microservices: A Mutualistic Symbiotic RelationshipCloud Foundry and Microservices: A Mutualistic Symbiotic Relationship
Cloud Foundry and Microservices: A Mutualistic Symbiotic Relationship
 
Introduction to Platform-as-a-Service and Cloud Foundry
Introduction to Platform-as-a-Service and Cloud FoundryIntroduction to Platform-as-a-Service and Cloud Foundry
Introduction to Platform-as-a-Service and Cloud Foundry
 
Practical PaaS presentation
Practical PaaS presentationPractical PaaS presentation
Practical PaaS presentation
 
Cloudfoundry architecture
Cloudfoundry architectureCloudfoundry architecture
Cloudfoundry architecture
 

Ähnlich wie Taking Cloud to Extremes: Scaled-down, Highly Available, and Mission-critical Architecture (Cloud Foundry Summit 2016)

OpenEBS hangout #4
OpenEBS hangout #4OpenEBS hangout #4
OpenEBS hangout #4OpenEBS
 
Elasticsearch on Kubernetes
Elasticsearch on KubernetesElasticsearch on Kubernetes
Elasticsearch on KubernetesJoerg Henning
 
Swami osi bangalore2017days pike release_updates
Swami osi bangalore2017days pike release_updatesSwami osi bangalore2017days pike release_updates
Swami osi bangalore2017days pike release_updatesRanga Swami Reddy Muthumula
 
Time series denver an introduction to prometheus
Time series denver   an introduction to prometheusTime series denver   an introduction to prometheus
Time series denver an introduction to prometheusBob Cotton
 
Building an IoT Cloud for Healthcare: How to Solve Networking Challenges and ...
Building an IoT Cloud for Healthcare: How to Solve Networking Challenges and ...Building an IoT Cloud for Healthcare: How to Solve Networking Challenges and ...
Building an IoT Cloud for Healthcare: How to Solve Networking Challenges and ...Altoros
 
Сергей Сверчков "Want to build a secure private cloud for IoT with high avail...
Сергей Сверчков "Want to build a secure private cloud for IoT with high avail...Сергей Сверчков "Want to build a secure private cloud for IoT with high avail...
Сергей Сверчков "Want to build a secure private cloud for IoT with high avail...Tanya Denisyuk
 
Ceph Day Beijing - Ceph all-flash array design based on NUMA architecture
Ceph Day Beijing - Ceph all-flash array design based on NUMA architectureCeph Day Beijing - Ceph all-flash array design based on NUMA architecture
Ceph Day Beijing - Ceph all-flash array design based on NUMA architectureCeph Community
 
Ceph Day Beijing - Ceph All-Flash Array Design Based on NUMA Architecture
Ceph Day Beijing - Ceph All-Flash Array Design Based on NUMA ArchitectureCeph Day Beijing - Ceph All-Flash Array Design Based on NUMA Architecture
Ceph Day Beijing - Ceph All-Flash Array Design Based on NUMA ArchitectureDanielle Womboldt
 
Kubernetes @ Squarespace (SRE Portland Meetup October 2017)
Kubernetes @ Squarespace (SRE Portland Meetup October 2017)Kubernetes @ Squarespace (SRE Portland Meetup October 2017)
Kubernetes @ Squarespace (SRE Portland Meetup October 2017)Kevin Lynch
 
Deep Dive: OpenStack Summit (Red Hat Summit 2014)
Deep Dive: OpenStack Summit (Red Hat Summit 2014)Deep Dive: OpenStack Summit (Red Hat Summit 2014)
Deep Dive: OpenStack Summit (Red Hat Summit 2014)Stephen Gordon
 
Kubernetes @ Squarespace: Kubernetes in the Datacenter
Kubernetes @ Squarespace: Kubernetes in the DatacenterKubernetes @ Squarespace: Kubernetes in the Datacenter
Kubernetes @ Squarespace: Kubernetes in the DatacenterKevin Lynch
 
Benchmarking your cloud performance with top 4 global public clouds
Benchmarking your cloud performance with top 4 global public cloudsBenchmarking your cloud performance with top 4 global public clouds
Benchmarking your cloud performance with top 4 global public cloudsdata://disrupted®
 
Disaster Recovery Options Running Apache Kafka in Kubernetes with Rema Subra...
 Disaster Recovery Options Running Apache Kafka in Kubernetes with Rema Subra... Disaster Recovery Options Running Apache Kafka in Kubernetes with Rema Subra...
Disaster Recovery Options Running Apache Kafka in Kubernetes with Rema Subra...HostedbyConfluent
 
Quantifying the Noisy Neighbor Problem in Openstack
Quantifying the Noisy Neighbor Problem in OpenstackQuantifying the Noisy Neighbor Problem in Openstack
Quantifying the Noisy Neighbor Problem in OpenstackNodir Kodirov
 
Logs @ OVHcloud
Logs @ OVHcloudLogs @ OVHcloud
Logs @ OVHcloudOVHcloud
 
Introduction to Container Storage Interface (CSI)
Introduction to Container Storage Interface (CSI)Introduction to Container Storage Interface (CSI)
Introduction to Container Storage Interface (CSI)Idan Atias
 
Ambedded - how to build a true no single point of failure ceph cluster
Ambedded - how to build a true no single point of failure ceph cluster Ambedded - how to build a true no single point of failure ceph cluster
Ambedded - how to build a true no single point of failure ceph cluster inwin stack
 
Kubermatic How to Migrate 100 Clusters from On-Prem to Google Cloud Without D...
Kubermatic How to Migrate 100 Clusters from On-Prem to Google Cloud Without D...Kubermatic How to Migrate 100 Clusters from On-Prem to Google Cloud Without D...
Kubermatic How to Migrate 100 Clusters from On-Prem to Google Cloud Without D...Tobias Schneck
 
How to Migrate 100 Clusters from On-Prem to Google Cloud Without Downtime
How to Migrate 100 Clusters from On-Prem to Google Cloud Without DowntimeHow to Migrate 100 Clusters from On-Prem to Google Cloud Without Downtime
How to Migrate 100 Clusters from On-Prem to Google Cloud Without Downtimeloodse
 
Boyan Krosnov - Building a software-defined cloud - our experience
Boyan Krosnov - Building a software-defined cloud - our experienceBoyan Krosnov - Building a software-defined cloud - our experience
Boyan Krosnov - Building a software-defined cloud - our experienceShapeBlue
 

Ähnlich wie Taking Cloud to Extremes: Scaled-down, Highly Available, and Mission-critical Architecture (Cloud Foundry Summit 2016) (20)

OpenEBS hangout #4
OpenEBS hangout #4OpenEBS hangout #4
OpenEBS hangout #4
 
Elasticsearch on Kubernetes
Elasticsearch on KubernetesElasticsearch on Kubernetes
Elasticsearch on Kubernetes
 
Swami osi bangalore2017days pike release_updates
Swami osi bangalore2017days pike release_updatesSwami osi bangalore2017days pike release_updates
Swami osi bangalore2017days pike release_updates
 
Time series denver an introduction to prometheus
Time series denver   an introduction to prometheusTime series denver   an introduction to prometheus
Time series denver an introduction to prometheus
 
Building an IoT Cloud for Healthcare: How to Solve Networking Challenges and ...
Building an IoT Cloud for Healthcare: How to Solve Networking Challenges and ...Building an IoT Cloud for Healthcare: How to Solve Networking Challenges and ...
Building an IoT Cloud for Healthcare: How to Solve Networking Challenges and ...
 
Сергей Сверчков "Want to build a secure private cloud for IoT with high avail...
Сергей Сверчков "Want to build a secure private cloud for IoT with high avail...Сергей Сверчков "Want to build a secure private cloud for IoT with high avail...
Сергей Сверчков "Want to build a secure private cloud for IoT with high avail...
 
Ceph Day Beijing - Ceph all-flash array design based on NUMA architecture
Ceph Day Beijing - Ceph all-flash array design based on NUMA architectureCeph Day Beijing - Ceph all-flash array design based on NUMA architecture
Ceph Day Beijing - Ceph all-flash array design based on NUMA architecture
 
Ceph Day Beijing - Ceph All-Flash Array Design Based on NUMA Architecture
Ceph Day Beijing - Ceph All-Flash Array Design Based on NUMA ArchitectureCeph Day Beijing - Ceph All-Flash Array Design Based on NUMA Architecture
Ceph Day Beijing - Ceph All-Flash Array Design Based on NUMA Architecture
 
Kubernetes @ Squarespace (SRE Portland Meetup October 2017)
Kubernetes @ Squarespace (SRE Portland Meetup October 2017)Kubernetes @ Squarespace (SRE Portland Meetup October 2017)
Kubernetes @ Squarespace (SRE Portland Meetup October 2017)
 
Deep Dive: OpenStack Summit (Red Hat Summit 2014)
Deep Dive: OpenStack Summit (Red Hat Summit 2014)Deep Dive: OpenStack Summit (Red Hat Summit 2014)
Deep Dive: OpenStack Summit (Red Hat Summit 2014)
 
Kubernetes @ Squarespace: Kubernetes in the Datacenter
Kubernetes @ Squarespace: Kubernetes in the DatacenterKubernetes @ Squarespace: Kubernetes in the Datacenter
Kubernetes @ Squarespace: Kubernetes in the Datacenter
 
Benchmarking your cloud performance with top 4 global public clouds
Benchmarking your cloud performance with top 4 global public cloudsBenchmarking your cloud performance with top 4 global public clouds
Benchmarking your cloud performance with top 4 global public clouds
 
Disaster Recovery Options Running Apache Kafka in Kubernetes with Rema Subra...
 Disaster Recovery Options Running Apache Kafka in Kubernetes with Rema Subra... Disaster Recovery Options Running Apache Kafka in Kubernetes with Rema Subra...
Disaster Recovery Options Running Apache Kafka in Kubernetes with Rema Subra...
 
Quantifying the Noisy Neighbor Problem in Openstack
Quantifying the Noisy Neighbor Problem in OpenstackQuantifying the Noisy Neighbor Problem in Openstack
Quantifying the Noisy Neighbor Problem in Openstack
 
Logs @ OVHcloud
Logs @ OVHcloudLogs @ OVHcloud
Logs @ OVHcloud
 
Introduction to Container Storage Interface (CSI)
Introduction to Container Storage Interface (CSI)Introduction to Container Storage Interface (CSI)
Introduction to Container Storage Interface (CSI)
 
Ambedded - how to build a true no single point of failure ceph cluster
Ambedded - how to build a true no single point of failure ceph cluster Ambedded - how to build a true no single point of failure ceph cluster
Ambedded - how to build a true no single point of failure ceph cluster
 
Kubermatic How to Migrate 100 Clusters from On-Prem to Google Cloud Without D...
Kubermatic How to Migrate 100 Clusters from On-Prem to Google Cloud Without D...Kubermatic How to Migrate 100 Clusters from On-Prem to Google Cloud Without D...
Kubermatic How to Migrate 100 Clusters from On-Prem to Google Cloud Without D...
 
How to Migrate 100 Clusters from On-Prem to Google Cloud Without Downtime
How to Migrate 100 Clusters from On-Prem to Google Cloud Without DowntimeHow to Migrate 100 Clusters from On-Prem to Google Cloud Without Downtime
How to Migrate 100 Clusters from On-Prem to Google Cloud Without Downtime
 
Boyan Krosnov - Building a software-defined cloud - our experience
Boyan Krosnov - Building a software-defined cloud - our experienceBoyan Krosnov - Building a software-defined cloud - our experience
Boyan Krosnov - Building a software-defined cloud - our experience
 

Mehr von Altoros

Maturing with Kubernetes
Maturing with KubernetesMaturing with Kubernetes
Maturing with KubernetesAltoros
 
Kubernetes Platform Readiness and Maturity Assessment
Kubernetes Platform Readiness and Maturity AssessmentKubernetes Platform Readiness and Maturity Assessment
Kubernetes Platform Readiness and Maturity AssessmentAltoros
 
Journey Through Four Stages of Kubernetes Deployment Maturity
Journey Through Four Stages of Kubernetes Deployment MaturityJourney Through Four Stages of Kubernetes Deployment Maturity
Journey Through Four Stages of Kubernetes Deployment MaturityAltoros
 
SGX: Improving Privacy, Security, and Trust Across Blockchain Networks
SGX: Improving Privacy, Security, and Trust Across Blockchain NetworksSGX: Improving Privacy, Security, and Trust Across Blockchain Networks
SGX: Improving Privacy, Security, and Trust Across Blockchain NetworksAltoros
 
Using the Cloud Foundry and Kubernetes Stack as a Part of a Blockchain CI/CD ...
Using the Cloud Foundry and Kubernetes Stack as a Part of a Blockchain CI/CD ...Using the Cloud Foundry and Kubernetes Stack as a Part of a Blockchain CI/CD ...
Using the Cloud Foundry and Kubernetes Stack as a Part of a Blockchain CI/CD ...Altoros
 
A Zero-Knowledge Proof: Improving Privacy on a Blockchain
A Zero-Knowledge Proof:  Improving Privacy on a BlockchainA Zero-Knowledge Proof:  Improving Privacy on a Blockchain
A Zero-Knowledge Proof: Improving Privacy on a BlockchainAltoros
 
Crap. Your Big Data Kitchen Is Broken.
Crap. Your Big Data Kitchen Is Broken.Crap. Your Big Data Kitchen Is Broken.
Crap. Your Big Data Kitchen Is Broken.Altoros
 
Containers and Kubernetes
Containers and KubernetesContainers and Kubernetes
Containers and KubernetesAltoros
 
Distributed Ledger Technology for Over-the-Counter Trading
Distributed Ledger Technology for Over-the-Counter TradingDistributed Ledger Technology for Over-the-Counter Trading
Distributed Ledger Technology for Over-the-Counter TradingAltoros
 
5-Step Deployment of Hyperledger Fabric on Multiple Nodes
5-Step Deployment of Hyperledger Fabric on Multiple Nodes5-Step Deployment of Hyperledger Fabric on Multiple Nodes
5-Step Deployment of Hyperledger Fabric on Multiple NodesAltoros
 
Deploying Kubernetes on GCP with Kubespray
Deploying Kubernetes on GCP with KubesprayDeploying Kubernetes on GCP with Kubespray
Deploying Kubernetes on GCP with KubesprayAltoros
 
UAA for Kubernetes
UAA for KubernetesUAA for Kubernetes
UAA for KubernetesAltoros
 
Troubleshooting .NET Applications on Cloud Foundry
Troubleshooting .NET Applications on Cloud FoundryTroubleshooting .NET Applications on Cloud Foundry
Troubleshooting .NET Applications on Cloud FoundryAltoros
 
Continuous Integration and Deployment with Jenkins for PCF
Continuous Integration and Deployment with Jenkins for PCFContinuous Integration and Deployment with Jenkins for PCF
Continuous Integration and Deployment with Jenkins for PCFAltoros
 
How to Never Leave Your Deployment Unattended
How to Never Leave Your Deployment UnattendedHow to Never Leave Your Deployment Unattended
How to Never Leave Your Deployment UnattendedAltoros
 
Cloud Foundry Monitoring How-To: Collecting Metrics and Logs
Cloud Foundry Monitoring How-To: Collecting Metrics and LogsCloud Foundry Monitoring How-To: Collecting Metrics and Logs
Cloud Foundry Monitoring How-To: Collecting Metrics and LogsAltoros
 
Smart Baggage Tracking: End-to-End Sensor-Based Solution
Smart Baggage Tracking: End-to-End Sensor-Based SolutionSmart Baggage Tracking: End-to-End Sensor-Based Solution
Smart Baggage Tracking: End-to-End Sensor-Based SolutionAltoros
 
Navigating the Ecosystem of Pivotal Cloud Foundry Tiles
Navigating the Ecosystem of Pivotal Cloud Foundry TilesNavigating the Ecosystem of Pivotal Cloud Foundry Tiles
Navigating the Ecosystem of Pivotal Cloud Foundry TilesAltoros
 
AI as a Catalyst for IoT
AI as a Catalyst for IoTAI as a Catalyst for IoT
AI as a Catalyst for IoTAltoros
 
Over-Engineering: Causes, Symptoms, and Treatment
Over-Engineering: Causes, Symptoms, and TreatmentOver-Engineering: Causes, Symptoms, and Treatment
Over-Engineering: Causes, Symptoms, and TreatmentAltoros
 

Mehr von Altoros (20)

Maturing with Kubernetes
Maturing with KubernetesMaturing with Kubernetes
Maturing with Kubernetes
 
Kubernetes Platform Readiness and Maturity Assessment
Kubernetes Platform Readiness and Maturity AssessmentKubernetes Platform Readiness and Maturity Assessment
Kubernetes Platform Readiness and Maturity Assessment
 
Journey Through Four Stages of Kubernetes Deployment Maturity
Journey Through Four Stages of Kubernetes Deployment MaturityJourney Through Four Stages of Kubernetes Deployment Maturity
Journey Through Four Stages of Kubernetes Deployment Maturity
 
SGX: Improving Privacy, Security, and Trust Across Blockchain Networks
SGX: Improving Privacy, Security, and Trust Across Blockchain NetworksSGX: Improving Privacy, Security, and Trust Across Blockchain Networks
SGX: Improving Privacy, Security, and Trust Across Blockchain Networks
 
Using the Cloud Foundry and Kubernetes Stack as a Part of a Blockchain CI/CD ...
Using the Cloud Foundry and Kubernetes Stack as a Part of a Blockchain CI/CD ...Using the Cloud Foundry and Kubernetes Stack as a Part of a Blockchain CI/CD ...
Using the Cloud Foundry and Kubernetes Stack as a Part of a Blockchain CI/CD ...
 
A Zero-Knowledge Proof: Improving Privacy on a Blockchain
A Zero-Knowledge Proof:  Improving Privacy on a BlockchainA Zero-Knowledge Proof:  Improving Privacy on a Blockchain
A Zero-Knowledge Proof: Improving Privacy on a Blockchain
 
Crap. Your Big Data Kitchen Is Broken.
Crap. Your Big Data Kitchen Is Broken.Crap. Your Big Data Kitchen Is Broken.
Crap. Your Big Data Kitchen Is Broken.
 
Containers and Kubernetes
Containers and KubernetesContainers and Kubernetes
Containers and Kubernetes
 
Distributed Ledger Technology for Over-the-Counter Trading
Distributed Ledger Technology for Over-the-Counter TradingDistributed Ledger Technology for Over-the-Counter Trading
Distributed Ledger Technology for Over-the-Counter Trading
 
5-Step Deployment of Hyperledger Fabric on Multiple Nodes
5-Step Deployment of Hyperledger Fabric on Multiple Nodes5-Step Deployment of Hyperledger Fabric on Multiple Nodes
5-Step Deployment of Hyperledger Fabric on Multiple Nodes
 
Deploying Kubernetes on GCP with Kubespray
Deploying Kubernetes on GCP with KubesprayDeploying Kubernetes on GCP with Kubespray
Deploying Kubernetes on GCP with Kubespray
 
UAA for Kubernetes
UAA for KubernetesUAA for Kubernetes
UAA for Kubernetes
 
Troubleshooting .NET Applications on Cloud Foundry
Troubleshooting .NET Applications on Cloud FoundryTroubleshooting .NET Applications on Cloud Foundry
Troubleshooting .NET Applications on Cloud Foundry
 
Continuous Integration and Deployment with Jenkins for PCF
Continuous Integration and Deployment with Jenkins for PCFContinuous Integration and Deployment with Jenkins for PCF
Continuous Integration and Deployment with Jenkins for PCF
 
How to Never Leave Your Deployment Unattended
How to Never Leave Your Deployment UnattendedHow to Never Leave Your Deployment Unattended
How to Never Leave Your Deployment Unattended
 
Cloud Foundry Monitoring How-To: Collecting Metrics and Logs
Cloud Foundry Monitoring How-To: Collecting Metrics and LogsCloud Foundry Monitoring How-To: Collecting Metrics and Logs
Cloud Foundry Monitoring How-To: Collecting Metrics and Logs
 
Smart Baggage Tracking: End-to-End Sensor-Based Solution
Smart Baggage Tracking: End-to-End Sensor-Based SolutionSmart Baggage Tracking: End-to-End Sensor-Based Solution
Smart Baggage Tracking: End-to-End Sensor-Based Solution
 
Navigating the Ecosystem of Pivotal Cloud Foundry Tiles
Navigating the Ecosystem of Pivotal Cloud Foundry TilesNavigating the Ecosystem of Pivotal Cloud Foundry Tiles
Navigating the Ecosystem of Pivotal Cloud Foundry Tiles
 
AI as a Catalyst for IoT
AI as a Catalyst for IoTAI as a Catalyst for IoT
AI as a Catalyst for IoT
 
Over-Engineering: Causes, Symptoms, and Treatment
Over-Engineering: Causes, Symptoms, and TreatmentOver-Engineering: Causes, Symptoms, and Treatment
Over-Engineering: Causes, Symptoms, and Treatment
 

Kürzlich hochgeladen

08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGSujit Pal
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 

Kürzlich hochgeladen (20)

08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAG
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 

Taking Cloud to Extremes: Scaled-down, Highly Available, and Mission-critical Architecture (Cloud Foundry Summit 2016)

  • 1. By Sergey Sverchkov Software Architect at Altoros sergey.sverchkov@altoros.com Taking Cloud to Extremes: Scaled-down, Highly Available, and Mission-critical Architecture www.altoros.com @altoros
  • 3. @altoros Solution Requirements ● An IoT healthcare solution: ○ Connect devices and users located at customer sites ○ Thousands of devices ○ Hundreds of customers ○ Collect, process, and visualize device data
  • 4. @altoros Solution Requirements ● Available as a private regional cloud: ○ Operated by a third-party ○ Addressing specific region regulations ○ Serving clients and providing region proximity ● A “scaled-down” version for on-site deployments: ○ Cost-effective ○ Easy remote maintenance ○ Backup data to the regional cloud Regional Cloud Customer Facility 1 Local Cloud Customer Facility 2 Local Cloud
  • 5. @altoros Solution Requirements ● Consider implementation restrictions: ○ Limited resources for on-site deployment ● Review and approval by government agencies: ○ Open source technologies and products ○ Unified architecture for regional and local clouds
  • 6. @altoros Solution Requirements ● High availability and scalability: ○ A hardware and infrastructure platform ○ Cloud services and applications ● Security is essential: ○ VPN connectivity ○ Non-VPN connections should be supported ○ WebSocket, TCP, and HTTP protocols
  • 8. @altoros Infrastructure: OpenStack vs. VMware ● VMware vSphere is about virtualization: ○ ESXi is the only supported hypervisor ○ vCenter for management ● OpenStack is about cloud: ○ Storage, network, and compute services ○ Security groups and access control ○ Projects and quotas ○ Supports KVM, ESXi, and QEMU
  • 9. @altoros VMware component License cost, USD VMware vSphere Standard, 1 CPU $995 VMware vCenter Server Standard $4,995 Server CPU Cost per node, USD SuperMicro 5038MR-H8TRF Intel Xeon E5-2620 v2 $1,800 OpenStack Cost, USD 5 compute nodes 5 * $1,800 3 controller nodes 3 * $1,800 Total $14,400 VMware Cost, USD 5 ESXi (compute) nodes 5 * $1,800 + 5 * $995 1 vCenter appliance 1 * $4,995 Total $18,970 Infrastructure: OpenStack vs. VMware ● Cost estimation for 5 nodes
  • 11. @altoros OpenStack Deployment Considerations ● Availability zones: ○ Identical zones for compute and storage services ● Support for VM migration: ○ Use Ceph for volumes and ephemeral disks ○ Free the capacity of one compute node ● Increase default values in nova.conf: ○ security_groups = 100 ○ security_group_rule=300 ○ volumes = 500 ○ cpu_overcommit = 4
  • 12. @altoros Cloud Services ● Cloud Services—HA support: ○ Cassandra ○ MariaDB Galera ○ RabbitMQ ○ ElasticSearch, Logstash, Kibana (ELK)
  • 13. @altoros ● For microservices architecture ● Runtime automation ● Organizations, users, spaces, and security groups ● Health checks, load balancing, and scaling ● AWS, OpenStack, and VMware The Application Platform: Cloud Foundry
  • 15. @altoros Jobs Instances, zone 1 Instances, zone 2 Instances, zone 3 CPU per instance RAM per instance, GB RAM total, GB CPU total etcd 1 1 1 1 2 6 3 UAA + CC DB 1 1 2 2 1 Cloud Controller 1 1 1 4 8 2 Doppler 1 1 1 1 1 3 3 Traffic Controller 1 1 1 1 2 2 Runners 2 2 2 16 64 384 96 Total for CF jobs 33 447 133 Cloud Foundry Planning
  • 16. @altoros Cloud Foundry HA Deployment Issues ● CC and UAA databases? ✓ Use BOSH Resurrector ✓ Use external MariaDB Galera ● BOSH Director ? ✓ Plan BOSH VM Recovery ● Blob store ? ✓ Store blobs in OpenStack Swift
  • 17. @altoros BOSH Director Recovery ● You will need: ○ bosh-state.json ○ bosh.yml manifest ○ BOSH persistent disk ● Edit bosh-state.json only with these properties: ○ installation_id ○ current_disk_id ● Re-deploy BOSH and attach the persistent disk: bosh-init deploy bosh.yml Total time: around 25 min
  • 18. @altoros Blob Storage in OpenStack Swift ● Set OpenStack as the provider in the deployment manifest: properties: cc: packages: app_package_directory_key: cc-packages fog_connection: &fog_connection provider: 'OpenStack' openstack_username: 'cfdeployer' openstack_api_key: 'ddd3dd23' openstack_auth_url: 'http://172.30.0.3:5000/v2.0/tokens' openstack_temp_url_key: '1328d0212'
  • 19. @altoros BOSH Resurrection ● Configure resurrection for the database VM: $ bosh vm resurrection pg_data/0 on ● Measure the approximate time for restoring a VM: ○ 60 sec: agent health-check every ○ 60 sec: to mark agent as unresponsive ○ 120 sec: time to recreate the VM on OpenStack ○ 60 sec: time to initialize Total: around 5 min. ● When a physical VM is down: ○ Resurrector recreates all VMs in the same AZ
  • 21. @altoros Cassandra in OpenStack Ceph: Pros and Cons ● Pros: ○ Automation—all cloud services are in OpenStack. ○ Ceph is distributed and replicated storage. ○ Low cost compared to hardware SAN. ● Cons: ○ The replication factor is 6: 2 in Ceph * 3 in Cassandra. ○ Cassandra performance is impacted by network performance.
  • 22. @altoros Testing Cassandra in OpenStack Ceph ● OpenStack configuration: ○ 1 Gb network ○ 1 CPU per node — E5-2630 v3 2.40 GHz ○ 2.0 TB SATA 6.0 Gb/s 7200RPM for Ceph ● Cassandra configuration: ○ Node: 8 vCPUs, 32 GB of RAM ○ 6 nodes in 3 AZ; 2 nodes per AZ ○ A simple strategy with a replication factor of 3 ○ Cassandra stress-test tool
  • 23. @altoros Operations / sec Avg. latency, ms Latency 99%, ms Max. latency, ms 47,700 2.8 10.1 3,851.7 Operations / sec Avg. latency, ms Latency 99%, ms Max latency, ms 65,250 2.1 5.5 50.8 Operations / sec Avg. latency, ms Latency 99%, ms Max latency, ms 54,150 2.5 7.1 2,062.1 Testing Cassandra in OpenStack Ceph ● 100% writes ● 100% reads ● 50% writes, 50% reads
  • 24. @altoros Cassandra Recommendations ● Cluster and node sizing: ○ Effective data size per node: 3–5 TB ○ Tables in all keyspaces: 500–1,000 ○ 30–50% of free space for the compaction process ● DataStax storage recommendations: ○ Use local SSD drives in the JBOD mode
  • 26. @altoros Altoros’s Contributions to Cloud Foundry ● Cassandra Service Broker for CF : https://github.com/Altoros/cf-cassandra-broker-release.git ● Improvements to the ELK BOSH release and CF integration: ○ RabbitMQ input, Cassandra output for Logstash ○ Logstash filters https://github.com/logsearch/logsearch-boshrelease/commits?author=axelaris https://github.com/cloudfoundry-community/logsearch-for-cloudfoundry/
  • 27. @altoros Altoros’s Contributions to Other Projects ● Cassandra Web Tool for Developers—run CQL ○ Coming soon in open source!

Hinweis der Redaktion

  1. Hello, colleagues. My name is Sergey and I’m glad to see you at this session. I work as a project manager and software architect at Altoros. Today, I’m going to share with you the experience our team gained when working on an ongoing project related to healthcare. The project is about building a highly available solution for customers who operate with various medical devices.
  2. Let’s take a look at some of the requirements.
  3. First of all, what are the business requirements to the solution? We call this system the “Internet of Things for healthcare”. And the main idea is to create a Software-as-a-Service solution available to clients who can connect medical devices and users to this service in a secure way. The service allows to collect data from devices, and also store and visualise device data. Users will have various dashboards to view data in near real-time, and they will also be able to locate and manage devices. Some of the customers are large organizations that operate many facilities and thousands of devices. It is expected that this IoT solution will dramatically simplify and make devices and users connectivity transparent and unified. The cloud solution should reduce time to deliver, upgrade, and support healthcare applications for clients.
  4. The new solution should serve customers in different geographical regions, providing region proximity. It also allows to address specific regulations for each region. You know, rules for healthcare industry are different in North and South America, Europe and Asia. Besides the regional cloud, there is a plan to create a scaled-down, small version of the cloud for on-site deployments. So that some of the biggest customers who are sensitive to data locality can install the solution and keep all the data inside their datacenter. This scaled-down version needs to be cost-effective and support remote maintenance in the same way as it is planned for the regional cloud. As an additional feature, the data stored in the local cloud can be backed up to a regional cloud.
  5. And if we talk about 2 versions of the cloud - the regional cloud and the cloud for on-site deployment, we understand that their architecture must be very similar or identical. First of all, when you have this type of implementation for different scales of deployment - it reduces the time to deliver the solution to the market. Also you need to consider a whole range of implementation restrictions. For example cloud for on-site deployment has limited resources and cost. It is clear that when you deliver a healthcare solution it must be reviewed and approved by government agencies. So the platform must be based on open source products that can be tested and examined for vulnerabilities. Open components also make it possible to easily extend the functionality of the platform and the products that are used in the solution. Also this makes it easier to review all the components and get all the necessary approvals.
  6. Another set of requirements is related to availability and security of the solution. High availability is extremely important in healthcare. In our case, it means that all apps and services, as well as hardware and the infrastructure platform must be available all the time. The platform deals with very sensitive data, so security is essential. In most cases customers are connected to the cloud through secure VPN tunnels. But, for small customers, the cloud needs to provide connectivity without a firewall. As for the communication with cloud, devices operate using internet protocols, and support for TCP devices is planned to be added in near future.
  7. Ok, now let’s take a look at how the platform is implemented. I won’t go into all the technical details. Instead, I will focus on the infrastructure platform, and the cloud services that we’ve selected, as well as some of the high availability and scalability aspects. Also I’ll share what parts of this project we contributed to the community.
  8. So, speaking about infrastructure, we were choosing between VMWare vSphere and OpenStack, because we have to build a private cloud. We chose OpenStack, because VMware vSphere is about virtualization and management of virtual resources. All VMware products are licensed and proprietary. In contrast to VMWare, OpenStack is open source and includes components that allow to build storage, network, and compute services in the cloud. OpenStack supports multi-tenancy for cloud resorces called projects, it has fine-grained security and access controls. Also it supports several hypervisors AND it can be integrated with the ESXi hypervisor too.
  9. Let’s take a look at this rough cost estimation for an infrastructure platform running VMware and OpenStack. As an example, we are calculating the effective cost for 5 nodes. We’re using an blades chassis with five compute nodes for virtual machines and storage. The cost is estimated for SuperMicro chassis with 6-cores Intel Xeon CPUs. If we use VMware vSphere, we have to buy licenses for 5 ESXi hypervisors and vCenter management and the initial cost will be around 19K USD. In OpenStack, we need use 3 additional nodes for OpenStack management services. As you can see, even though OpenStack uses three additional machines, the total cost is less than with VMWare. This is an example that you may use for costs estimation when making the selection for private infrastructure platform.
  10. On next slide, you can see a high-level deployment view of our OpenStack cloud. It is protected by a firewall that supports VPN tunnels and non-VPN HTTPS connections. At the hardware level, we are using a blades chassis to build a highly available OpenStack. At least three nodes are used for OpenStack management components. And compute services are distributed across three availability zones. This creates redundancy for virtual machines launched by OpenStack. One of the reason why we create 3 zones is because some of components and cloud services require 3 or more virtual nodes for availability. The OpenStack storage may be distributed across compute nodes OR we can setup separate storage nodes. Additional management services, like DNS, NTP, and OpenStack deployment tools, run on additional chassis nodes. This approach for deployment means, we can scale OpenStack’s computing and storage capacity simply by adding new blades or nodes.
  11. What are some of the important OpenStack deployment considerations. First, it’s required to create identical availability zones for compute and storage services. Second, to enable support for live VM migration we need to configure OpenStack Ceph for persistent volumes and ephemeral disks. And additionally there should be spare capacity of around 1 physical node in every availability zone. Third, we recommend to increase default limits for number of security groups, security rules and volumes. And also it is important is to evaluate CPU overcommit ratio. Recommended value is from 1.5 to 2, but we were able to test OpenStack and reach CPU overcommit ratio value of 4.
  12.   Besides the OpenStack platform, we are using a number of other services in cloud platform. Cassandra is a scalable, redundant, and master-less data store. This is where we keep all the device data. MariaDB Galera is our relational database cluster for structured data with low velocity. RabbitMQ provides queueing and messaging for different applications. And ElasticSearch, LogStash and KIbana serves for application logs aggregation and indexing.
  13. What about running applications? The solution we are building is based on microservice architecture, so we need an application platform that will manage them effectively. When it comes to microservices, we think Cloud Foundry is by far the best option. It automates up to 90% of all routine work related to application lifecycle management. It is a complete platform that supports traditional application runtime automation and also Docker containers. And the most important advantage, at least for our customer, was that, with Cloud Foundry, new features and apps can be released a lot faster.
  14. So what does it take to distribute the components of the Cloud Foundry platform and cloud services inside the OpenStack deployment. As I have already said, there are three availability zones that are actually three groups of physical nodes in chassis. If we distribute our service instances across the availability zones, we can ensure redundancy on the service level. For example, the MariaDB cluster requires at least three nodes, and for redundancy ,we place one node in every availability zone. The same approach is applied for RabbitMQ and Cassandra. As for Cloud Foundry, we need to place the components that support HA in at least two zones. We can expect that most of the platform resources in Cloud Foundry are allocated to application runners (the DEA and Diego cells). The Runners are deployed to three availability zones, so that the application workload can be distributed evenly to all hardware nodes. Management services can be replicated, as well. The approach for replication depends of the specific service. Some of services, like DNS and NTP, are assumed to be mission critical services, so they have 2 instances on 2 physical nodes. Some of the services may use more relaxed HA requirements. Ok let’s see a more detailed planning of resources for a CF deployment.
  15. On this slide, you can see how we distributed the configuration of Cloud Foundry in three OpenStack availability zones. Of course, on this slide we have only some of the CF jobs to give thel idea of how the planning is done. This planning page helps us to calculate usage of memory and CPU by OpenStack zones and the number of virtual machines for Cloud Foundry. The values in the row called “Total” represent the total number of instances, memory and virtual CPUs. There are also totals calculated for each availability zone. The cells highlighted in yellow are the jobs that we recommend to place in the three availability zones. They are the service registry, “etcd”, which should have 3 instances, “loggregator traffic controller” that is recommended to have at least one instance in every zone, and, as I mentioned - Runners for application containers. Runners are major resource consumers for any Cloud Foundry deployment. But, at the same time, there are CF jobs that don’t support High Availability configuration by default. And we need to decide, how to recover them in case they fail. Or find some workarounds . Let’s move on to the next slide and see what can be done.
  16. One of non-HA job is CC and UAA databases. So, for databases, we can configure BOSH resurrection or use external MariaDB Galera Cluster. Other non-HA components in the deployment are: BOSH Director for CF and cloud services automation. BOSH is not directly related to availability of Cloud Foundry and applications. But we need to plan how we will recover the virtual machine with BOSH director. Another non-HA component is the BLOBstore. The default NFS blobstore is a single instance. We can use object storage, for example, OpenStack SWIFT for it. Let’s take a look at some of the details for these points.
  17. So, what does a plan for recovering a BOSH Director virtual machine look like? The approach is quite straightforward. To recover BOSH Director, we need the BOSH state file, the deployment manifest, and a persistent disk for the BOSH VM. First, we have to edit the BOSH state file, leaving only several properties. And then can we re-deploy BOSH and attach the persistent disk. So in our tests, the recovery of the BOSH director VM according to this scenario took around 25 minutes. As an alternative, we can use OpenStack VM migration functionality, if ephemeral drives are located in OpenStack Ceph storage and can be attached to the new VM in the same way as the persistent disk. In addition to that, the OpenStack Ceph option for ephemeral drives allows to do Live migrations of VMs in OpenStack.
  18.   To set OpenStack SWIFT as the blob store, we need to define the credentials and URL to connect to OpenStack and also set a temporary key in Cloud Foundry deployment manifest. It is very important that the temporary key is unique for every Cloud Foundry installation on OpenStack, if you have 2 installations in one OpenStack, for example. And it should work!
  19. Ok let’s see the effect of BOSH resurrection. What is important about BOSH Resurrection is that it takes around two minutes to mark the Agent as unresponsive. After that, the VM will be recreated. So, the total time in our tests ranged from 4 to 6 minutes for a Postgres database instance. This timeframe can be acceptable for applications that have already been deployed - they will continue to work and if we don’t install new applications during this downtime. In our case we decided to go with this approach. But take into account the side effect - when you stop a physical machine intentionally, BOSH Resurrector tries to recreate all the VMs hosted on this physical machine in the same OpenStack availability zone. And you should have enough resources for this process in the same zone. As an alternative to BOSH resurrection, you can configure an external MariaDB cluster for CF databases.
  20. Let’s take a look at the Cassandra storage. In our case, we are using OpenStack Ceph with replication. And the data blocks are distributed among all storage nodes. This means a single data read request triggers several network operations. First, the Application calls the Cassandra coordinator node - this is the virtual machine where application is connected. Second, the Cassandra coordinator contacts the Cassandra data node that should store requested data row. This Cassandra node runs on a specific compute node in OpenStack. Then the compute node talks to the OpenStack Ceph controller. And, finally, the Ceph controller reads data blocks from the OpenStack storage nodes.
  21. So, what are the pros and cons of running Cassandra in OpenStack CEPH? On the good side: - With CEPH, all cloud services are in OpenStack. This simplifies deployment automation and management, because services can be deployed and managed for example by BOSH. - CEPH is scalable and replicated storage. So, failure of one drive or storage node should not affect the availability of data volumes. - And last, but not least, the price of storage is quite cheap compared to special hardware SAN systems. Speaking about the cons, we can say that: - In CEPH storage, an additional replication factor of 2 will result in a total of 6 replicas for Cassandra data, if we use the recommended replica factor of 3 in Cassandra. And Cassandra performance depends directly on network performance. So, it is recommended to use a 10G or faster network for connecting OpenStack storage nodes.
  22. In our case, we decided to benchmark Cassandra in OpenStack to understand whether it can satisfy our requirements. We used Cassandra Stress Test Tool on a cluster of 6 nodes. There was a simple replication strategy with a factor of 3. The network was 1Gb. Every Cassandra node was configured with 8 vCPU and 32GB of RAM. It’s the recommended ratio between CPU and memory for one Cassandra node. The test was conducted with one table, the approximate test duration was 300 seconds.
  23. On this slide, you can see the results of the benchmark. Cassandra Stress test tool measures throughput as number of operations per seconds, and several latencies for requests that show the distribution of response time during the test. We put on the number of operations per second, average latency, 99%, maximum, and minimum latencies. They are measured in milliseconds. In terms of deviation, we may be interested in the 99 percent latency and the maximum latency - these figures can give you idea what should be examined in more details. This type of test can be executed very quickly after you’ve installed the cluster. And it can give you an insight in what kind of performance you can expect. For example, if your requirements are to serve 10,000 operations per second with a latency of less than 10 ms in average, the Cassandra deployment in OpenStack can meet these requirements. But also remember that Cassandra’s data model and access patterns also influence application performance.
  24. Other recommendation for Cassandra cluster planning include effective Data size per one Cassandra node is 3-5 TB Number of tables in all keyspaces should be less than 1000 to make compaction process effective. And 30 to 50% of space should be be free for compaction process. As for recommended storage options, DataStax recommends to run Cassandra on bare metal using SSD drives.
  25. These are some of the technical details from the project that I decided to share with you within our short time frame. So, in the last part of my presentation, I would like to say a few word about Altoros contributed to the community from the project. Don’t be surprised - even if we are working in such restricted area as healthcare, we can find a way to spread ideas and experience.
  26. During the project we created a CF service broker for a Cassandra cluster supports authentication and keyspace provisioning. We are updating it regularly to accommodate for changes in the latest Cassandra versions. And we’re continuously improving the ELK stack, specifically we have added number of inputs and outputs to Logstash, like RabbitMQ and Cassandra. In this project, ELK serves as the main storage of all log events. Our team has developed an approach and some Logstash filters to merge multiple lines of exceptions and stack traces in one message object in ElasticSearch. This helps to find and view the full context of any application error in KIbana.
  27. Also we developed a Web tool that allows developers who work with Cassandra to view keyspaces, objects, run any valid Cassandra CQL statements and store them in history. This tool is extremely useful if you need to interact with a Cassandra cluster in a private cloud without access to any of Cassandra nodes. We were inspired by DataStax DevCenter, a desktop tool to work with Cassandra cluster with direct connectivity to cluster nodes. But for private cloud in OpenStack behind firewall DataStax DevCenter doesn’t work, and we need web-based tool. Moreover it’s Cloud FOundry ready application.
  28. That’s all in this short presentation. I’ll be glad to answer your questions.