AMD EPYC Delivers Linear Scalability for Docker with Bare-Metal Performance

Size: px
Start display at page:

Download "AMD EPYC Delivers Linear Scalability for Docker with Bare-Metal Performance"

Transcription

1 Solution Brief February, 2019 AMD EPYC Delivers Linear Scalability for Docker with Bare-Metal Performance The AMD EPYC SoC brings a new balance to the datacenter. Utilizing x86 architecture, the AMD EPYC processor, brings together high core counts, large AMD EPYC Processor Meets the Needs of Container Architecture Workloads High Performance: Cores, Memory, I/O memory capacity, ample memory bandwidth and massive I/O with the right ratios to help performance reach new heights. Match core count to the workload Match core count with application needs without compromising processor features. EPYC s balanced set of resources means more freedom to rightsize the server configuration to the workload. Highly Scalable: Scale-up or Scale-out Scale-up or scale-out, AMD and its ecosystem partners offer highperformance network connectivity options for applications at massive scale. The AMD EPYC processor rapidly scales up to thousands of containers on a single Docker Engine node. EPYC System-on-Chip (SoC) performance scales linearly and uniformly across cores minimizing performance variation within applications. Designed from the ground up for a new generation of solutions, AMD EPYC implements a philosophy of choice without restriction. Choose the number of cores and sockets that meet your needs without sacrificing key features like memory and I/O. Each EPYC SoC can have from 8 to 32 cores with access to incredible amounts of I/O and memory regardless of the number of cores in use, including 128 PCIe lanes, and support for up to 2 TB of high speed memory per socket. Linear Scalability Containers on Docker Engine scale linearly on AMD EPYC, enabling admins foresight to balance workload and CPU resources with SLA requirements. Create Agile, Scalable Applications Use the Docker platform to create agile, scalable applications that take full advantage of available hardware without consuming the resources of a full virtual machine stack. The Docker Platform Enables Exceptional Scalability Taking Full Advantage of Resources Scale up or down containers quickly to meet spikes in demand or to repurpose resources for other applications Advanced Micro Devices, Inc. EPYC s innovative architecture translates to terrific performance at a low cost. More importantly, the performance you re paying for is appropriate to the performance you need. The Docker Platform Enables New Application Architectures The Docker platform is available as both an open-source and enterpriseready container platform for packaging, distributing, and managing applications within containers. Containers allow developers to package up an application and all of the parts, such as libraries and other dependencies, and deliver it as a single package. Docker Engine, the foundation of the Docker platform, runs on virtually any server or virtualized machine that supports the container's runtime environment. Applications are not tied to the host operating system and can be moved easily from local systems to cloud environments. 1

2 Docker Platform Architecture The Docker container platform has many advantages, including: o Rapid Application Development: Docker Engine has a minimal runtime environment that does not boot an OS. Multiple containers can be quickly deployed in a matter of seconds. o Portability: A Docker container image is independent of the host operating system version and runs the same no matter which machine, eliminating compatibility issues that can arise from environment settings. o Minimal Overhead: Docker Engine s lightweight runtime environment and typically very small images, compared to a virtualized guest, facilitates rapid development and reduces application deployment time. Without the full virtualized stack, performance for some workloads are close to bare-metal. o Multi-Cloud Platforms: Major cloud computing providers, including Amazon Web Services (AWS) and Google Compute Platform (GCP) support Docker containers. o Isolation: Applications and resources are isolated and segregated. Docker containers only use resources that have been assigned to them, enabling applications to run completely different stacks. o Efficiency and Sharing: The Docker platform enables users to build a container image that can be used across every stage of the deployment process. A container image registry enables users to share images with others in or outside the organization. Users can leverage Docker Hub for a public repository of container images including MySQL-Server, Phoronix, WindowsServerCore, Ubuntu, etc. Organizations can also setup Docker Trusted Registry for a secure and private registry solution designed to meet enterprise needs like access controls, security scanning, image signatures and automated workflows. o Enterprise Security and Access Controls: Enterprise organizations integrating Docker containers into their datacenter can upgrade to Docker Enterprise - a complete container management platform for securing, managing, deploying containerized applications across any infrastructure. Docker Enterprise includes Docker Engine - Enterprise, Docker Trusted Registry, and a universal control plane for managing your Docker environment. With the Docker platform s many key advantages, businesses have been able modernize monolithic or traditional applications and transition to a container based solution. Most business applications consist of several components organized into stacks: web server, database, and inmemory cache. Containers make it possible to compose each component into functional units that can be maintained and updated independently. The Docker platform is a key technology for enabling this type of application design which is called the microservice model. See Figure Advanced Micro Devices, Inc. 2

3 Docker Platform Architecture (cont.) Figure 1: Docker Architecture The Docker platform architecture enables rapid application development by making it easy to spawn new containers in parallel or sequential mode to handle spikes in demand. When an application or service running inside separate containers work independently of each other and require no coordination between themselves, scaling up using parallel mode is the quickest method to meet bursts in demand. Examples of such applications include: Stateless web servers and proxies Worker instances that process jobs from a queue Cron -style instances that execute periodic tasks Some services require coordination between different containers to ensure that the service functions correctly. Microservice based solutions typically consist of multiple individual components that can be run across a variety of platforms. Scaling up this solution could involve orchestrating a number of different components and services to ensure that they can still integrate with the rest of the system. For example, many databases, such as MySQL, require that the containers know about each other at startup time so that traffic can be routed to them appropriately. The Docker platform provides the ability to scale this type of service with either Swarm Manager in sequential mode or through Kubernetes autoscaling Advanced Micro Devices, Inc. 3

4 Docker Engine Scales Linearly on AMD EPYC AMD EPYC provides superior core density and flexibility to scale Docker-based applications up or down to meet spikes in demand or conserve system resources. This experiment mimics a Cron type container instance to demonstrate scalability of Docker Engine on EPYC. The container image has a single task that runs a Sysbench CPU test. Memory and I/O transactions were intentionally kept low to focus solely on CPU response time. Sysbench is an open source benchmarking tool that is used for evaluation of databases and general system performance. It is a tool for testing CPU usage, memory usage, and disk IO and MySQL performance. The test selected here is CPU usage: sysbench --test=cpu --cpu-max-prime= In this mode, the test calculates the prime numbers up to the cpu max prime parameter using a single thread. Computing performance can be measured by how many operations the system can process within a given time (events/sec) or by how long a certain task takes to complete. The selected test took approximately 7 minutes to complete on a single CPU core. Docker Swarm was then used as the orchestration mechanism to create and deploy replicas of the image for this scaling test. All containers were scaled in parallel and ran concurrently. We were able to quickly spin up 4, 8, 16, 32, 64, 128, 256, 512, and 1024 containers on a single node Swarm cluster. The value of cpu max prime was purposely selected so that the test does not complete too quickly, ensuring all containers are still running when the last one started. The metric for each scale up run is total execution time for all containers within a batch to complete. The results are shown in Figure 2. Containers Total Execution Time (s) Figure 2: Typical Expected Trend Line Linear Scaling of Docker Containers on AMD EPYC CPU response time increases, in a linear path, when all cores becomes fully saturated and the number of concurrently running containers continue to scale up. For CPU bound workloads on EPYC, this feature enables system administrators to calculate how much to over provision depending on the Server Level Agreement (SLA) for the system is not the ceiling for the number of Docker containers on EPYC. Rather for this experiment, a hypothetical SLA requirement was imposed that all tasks should complete within approximately two hours. Interpolating the results further, if the requirement was that all tasks could complete within 5 hours, then the number of containers could scale to 2056 and so on. These tests were performed with Docker s Community Engine, but results are expected to be consistent with Docker s Enterprise Engine as they share a common runtime architecture Advanced Micro Devices, Inc. 4

5 Docker Engine Scales Linearly on AMD EPYC (cont.) The hardware and software configuration for this experiment is shown in Table 1. HARDWARE BIOS CFG MASTER NODE 1 x OEM SERVER PLATFORM WITH: o 2 x AMD EPYC 7601 SOC (64 Cores / 128 Threads) o 512 GB DDR MHz (16 x 32 GB) Memory o 1 x 250 GB SATA SSD (Operating System) SMT enabled OPERATING SYSTEM RHEL Server 7.6 SOFTWARE DOCKER ENGINE - COMMUNITY (CE) DOCKER IMAGE CONTAINER APP NUMBER of CONTAINERS UBUNTU:16.04 sysbench --test=cpu --cpu-max-prime= run 4, 8, 16, 32, 64, 128, 512, 1024 TEST Table 1: Test Configuration for Linear Scaling Advanced Micro Devices, Inc. 5

6 Near Bare-Metal Performance on AMD EPYC and Docker Engine AMD EPYC takes advantage of the Docker platform s minimal overhead and isolation capabilities. Docker Engine, which facilitates deployment of containers, has a small footprint that doesn t boot an operating system. All containers on the same host share the host kernel. With this thin layer between the host and application running inside the container, workloads can take advantage of EPYC s CPU cores, large memory capacity, and I/O bandwidth to achieve near bare-metal performance results. For this experiment, performance results of workloads such as, Phoronix/Stream and MySQL, were compared between two environments, bare-metal and Docker Engine. The Phoronix Test Suite is a benchmarking platform for Linux, Solaris, MacOS, and BSD operating systems. It is also an extensible test framework with more than 200 tests available by default. Of the available default, there are a range of subsystems, such as CPU, memory, file systems, and kernel, that can be tested. Phoronix Stream benchmark is designed to test the sustainable memory bandwidth (MB/s) and corresponding computation rate for four simple vector kernels (Copy, Scale, Add, and Triad). Of the four vectors, this experiment is concerned with the metric for Triad because it is the most complex. For testing MySQL performance, we used Sysbench. The tool covers benchmark cases such as OLTP (Online Transaction Processing) workloads, read-only or read-write, primary key lookups, and primary key updates. For this test, the focus was OLTP. Online transaction processing applications are high throughput and insert or update-intensive in database management. The key goals of OLTP applications are availability, speed, concurrency and recoverability. To eliminate inconsistencies, the software version, configuration files, and test parameters are identical for both bare-metal and Docker Engine test environments. From the results below, there is minimal performance overhead between them. The results are shown in Table 2. Percent Performance Difference of Docker Engine Environments vs. Bare-metal Benchmarks MySQL (QPS) Queries Per Second Bare-metal Raw Value Docker Engine (Default Network) Percent Raw Value Difference Table 2: Bare-Metal Performance vs. Docker Containers on AMD EPYC Docker Engine (No Network) Raw Value Percent Difference % % MySQL OLTP.lua Read % % MySQL OLTP.lua Write % % MYSQL Total Transactions 7.216% % Stream - Triad (MB/s) N/A N/A % 2019 Advanced Micro Devices, Inc. 6

7 A typical use case for MySQL and Docker containers is in the testing and development environment. However, with little performance overhead, MySQL with Docker Engine could run in production as well, especially with the advanced security and management features of Docker Enterprise. The hardware and software configuration for this experiment is shown in Table 3. Memory encryption and SVM is not needed for this test. Disabling these options could lower latency for memory access. HARDWARE CONFIGURATION FOR DOCKER BENCHMARKS COMPARISON HARDWARE 1 x OEM SERVER PLATFORM WITH: o 1 x AMD EPYC 7551 SOC (32 Cores / 64 Threads) o 256 GB DDR MHz (8 x 32 GB) Memory o 1 x 950 GB SATA SSD (Operating System) o 1 x 950 GB SATA SSD (Data) BIOS CFG AMD Secure Memory Encryption disabled AMD SVM (Virtualization) - disabled AMD SMT enabled OS RHEL Server 7.6 SOFTWARE Docker Engine Community (CE) MySQL Community DOCKER IMAGE OLTP OPTIONS TEST mysql/mysql-server: ltp_legacy/oltp.lua --threads=100 --oltp-table-size= maxtime=240 --max-requests=0 --report-interval=2 --oltp-testmode=complex --oltp-read-only=off Table 3: Test Configuration for Bare-Metal vs. Docker Performance Comparison 2019 Advanced Micro Devices, Inc. 7

8 AMD EPYC and Docker Engine Exhibit Minimal Performance Variation Across CPU Cores In addition to observing a negligible performance drop between bare-metal and Docker containers, AMD EPYC also demonstrates uniform performance across CPU cores. Minimal performance variation among cores is important especially for parallelized workload or Worker type container instances that process jobs from a queue. Both workloads are multi-threaded and span multiple cores. The impact of high CPU performance variation could lead to application inefficiency where a thread could block completion of a higher-level task or function. This is especially true for microservice based architecture where some or many application components are broken down based on the services or functionality they offer. Almost all applications/services, that do anything useful, are integrated with one or more service in this architecture. A microservice based solution has a high number of integration points, which could adversely impact the performance and stability of an application if not designed properly. In addition, large performance variation across CPUs could exacerbate the performance issue. Take for instance an application flow where five microservices are connected via REST over http. The application uses a common thread pool for maintaining their connections. If there s nonuniformity across cores, it could impact any one of the five services by causing it to respond slowly. This could eventually lead to all pool members being exhausted, while waiting for a response from the misbehaved service. For this experiment, the number of container images deployed concurrently was limited to the number of logical cores on the system. Again, the application in the container is a Sysbench CPU test. This Cron type of container instance was chosen because it s easier, from an application perspective, to consistently control the amount of load across all containers. Rather than specifically pinning a container to a CPU core, the kernel scheduler automatically assigns each container to a core. As long as there are available (idle) CPU cores in the system, each container will automatically be assigned a unique core. Sets of 4, 8, 16, 32, 64, and 128 containers were deployed concurrently. Within each set, performance results were individually tracked for all containers and compared. The following observations were made, shown in Table 4. Table 5 shows the test configuration. Number of Containers % Variation < 1% < 1% < 2% < 9% < 5% < 12% Table 4: Performance Variation Across Cores (% represents difference between highest and lowest performance results among cores tested) 2019 Advanced Micro Devices, Inc. 8

9 AMD EPYC and Docker Engine Exhibit Minimal Performance Variation Across CPU Cores (cont.) The results show there is minimal performance variation across all CPU cores. Without any NUMA optimization, application/services in a microservice based solution can count on getting equal access to and expect consistent performance from each CPU core. HARDWARE MASTER NODE 1 x OEM SERVER PLATFORM WITH: 2 x AMD EPYC 7601 SOC (64 Cores / 128 Threads) 512 GB DDR MHz (16 x 32 GB) Memory 1 x 250 GB SATA SSD (Operating System) OPERATING SYSTEM Ubuntu Server BIOS CFG AMD SMT - enabled DOCKER Version: DOCKER ENGINE COMMUNITY (CE) Image: Ubuntu:16.04 CONTAINER APP sysbench --test=cpu --cpu-max-prime= run NUMBER of CONTAINERS 4, 8, 16, 32, 64, 128 TEST Table 5: Configuration for Performance Variation Test Software References SOFTWARE TOOLS and BENCHMARK REFERENCES DOCKER TESTS Advanced Micro Devices, Inc. 9

10 Conclusion In summary, businesses can leverage the Docker platform s portability, minimal overhead, isolation, and public images on Docker Hub to modernize their applications. The Docker platform s small footprint enables applications and services to quickly scale up or down to meet changing demands. Because the Docker platform has been embraced by large public cloud vendors such as AWS and GCP, businesses can easily migrate their services to the cloud. AMD EPYC highlights the benefits of Docker Engine through scale and performance. The results from three different experiments demonstrate how AMD EPYC processors can quickly scale thousands of containers on a single Docker Engine node with near bare-metal performance and minimal performance variation. LEARN MORE at amd.com/epyc and The information presented in this document is for informational purposes only and may contain technical inaccuracies, omissions and typographical errors. AMD reserves the right to revise this information and to make changes from time to time to the content hereof without obligation of AMD to notify any person of such revisions or changes Advanced Micro Devices, Inc. All rights reserved. AMD, the AMD Arrow logo, EPYC and combinations thereof are trademarks of Advanced Micro Devices, Inc. Docker is a registered trademark of Docker, Inc. in the United States and/or other countries.. Other product names used in this publication are for identification purposes only and may be trademarks of their respective companies Advanced Micro Devices, Inc. 10

Merging Enterprise Applications with Docker* Container Technology

Merging Enterprise Applications with Docker* Container Technology Solution Brief NetApp Docker Volume Plugin* Intel Xeon Processors Intel Ethernet Converged Network Adapters Merging Enterprise Applications with Docker* Container Technology Enabling Scale-out Solutions

More information

AMD EPYC and NAMD Powering the Future of HPC February, 2019

AMD EPYC and NAMD Powering the Future of HPC February, 2019 AMD EPYC and NAMD Powering the Future of HPC February, 19 Exceptional Core Performance NAMD is a compute-intensive workload that benefits from AMD EPYC s high core IPC (Instructions Per Clock) and high

More information

Fast and Easy Persistent Storage for Docker* Containers with Storidge and Intel

Fast and Easy Persistent Storage for Docker* Containers with Storidge and Intel Solution brief Intel Storage Builders Storidge ContainerIO TM Intel Xeon Processor Scalable Family Intel SSD DC Family for PCIe*/NVMe Fast and Easy Persistent Storage for Docker* Containers with Storidge

More information

Broadcast-Quality, High-Density HEVC Encoding with AMD EPYC Processors

Broadcast-Quality, High-Density HEVC Encoding with AMD EPYC Processors Solution Brief December, 2018 2018 Broadcast-Quality, High-Density HEVC Encoding with AMD EPYC Processors HIGHLIGHTS o The AMD EPYC SoC brings a new balance to the datacenter. Utilizing an x86-architecture,

More information

Maximizing Six-Core AMD Opteron Processor Performance with RHEL

Maximizing Six-Core AMD Opteron Processor Performance with RHEL Maximizing Six-Core AMD Opteron Processor Performance with RHEL Bhavna Sarathy Red Hat Technical Lead, AMD Sanjay Rao Senior Software Engineer, Red Hat Sept 4, 2009 1 Agenda Six-Core AMD Opteron processor

More information

FIVE REASONS YOU SHOULD RUN CONTAINERS ON BARE METAL, NOT VMS

FIVE REASONS YOU SHOULD RUN CONTAINERS ON BARE METAL, NOT VMS WHITE PAPER FIVE REASONS YOU SHOULD RUN CONTAINERS ON BARE METAL, NOT VMS Over the past 15 years, server virtualization has become the preferred method of application deployment in the enterprise datacenter.

More information

Linux Network Tuning Guide for AMD EPYC Processor Based Servers

Linux Network Tuning Guide for AMD EPYC Processor Based Servers Linux Network Tuning Guide for AMD EPYC Processor Application Note Publication # 56224 Revision: 1.00 Issue Date: November 2017 Advanced Micro Devices 2017 Advanced Micro Devices, Inc. All rights reserved.

More information

Important DevOps Technologies (3+2+3days) for Deployment

Important DevOps Technologies (3+2+3days) for Deployment Important DevOps Technologies (3+2+3days) for Deployment DevOps is the blending of tasks performed by a company's application development and systems operations teams. The term DevOps is being used in

More information

NVMe SSD Performance Evaluation Guide for Windows Server 2016 and Red Hat Enterprise Linux 7.4

NVMe SSD Performance Evaluation Guide for Windows Server 2016 and Red Hat Enterprise Linux 7.4 NVMe SSD Performance Evaluation Guide for Windows Server 2016 and Red Hat Enterprise Linux 7.4 Publication # 56367 Revision: 0.70 Issue Date: August 2018 Advanced Micro Devices 2018 Advanced Micro Devices,

More information

EPYC VIDEO CUG 2018 MAY 2018

EPYC VIDEO CUG 2018 MAY 2018 AMD UPDATE CUG 2018 EPYC VIDEO CRAY AND AMD PAST SUCCESS IN HPC AMD IN TOP500 LIST 2002 TO 2011 2011 - AMD IN FASTEST MACHINES IN 11 COUNTRIES ZEN A FRESH APPROACH Designed from the Ground up for Optimal

More information

Memory Population Guidelines for AMD EPYC Processors

Memory Population Guidelines for AMD EPYC Processors Memory Population Guidelines for AMD EPYC Processors Publication # 56301 Revision: 0.70 Issue Date: July 2018 Advanced Micro Devices 2018 Advanced Micro Devices, Inc. All rights reserved. The information

More information

EASILY DEPLOY AND SCALE KUBERNETES WITH RANCHER

EASILY DEPLOY AND SCALE KUBERNETES WITH RANCHER EASILY DEPLOY AND SCALE KUBERNETES WITH RANCHER 2 WHY KUBERNETES? Kubernetes is an open-source container orchestrator for deploying and managing containerized applications. Building on 15 years of experience

More information

Extremely Fast Distributed Storage for Cloud Service Providers

Extremely Fast Distributed Storage for Cloud Service Providers Solution brief Intel Storage Builders StorPool Storage Intel SSD DC S3510 Series Intel Xeon Processor E3 and E5 Families Intel Ethernet Converged Network Adapter X710 Family Extremely Fast Distributed

More information

SCALE AND SECURE MOBILE / IOT MQTT TRAFFIC

SCALE AND SECURE MOBILE / IOT MQTT TRAFFIC APPLICATION NOTE SCALE AND SECURE MOBILE / IOT TRAFFIC Connecting millions of devices requires a simple implementation for fast deployments, adaptive security for protection against hacker attacks, and

More information

IBM POWER SYSTEMS: YOUR UNFAIR ADVANTAGE

IBM POWER SYSTEMS: YOUR UNFAIR ADVANTAGE IBM POWER SYSTEMS: YOUR UNFAIR ADVANTAGE Choosing IT infrastructure is a crucial decision, and the right choice will position your organization for success. IBM Power Systems provides an innovative platform

More information

Virtuozzo Hyperconverged Platform Uses Intel Optane SSDs to Accelerate Performance for Containers and VMs

Virtuozzo Hyperconverged Platform Uses Intel Optane SSDs to Accelerate Performance for Containers and VMs Solution brief Software-Defined Data Center (SDDC) Hyperconverged Platforms Virtuozzo Hyperconverged Platform Uses Intel Optane SSDs to Accelerate Performance for Containers and VMs Virtuozzo benchmark

More information

NUMA Topology for AMD EPYC Naples Family Processors

NUMA Topology for AMD EPYC Naples Family Processors NUMA Topology for AMD EPYC Naples Family Publication # 56308 Revision: 0.70 Issue Date: May 2018 Advanced Micro Devices 2018 Advanced Micro Devices, Inc. All rights reserved. The information contained

More information

Cloud & container monitoring , Lars Michelsen Check_MK Conference #4

Cloud & container monitoring , Lars Michelsen Check_MK Conference #4 Cloud & container monitoring 04.05.2018, Lars Michelsen Some cloud definitions Applications Data Runtime Middleware O/S Virtualization Servers Storage Networking Software-as-a-Service (SaaS) Applications

More information

RACKSPACE ONMETAL I/O V2 OUTPERFORMS AMAZON EC2 BY UP TO 2X IN BENCHMARK TESTING

RACKSPACE ONMETAL I/O V2 OUTPERFORMS AMAZON EC2 BY UP TO 2X IN BENCHMARK TESTING RACKSPACE ONMETAL I/O V2 OUTPERFORMS AMAZON EC2 BY UP TO 2X IN BENCHMARK TESTING EXECUTIVE SUMMARY Today, businesses are increasingly turning to cloud services for rapid deployment of apps and services.

More information

WHITE PAPER. RedHat OpenShift Container Platform. Benefits: Abstract. 1.1 Introduction

WHITE PAPER. RedHat OpenShift Container Platform. Benefits: Abstract. 1.1 Introduction WHITE PAPER RedHat OpenShift Container Platform Abstract Benefits: Applications are designed around smaller independent components called microservices. Elastic resources: Scale up or down quickly and

More information

Expand In-Memory Capacity at a Fraction of the Cost of DRAM: AMD EPYCTM and Ultrastar

Expand In-Memory Capacity at a Fraction of the Cost of DRAM: AMD EPYCTM and Ultrastar White Paper March, 2019 Expand In-Memory Capacity at a Fraction of the Cost of DRAM: AMD EPYCTM and Ultrastar Massive Memory for AMD EPYC-based Servers at a Fraction of the Cost of DRAM The ever-expanding

More information

Top 5 Reasons to Consider

Top 5 Reasons to Consider Top 5 Reasons to Consider NVM Express over Fabrics For Your Cloud Data Center White Paper Top 5 Reasons to Consider NVM Express over Fabrics For Your Cloud Data Center Major transformations are occurring

More information

Flip the Switch to Container-based Clouds

Flip the Switch to Container-based Clouds Flip the Switch to Container-based Clouds B I L L B O R S A R I D I R E C T O R, S Y S T E M S E N G I N E E R I N G 1 November 2017 1 2017 Datera Datera at a Glance Founded 2013 Smart storage for clouds

More information

The Impact of SSD Selection on SQL Server Performance. Solution Brief. Understanding the differences in NVMe and SATA SSD throughput

The Impact of SSD Selection on SQL Server Performance. Solution Brief. Understanding the differences in NVMe and SATA SSD throughput Solution Brief The Impact of SSD Selection on SQL Server Performance Understanding the differences in NVMe and SATA SSD throughput 2018, Cloud Evolutions Data gathered by Cloud Evolutions. All product

More information

Composable Infrastructure for Public Cloud Service Providers

Composable Infrastructure for Public Cloud Service Providers Composable Infrastructure for Public Cloud Service Providers Composable Infrastructure Delivers a Cost Effective, High Performance Platform for Big Data in the Cloud How can a public cloud provider offer

More information

CLUSTERING HIVEMQ. Building highly available, horizontally scalable MQTT Broker Clusters

CLUSTERING HIVEMQ. Building highly available, horizontally scalable MQTT Broker Clusters CLUSTERING HIVEMQ Building highly available, horizontally scalable MQTT Broker Clusters 12/2016 About this document MQTT is based on a publish/subscribe architecture that decouples MQTT clients and uses

More information

Linux Network Tuning Guide for AMD EPYC Processor Based Servers

Linux Network Tuning Guide for AMD EPYC Processor Based Servers Linux Network Tuning Guide for AMD EPYC Processor Application Note Publication # 56224 Revision: 1.10 Issue Date: May 2018 Advanced Micro Devices 2018 Advanced Micro Devices, Inc. All rights reserved.

More information

Red Hat Roadmap for Containers and DevOps

Red Hat Roadmap for Containers and DevOps Red Hat Roadmap for Containers and DevOps Brian Gracely, Director of Strategy Diogenes Rettori, Principal Product Manager Red Hat September, 2016 Digital Transformation Requires an evolution in... 2 APPLICATIONS

More information

Deploy a High-Performance Database Solution: Cisco UCS B420 M4 Blade Server with Fusion iomemory PX600 Using Oracle Database 12c

Deploy a High-Performance Database Solution: Cisco UCS B420 M4 Blade Server with Fusion iomemory PX600 Using Oracle Database 12c White Paper Deploy a High-Performance Database Solution: Cisco UCS B420 M4 Blade Server with Fusion iomemory PX600 Using Oracle Database 12c What You Will Learn This document demonstrates the benefits

More information

How to Keep UP Through Digital Transformation with Next-Generation App Development

How to Keep UP Through Digital Transformation with Next-Generation App Development How to Keep UP Through Digital Transformation with Next-Generation App Development Peter Sjoberg Jon Olby A Look Back, A Look Forward Dedicated, data structure dependent, inefficient, virtualized Infrastructure

More information

Performance Tuning Guidelines for Low Latency Response on AMD EPYC -Based Servers Application Note

Performance Tuning Guidelines for Low Latency Response on AMD EPYC -Based Servers Application Note Performance Tuning Guidelines for Low Latency Response on AMD EPYC -Based Servers Publication # 56263 Revision: 3.00 Issue Date: January 2018 Advanced Micro Devices 2018 Advanced Micro Devices, Inc. All

More information

YOUR APPLICATION S JOURNEY TO THE CLOUD. What s the best way to get cloud native capabilities for your existing applications?

YOUR APPLICATION S JOURNEY TO THE CLOUD. What s the best way to get cloud native capabilities for your existing applications? YOUR APPLICATION S JOURNEY TO THE CLOUD What s the best way to get cloud native capabilities for your existing applications? Introduction Moving applications to cloud is a priority for many IT organizations.

More information

A10 HARMONY CONTROLLER

A10 HARMONY CONTROLLER DATA SHEET A10 HARMONY CONTROLLER AGILE MANAGEMENT, AUTOMATION, ANALYTICS FOR MULTI-CLOUD ENVIRONMENTS PLATFORMS A10 Harmony Controller provides centralized agile management, automation and analytics for

More information

Paperspace. Architecture Overview. 20 Jay St. Suite 312 Brooklyn, NY Technical Whitepaper

Paperspace. Architecture Overview. 20 Jay St. Suite 312 Brooklyn, NY Technical Whitepaper Architecture Overview Copyright 2016 Paperspace, Co. All Rights Reserved June - 1-2017 Technical Whitepaper Paperspace Whitepaper: Architecture Overview Content 1. Overview 3 2. Virtualization 3 Xen Hypervisor

More information

MySQL In the Cloud. Migration, Best Practices, High Availability, Scaling. Peter Zaitsev CEO Los Angeles MySQL Meetup June 12 th, 2017.

MySQL In the Cloud. Migration, Best Practices, High Availability, Scaling. Peter Zaitsev CEO Los Angeles MySQL Meetup June 12 th, 2017. MySQL In the Cloud Migration, Best Practices, High Availability, Scaling Peter Zaitsev CEO Los Angeles MySQL Meetup June 12 th, 2017 1 Let me start. With some Questions! 2 Question One How Many of you

More information

Migration and Building of Data Centers in IBM SoftLayer

Migration and Building of Data Centers in IBM SoftLayer Migration and Building of Data Centers in IBM SoftLayer Advantages of IBM SoftLayer and RackWare Together IBM SoftLayer offers customers the advantage of migrating and building complex environments into

More information

Docker Enterprise Edition on Cisco UCS C220 M5 Servers for Container Management

Docker Enterprise Edition on Cisco UCS C220 M5 Servers for Container Management Guide Docker Enterprise Edition on Cisco UCS C220 M5 Servers for Container Management July 2017 Contents Introduction Reference Architecture Cisco UCS Programmable Infrastructure Docker Enterprise Edition

More information

Kubernetes made easy with Docker EE. Patrick van der Bleek Sr. Solutions Engineer NEMEA

Kubernetes made easy with Docker EE. Patrick van der Bleek Sr. Solutions Engineer NEMEA Kubernetes made easy with Docker EE Patrick van der Bleek Sr. Solutions Engineer NEMEA Docker Enterprise Edition is More than Containers + Orchestration... DOCKER ENTERPRISE EDITION Kubernetes integration

More information

Cisco Cloud Application Centric Infrastructure

Cisco Cloud Application Centric Infrastructure Cisco Cloud Application Centric Infrastructure About Cisco cloud application centric infrastructure Cisco Cloud Application Centric Infrastructure (Cisco Cloud ACI) is a comprehensive solution for simplified

More information

White Paper. Why Remake Storage For Modern Data Centers

White Paper. Why Remake Storage For Modern Data Centers White Paper Why Remake Storage For Modern Data Centers Executive Summary Managing data growth and supporting business demands of provisioning storage have been the top concern of IT operations for the

More information

EsgynDB Enterprise 2.0 Platform Reference Architecture

EsgynDB Enterprise 2.0 Platform Reference Architecture EsgynDB Enterprise 2.0 Platform Reference Architecture This document outlines a Platform Reference Architecture for EsgynDB Enterprise, built on Apache Trafodion (Incubating) implementation with licensed

More information

Lenovo Database Configuration Guide

Lenovo Database Configuration Guide Lenovo Database Configuration Guide for Microsoft SQL Server OLTP on ThinkAgile SXM Reduce time to value with validated hardware configurations up to 2 million TPM in a DS14v2 VM SQL Server in an Infrastructure

More information

Data Centers and Cloud Computing. Data Centers

Data Centers and Cloud Computing. Data Centers Data Centers and Cloud Computing Slides courtesy of Tim Wood 1 Data Centers Large server and storage farms 1000s of servers Many TBs or PBs of data Used by Enterprises for server applications Internet

More information

Red Hat Ceph Storage and Samsung NVMe SSDs for intensive workloads

Red Hat Ceph Storage and Samsung NVMe SSDs for intensive workloads Red Hat Ceph Storage and Samsung NVMe SSDs for intensive workloads Power emerging OpenStack use cases with high-performance Samsung/ Red Hat Ceph reference architecture Optimize storage cluster performance

More information

An Oracle Technical White Paper October Sizing Guide for Single Click Configurations of Oracle s MySQL on Sun Fire x86 Servers

An Oracle Technical White Paper October Sizing Guide for Single Click Configurations of Oracle s MySQL on Sun Fire x86 Servers An Oracle Technical White Paper October 2011 Sizing Guide for Single Click Configurations of Oracle s MySQL on Sun Fire x86 Servers Introduction... 1 Foundation for an Enterprise Infrastructure... 2 Sun

More information

Contrail Networking: Evolve your cloud with Containers

Contrail Networking: Evolve your cloud with Containers Contrail Networking: Evolve your cloud with Containers INSIDE Containers and Microservices Transformation of the Cloud Building a Network for Containers Juniper Networks Contrail Solution BUILD MORE THAN

More information

DataON and Intel Select Hyper-Converged Infrastructure (HCI) Maximizes IOPS Performance for Windows Server Software-Defined Storage

DataON and Intel Select Hyper-Converged Infrastructure (HCI) Maximizes IOPS Performance for Windows Server Software-Defined Storage Solution Brief DataON and Intel Select Hyper-Converged Infrastructure (HCI) Maximizes IOPS Performance for Windows Server Software-Defined Storage DataON Next-Generation All NVMe SSD Flash-Based Hyper-Converged

More information

AMD EPYC Processors Showcase High Performance for Network Function Virtualization (NFV)

AMD EPYC Processors Showcase High Performance for Network Function Virtualization (NFV) White Paper December, 2018 AMD EPYC Processors Showcase High Performance for Network Function Virtualization (NFV) Executive Summary Data centers and cloud service providers are creating a technology shift

More information

TPC-E testing of Microsoft SQL Server 2016 on Dell EMC PowerEdge R830 Server and Dell EMC SC9000 Storage

TPC-E testing of Microsoft SQL Server 2016 on Dell EMC PowerEdge R830 Server and Dell EMC SC9000 Storage TPC-E testing of Microsoft SQL Server 2016 on Dell EMC PowerEdge R830 Server and Dell EMC SC9000 Storage Performance Study of Microsoft SQL Server 2016 Dell Engineering February 2017 Table of contents

More information

Silicon House. Phone: / / / Enquiry: Visit:

Silicon House. Phone: / / / Enquiry:  Visit: Silicon House Powering Top Blue Chip Companies and Successful Hot Start Ups around the World Ranked TOP Performer among the registrars by NIXI Serving over 750000 clients in 90+ countries Phone: +91-7667-200-300

More information

When (and how) to move applications from VMware to Cisco Metacloud

When (and how) to move applications from VMware to Cisco Metacloud White Paper When (and how) to move applications from VMware to Cisco Metacloud What You Will Learn This white paper will explain when to migrate various applications running in VMware virtual machines

More information

Data Centers and Cloud Computing

Data Centers and Cloud Computing Data Centers and Cloud Computing CS677 Guest Lecture Tim Wood 1 Data Centers Large server and storage farms 1000s of servers Many TBs or PBs of data Used by Enterprises for server applications Internet

More information

Data Centers and Cloud Computing. Slides courtesy of Tim Wood

Data Centers and Cloud Computing. Slides courtesy of Tim Wood Data Centers and Cloud Computing Slides courtesy of Tim Wood 1 Data Centers Large server and storage farms 1000s of servers Many TBs or PBs of data Used by Enterprises for server applications Internet

More information

20 Fast Facts About Microsoft Windows Server 2012

20 Fast Facts About Microsoft Windows Server 2012 20 Fast Facts About Microsoft Windows Server 2012 Laying the Cornerstone of the Next Generation of Computing Contents Virtualization and the Cloud................................................2 Data

More information

NVMe Performance Testing and Optimization Application Note

NVMe Performance Testing and Optimization Application Note NVMe Performance Testing and Optimization Application Note Publication # 56163 Revision: 0.72 Issue Date: December 2017 Advanced Micro Devices 2017 Advanced Micro Devices, Inc. All rights reserved. The

More information

Container in Production : Openshift 구축사례로 이해하는 PaaS. Jongjin Lim Specialist Solution Architect, AppDev

Container in Production : Openshift 구축사례로 이해하는 PaaS. Jongjin Lim Specialist Solution Architect, AppDev Container in Production : Openshift 구축사례로 이해하는 PaaS Jongjin Lim Specialist Solution Architect, AppDev jonlim@redhat.com Agenda Why Containers? Solution : Red Hat Openshift Container Platform Enterprise

More information

What s New in VMware vsphere 4.1 Performance. VMware vsphere 4.1

What s New in VMware vsphere 4.1 Performance. VMware vsphere 4.1 What s New in VMware vsphere 4.1 Performance VMware vsphere 4.1 T E C H N I C A L W H I T E P A P E R Table of Contents Scalability enhancements....................................................................

More information

#techsummitch

#techsummitch www.thomasmaurer.ch #techsummitch Justin Incarnato Justin Incarnato Microsoft Principal PM - Azure Stack Hyper-scale Hybrid Power of Azure in your datacenter Azure Stack Enterprise-proven On-premises

More information

Containerization Dockers / Mesospere. Arno Keller HPE

Containerization Dockers / Mesospere. Arno Keller HPE Containerization Dockers / Mesospere Arno Keller HPE What is the Container technology Hypervisor vs. Containers (Huis vs artement) A container doesn't "boot" an OS instead it loads the application and

More information

Oracle Solaris 11: No-Compromise Virtualization

Oracle Solaris 11: No-Compromise Virtualization Oracle Solaris 11: No-Compromise Virtualization Oracle Solaris 11 is a complete, integrated, and open platform engineered for large-scale enterprise environments. Its built-in virtualization provides a

More information

Key Considerations for Improving Performance And Virtualization in Microsoft SQL Server Environments

Key Considerations for Improving Performance And Virtualization in Microsoft SQL Server Environments Key Considerations for Improving Performance And Virtualization in Microsoft SQL Server Environments Table of Contents Maximizing Performance in SQL Server Environments............... 4 Focusing on Hardware...........................................

More information

Enhancing Oracle VM Business Continuity Using Dell Compellent Live Volume

Enhancing Oracle VM Business Continuity Using Dell Compellent Live Volume Enhancing Oracle VM Business Continuity Using Dell Compellent Live Volume Wendy Chen, Roger Lopez, and Josh Raw Dell Product Group February 2013 This document is for informational purposes only and may

More information

Best Practices for Deploying a Mixed 1Gb/10Gb Ethernet SAN using Dell EqualLogic Storage Arrays

Best Practices for Deploying a Mixed 1Gb/10Gb Ethernet SAN using Dell EqualLogic Storage Arrays Dell EqualLogic Best Practices Series Best Practices for Deploying a Mixed 1Gb/10Gb Ethernet SAN using Dell EqualLogic Storage Arrays A Dell Technical Whitepaper Jerry Daugherty Storage Infrastructure

More information

SUPERMICRO, VEXATA AND INTEL ENABLING NEW LEVELS PERFORMANCE AND EFFICIENCY FOR REAL-TIME DATA ANALYTICS FOR SQL DATA WAREHOUSE DEPLOYMENTS

SUPERMICRO, VEXATA AND INTEL ENABLING NEW LEVELS PERFORMANCE AND EFFICIENCY FOR REAL-TIME DATA ANALYTICS FOR SQL DATA WAREHOUSE DEPLOYMENTS TABLE OF CONTENTS 2 THE AGE OF INFORMATION ACCELERATION Vexata Provides the Missing Piece in The Information Acceleration Puzzle The Vexata - Supermicro Partnership 4 CREATING ULTRA HIGH-PERFORMANCE DATA

More information

Docker and Oracle Everything You Wanted To Know

Docker and Oracle Everything You Wanted To Know Docker and Oracle Everything You Wanted To Know June, 2017 Umesh Tanna Principal Technology Sales Consultant Oracle Sales Consulting Centers(SCC) Bangalore Safe Harbor Statement The following is intended

More information

ENHANCE APPLICATION SCALABILITY AND AVAILABILITY WITH NGINX PLUS AND THE DIAMANTI BARE-METAL KUBERNETES PLATFORM

ENHANCE APPLICATION SCALABILITY AND AVAILABILITY WITH NGINX PLUS AND THE DIAMANTI BARE-METAL KUBERNETES PLATFORM JOINT SOLUTION BRIEF ENHANCE APPLICATION SCALABILITY AND AVAILABILITY WITH NGINX PLUS AND THE DIAMANTI BARE-METAL KUBERNETES PLATFORM DIAMANTI PLATFORM AT A GLANCE Modern load balancers which deploy as

More information

Designing elastic storage architectures leveraging distributed NVMe. Your network becomes your storage!

Designing elastic storage architectures leveraging distributed NVMe. Your network becomes your storage! Designing elastic storage architectures leveraging distributed NVMe Your network becomes your storage! Your hosts from Excelero 2 Yaniv Romem CTO & Co-founder Josh Goldenhar Vice President Product Management

More information

PERFORMANCE CHARACTERIZATION OF MICROSOFT SQL SERVER USING VMWARE CLOUD ON AWS PERFORMANCE STUDY JULY 2018

PERFORMANCE CHARACTERIZATION OF MICROSOFT SQL SERVER USING VMWARE CLOUD ON AWS PERFORMANCE STUDY JULY 2018 PERFORMANCE CHARACTERIZATION OF MICROSOFT SQL SERVER USING VMWARE CLOUD ON AWS PERFORMANCE STUDY JULY 2018 Table of Contents Executive Summary...3 Introduction...3 Test Environment... 4 Infrastructure

More information

OPENSTACK Building Block for Cloud. Ng Hwee Ming Principal Technologist (Telco) APAC Office of Technology

OPENSTACK Building Block for Cloud. Ng Hwee Ming Principal Technologist (Telco) APAC Office of Technology OPENSTACK Building Block for Cloud Ng Hwee Ming Principal Technologist (Telco) APAC Office of Technology ABOUT RED HAT FROM COMMUNITY TO PRODUCT STABILIZ E INTEGRAT E PARTICIPATE INTEGRAT E STABILIZ E

More information

Pulse Secure Application Delivery

Pulse Secure Application Delivery DATA SHEET Pulse Secure Application Delivery HIGHLIGHTS Provides an Application Delivery and Load Balancing solution purposebuilt for high-performance Network Functions Virtualization (NFV) Uniquely customizable,

More information

Learn. Connect. Explore.

Learn. Connect. Explore. Learn. Connect. Explore. No More Storage Nightmares An Open Solution for Container Persistent Storage Learn. Connect. Explore. CONTAINERS vs VIRTUALIZATION Containers Abstracts OS Kernel Mostly Linux One

More information

The Datacentered Future Greg Huff CTO, LSI Corporation

The Datacentered Future Greg Huff CTO, LSI Corporation The Datacentered Future Greg Huff CTO, LSI Corporation 1 Tremendous Growth in Connected Data Sources, Consumption Devices, and Services 2 Nearly limitless data depth and breadth needed Execution of millions

More information

Zero to Microservices in 5 minutes using Docker Containers. Mathew Lodge Weaveworks

Zero to Microservices in 5 minutes using Docker Containers. Mathew Lodge Weaveworks Zero to Microservices in 5 minutes using Docker Containers Mathew Lodge (@mathewlodge) Weaveworks (@weaveworks) https://www.weave.works/ 2 Going faster with software delivery is now a business issue Software

More information

Windows Server 2012 Hands- On Camp. Learn What s Hot and New in Windows Server 2012!

Windows Server 2012 Hands- On Camp. Learn What s Hot and New in Windows Server 2012! Windows Server 2012 Hands- On Camp Learn What s Hot and New in Windows Server 2012! Your Facilitator Damir Bersinic Datacenter Solutions Specialist Microsoft Canada Inc. damirb@microsoft.com Twitter: @DamirB

More information

Casa Systems Axyom Software Platform

Casa Systems Axyom Software Platform Solution Brief Casa Systems Axyom Software Platform Over the last few years and continuing through the next decade, all broadband networks will be transformed by Network Functions Virtualization (NFV)

More information

Rok: Decentralized storage for the cloud native world

Rok: Decentralized storage for the cloud native world Whitepaper Rok: Decentralized storage for the cloud native world Cloud native applications and containers are becoming more and more popular, as enterprises realize their benefits: containers are great

More information

Copyright 2011, Oracle and/or its affiliates. All rights reserved.

Copyright 2011, Oracle and/or its affiliates. All rights reserved. The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material,

More information

AMD Disaggregates the Server, Defines New Hyperscale Building Block

AMD Disaggregates the Server, Defines New Hyperscale Building Block AMD Disaggregates the Server, Defines New Hyperscale Building Block Fabric Based Architecture Enables Next Generation Data Center Optimization Executive Summary AMD SeaMicro s disaggregated server enables

More information

Service Mesh and Microservices Networking

Service Mesh and Microservices Networking Service Mesh and Microservices Networking WHITEPAPER Service mesh and microservice networking As organizations adopt cloud infrastructure, there is a concurrent change in application architectures towards

More information

Enhance your Cloud Security with AMD EPYC Hardware Memory Encryption

Enhance your Cloud Security with AMD EPYC Hardware Memory Encryption Enhance your Cloud Security with AMD EPYC Hardware Memory Encryption White Paper October, 2018 Introduction Consumers and enterprises are becoming increasingly concerned about the security of their digital

More information

Red Hat Container Strategy Ahmed El-Rayess

Red Hat Container Strategy Ahmed El-Rayess Red Hat Container Strategy Ahmed El-Rayess I.T. Organiza,ons Under Pressure CONCRETE SHOES OF LEGACY AND RIGID PROCESSES CURRENT STATE Manual processes Inconsistent environments Dependency hell Legacy

More information

TALK THUNDER SOFTWARE FOR BARE METAL HIGH-PERFORMANCE SOFTWARE FOR THE MODERN DATA CENTER WITH A10 DATASHEET YOUR CHOICE OF HARDWARE

TALK THUNDER SOFTWARE FOR BARE METAL HIGH-PERFORMANCE SOFTWARE FOR THE MODERN DATA CENTER WITH A10 DATASHEET YOUR CHOICE OF HARDWARE DATASHEET THUNDER SOFTWARE FOR BARE METAL YOUR CHOICE OF HARDWARE A10 Networks application networking and security solutions for bare metal raise the bar on performance with an industryleading software

More information

Intel Solid State Drive Data Center Family for PCIe* in Baidu s Data Center Environment

Intel Solid State Drive Data Center Family for PCIe* in Baidu s Data Center Environment Intel Solid State Drive Data Center Family for PCIe* in Baidu s Data Center Environment Case Study Order Number: 334534-002US Ordering Information Contact your local Intel sales representative for ordering

More information

[Docker] Containerization

[Docker] Containerization [Docker] Containerization ABCD-LMA Working Group Will Kinard October 12, 2017 WILL Kinard Infrastructure Architect Software Developer Startup Venture IC Husband Father Clemson University That s me. 2 The

More information

HOW TO PLAN & EXECUTE A SUCCESSFUL CLOUD MIGRATION

HOW TO PLAN & EXECUTE A SUCCESSFUL CLOUD MIGRATION HOW TO PLAN & EXECUTE A SUCCESSFUL CLOUD MIGRATION Steve Bertoldi, Solutions Director, MarkLogic Agenda Cloud computing and on premise issues Comparison of traditional vs cloud architecture Review of use

More information

Przyspiesz tworzenie aplikacji przy pomocy Openshift Container Platform. Jarosław Stakuń Senior Solution Architect/Red Hat CEE

Przyspiesz tworzenie aplikacji przy pomocy Openshift Container Platform. Jarosław Stakuń Senior Solution Architect/Red Hat CEE Przyspiesz tworzenie aplikacji przy pomocy Openshift Container Platform Jarosław Stakuń Senior Solution Architect/Red Hat CEE jstakun@redhat.com Monetize innovation http://www.forbes.com/innovative-companies/list/

More information

Genomics on Cisco Metacloud + SwiftStack

Genomics on Cisco Metacloud + SwiftStack Genomics on Cisco Metacloud + SwiftStack Technology is a large component of driving discovery in both research and providing timely answers for clinical treatments. Advances in genomic sequencing have

More information

API, DEVOPS & MICROSERVICES

API, DEVOPS & MICROSERVICES API, DEVOPS & MICROSERVICES RAPID. OPEN. SECURE. INNOVATION TOUR 2018 April 26 Singapore 1 2018 Software AG. All rights reserved. For internal use only THE NEW ARCHITECTURAL PARADIGM Microservices Containers

More information

Cloud I - Introduction

Cloud I - Introduction Cloud I - Introduction Chesapeake Node.js User Group (CNUG) https://www.meetup.com/chesapeake-region-nodejs-developers-group START BUILDING: CALLFORCODE.ORG 3 Agenda Cloud Offerings ( Cloud 1.0 ) Infrastructure

More information

Containers, Serverless and Functions in a nutshell. Eugene Fedorenko

Containers, Serverless and Functions in a nutshell. Eugene Fedorenko Containers, Serverless and Functions in a nutshell Eugene Fedorenko About me Eugene Fedorenko Senior Architect Flexagon adfpractice-fedor.blogspot.com @fisbudo Agenda Containers Microservices Docker Kubernetes

More information

WHY COMPOSABLE INFRASTRUCTURE INSTEAD OF HYPERCONVERGENCE

WHY COMPOSABLE INFRASTRUCTURE INSTEAD OF HYPERCONVERGENCE WHY COMPOSABLE INFRASTRUCTURE INSTEAD OF HYPERCONVERGENCE WHO WE ARE GOAL: Composable Infrastruture HEADQUARTERS: Toronto - Canada COMPANY FOCUS: Composable infrastructure True Software Defined Datacenter

More information

Red Hat OpenShift Roadmap Q4 CY16 and H1 CY17 Releases. Lutz Lange Solution

Red Hat OpenShift Roadmap Q4 CY16 and H1 CY17 Releases. Lutz Lange Solution Red Hat OpenShift Roadmap Q4 CY16 and H1 CY17 Releases Lutz Lange Solution Architect @AtomicContainer OpenShift Roadmap OpenShift Container Platform 3.2 Kubernetes 1.2 & Docker 1.9

More information

InterSystems Cloud Manager & Containers for InterSystems Technologies. Luca Ravazzolo Product Manager

InterSystems Cloud Manager & Containers for InterSystems Technologies. Luca Ravazzolo Product Manager InterSystems Cloud Manager & Containers for InterSystems Technologies Luca Ravazzolo Product Manager InterSystems Cloud Manager 1. What is it? 2. How does it work & How do I use it? 3. Why is it interesting?

More information

Dell PowerEdge R720xd with PERC H710P: A Balanced Configuration for Microsoft Exchange 2010 Solutions

Dell PowerEdge R720xd with PERC H710P: A Balanced Configuration for Microsoft Exchange 2010 Solutions Dell PowerEdge R720xd with PERC H710P: A Balanced Configuration for Microsoft Exchange 2010 Solutions A comparative analysis with PowerEdge R510 and PERC H700 Global Solutions Engineering Dell Product

More information

VMWARE CLOUD FOUNDATION: INTEGRATED HYBRID CLOUD PLATFORM WHITE PAPER NOVEMBER 2017

VMWARE CLOUD FOUNDATION: INTEGRATED HYBRID CLOUD PLATFORM WHITE PAPER NOVEMBER 2017 : INTEGRATED HYBRID CLOUD PLATFORM WHITE PAPER NOVEMBER 2017 Table of Contents Executive Summary 3 A Single Architecture for Hybrid Cloud 4 Introducing VMware Cloud Foundation 4 Deploying on Premises 6

More information

Oracle WebLogic Server Multitenant:

Oracle WebLogic Server Multitenant: Oracle WebLogic Server Multitenant: The World s First Cloud-Native Enterprise Java Platform KEY BENEFITS Enable container-like DevOps and 12-factor application management and delivery Accelerate application

More information

New Oracle NoSQL Database APIs that Speed Insertion and Retrieval

New Oracle NoSQL Database APIs that Speed Insertion and Retrieval New Oracle NoSQL Database APIs that Speed Insertion and Retrieval O R A C L E W H I T E P A P E R F E B R U A R Y 2 0 1 6 1 NEW ORACLE NoSQL DATABASE APIs that SPEED INSERTION AND RETRIEVAL Introduction

More information

Enabling and Optimizing MariaDB on Qualcomm Centriq 2400 Arm-based Servers

Enabling and Optimizing MariaDB on Qualcomm Centriq 2400 Arm-based Servers Enabling and Optimizing MariaDB on Qualcomm Centriq 2400 Arm-based Servers World s First 10nm Server Processor Sandeep Sethia Staff Engineer Qualcomm Datacenter Technologies, Inc. February 25, 2018 MariaDB

More information

The PowerEdge M830 blade server

The PowerEdge M830 blade server The PowerEdge M830 blade server No-compromise compute and memory scalability for data centers and remote or branch offices Now you can boost application performance, consolidation and time-to-value in

More information

SUSE OpenStack Cloud Production Deployment Architecture. Guide. Solution Guide Cloud Computing.

SUSE OpenStack Cloud Production Deployment Architecture. Guide. Solution Guide Cloud Computing. SUSE OpenStack Cloud Production Deployment Architecture Guide Solution Guide Cloud Computing Table of Contents page Introduction... 2 High Availability Configuration...6 Network Topography...8 Services

More information