SlideShare ist ein Scribd-Unternehmen logo
1 von 31
Downloaden Sie, um offline zu lesen
Apache CloudStack
Introdução às redes do Apache CloudStack
CloudStack Day Brasil 2015
www.shapeblue.com
Marcelo Lima
Copyright ShapeBlue 2012. All rights reserved
 Marcelo Lima <marcelo.lima@shapeblue.com>
 Consultor de Cloud e Data Center da ShapeBlue
 Especializado em:
 Infraestruturas de Cloud Computing
 Infraestruturas de Data Center
 Infraestruturas de Service Provider
 Automação de Infraestrutura
 Ambientes de alta disponibilidade e escalabilidade
Sobre o palestrante
#CloudStackDayBrasil
Copyright ShapeBlue 2012. All rights reserved
Ementa da Palestra
 Estruturas de rede em um Data Center
 Arquitetura CDA – Core, Distribuição e Acesso
 Arquitetura Leaf & Spine
 Tipos de redes no Apache CloudStack
 Básica
 Avançada com Grupos de Segurança
 Avançada (Compartilhada, Isolada e VPC)
#CloudStackDayBrasil
Copyright ShapeBlue 2012. All rights reserved
Estruturas de rede em um Data Center
Arquitetura CDA – Core, Distribuição e Acesso
#CloudStackDayBrasil
Copyright ShapeBlue 2012. All rights reserved
Arquitetura CDA – Core, Distribuição e Acesso
 A muitos anos estruturas de Data Center são construídas em camadas,
seguindo uma hierarquia
 Acesso: Prover conectividade com servidores (hosts)
 Distribuição ou Agregação: Prover conectividade redundante para camada de
acesso, serviços como firewall e load-balancing, roteamento e interconexão com a
camada Core
 Core: Prover roteamento para outras partes no Data Center, serviços externos
como Internet e interconexão com outros Data Centers
#CloudStackDayBrasil
Copyright ShapeBlue 2012. All rights reserved
Arquitetura CDA – Core, Distribuição e Acesso
#CloudStackDayBrasil
Copyright ShapeBlue 2012. All rights reserved
Arquitetura CDA – Core, Distribuição e Acesso
Copyright ShapeBlue 2012. All rights reserved
Arquitetura CDA – Core, Distribuição e Acesso
 Este modelo proveu uma boa disponibilidade e até escalou bem, porém:
 Está sujeito a gargalos nos up-links entre as camadas devido ao alto tráfego de
dados demandado hoje
 Latência como consequência do alto tráfego
 Utilização de protocolos obsoletos para Data Center afim de garantir redundância
da camada de Acesso (STP, RSTP, EAPS, etc)
 Houveram tentativas com novas tecnologias e protocolos para amenizar a situação
(MEC, VPC)
#CloudStackDayBrasil
Copyright ShapeBlue 2012. All rights reserved
Estruturas de rede em um Data Center
Arquitetura Leaf & Spine
#CloudStackDayBrasil
Copyright ShapeBlue 2012. All rights reserved
Arquitetura Leaf & Spine
 Nova arquitetura utilizada em Data Centers modernos
 Camada Spine forma a camada de “Distribuição/Core”
 Camada Leaf forma a camada de Acesso
 Switches Spine não possuem conexão entre si
 Todos os switches Leaf possuem conexões com todos switches Spine
 Layer2 e Layer3
 Scale-out!!!
 Cisco FabricPath, Brocade VCS, Juniper QFabric, Arista, Mellanox
#CloudStackDayBrasil
Copyright ShapeBlue 2012. All rights reserved
Arquitetura Leaf & Spine
 2 switches Spine
 4 switches Leaf
 160 servidores
 40 servidores por rack conectados a 1 Gigabit
 Oversubscription 2:1
#CloudStackDayBrasil
Copyright ShapeBlue 2012. All rights reserved
Arquitetura Leaf & Spine
 Oversubscription 2:1  4 switches Leaf  160 portas 1G
#CloudStackDayBrasil
Copyright ShapeBlue 2012. All rights reserved
Arquitetura Leaf & Spine
 4 switches Spine
 8 switches Leaf
 320 servidores
 40 servidores por rack conectados a 1 Gigabit
 Oversubscription 1:1
#CloudStackDayBrasil
Copyright ShapeBlue 2012. All rights reserved
Arquitetura Leaf & Spine
 Oversubscription 1:1  8 switches Leaf  320 portas 1G
#CloudStackDayBrasil
Copyright ShapeBlue 2012. All rights reserved
Arquitetura Leaf & Spine
 40G Leaf/Spine Fabric
 4 switches Spine (32x portas de 40G cada switch)
 32 switches Leaf (4x 40G de uplink + 40x 10G de acesso cada)
 1280 portas 10G para acesso
 40 servidores por rack conectados a 10 Gigabits = 1280 servidores
 Oversubscription 2.5:1
#CloudStackDayBrasil
Copyright ShapeBlue 2012. All rights reserved
Arquitetura Leaf & Spine
 Oversubscription 2.5:1  32 switches Leaf  1280 portas 10G
#CloudStackDayBrasil
Copyright ShapeBlue 2012. All rights reserved
Arquitetura Leaf & Spine
 10G Leaf/Spine Fabric
 16 switches Spine (32x 40G = 128x 10G cada + optical breakout cable)
 128 switches Leaf (4x 40G = 16x 10G uplink + 40x 10G acesso cada)
 5120 portas 10G para acesso
 40 servidores por rack conectados a 10 Gigabit = 5120 servidores
 Oversubscription 2.5:1
 +4x configurações
 +4x cabos
 +4x adjacências
#CloudStackDayBrasil
Copyright ShapeBlue 2012. All rights reserved
Arquitetura Leaf & Spine
 Oversubscription 2.5:1  128 switches Leaf  5120 portas 10G
#CloudStackDayBrasil
Copyright ShapeBlue 2012. All rights reserved
Arquitetura Leaf & Spine
 O número de portas de uplink nos switches Leaf
determina o número máximo de switches Spine
 O número de portas no switch Spine determina o
número máximo de switches Leaf
#CloudStackDayBrasil
Copyright ShapeBlue 2012. All rights reserved
Redes no CloudStack
#CloudStackDayBrasil
Copyright ShapeBlue 2012. All rights reserved
 Modelos de Redes Guest
 Zona Básica – Compartilhada com Grupos de Segurança
 Zona Avançada – Grupos de Segurança
 Zona Avançada – Compartilhada, Isolada, VPC
Redes CloudStack
#CloudStackDayBrasil
Copyright ShapeBlue 2012. All rights reserved
 Zona Básica – Compartilhada com Grupos de Segurança
 Fornece uma única rede onde o isolamento dos hóspedes pode ser
fornecido através da camada 3 (IP) utilizando grupos de segurança
(filtragem por IP de origem)
 Uma única rede Flat
Redes CloudStack
#CloudStackDayBrasil
Copyright ShapeBlue 2012. All rights reserved
Rede ‘Compartilhada’ – Zona Básica
#CloudStackDayBrasil
Copyright ShapeBlue 2012. All rights reserved
 Zona Avançada – Compartilhada com Grupo de Segurança
 Semelhante a rede Básica porém fornece mais de rede onde o
isolamento dos hóspedes pode ser fornecido através da
camada 3 (IP) utilizando grupos de segurança (filtragem por IP
de origem)
 Mais de uma rede Flat
Redes CloudStack
#CloudStackDayBrasil
Copyright ShapeBlue 2012. All rights reserved
Rede ‘Guest’ – Zona Avançada com SG
#CloudStackDayBrasil
Copyright ShapeBlue 2012. All rights reserved
 Zona Avançada – Compartilhada, Isolada ou VPC
 Esse modelo de rede fornece maior flexibilidade na definição
de redes Guest e fornece ofertas de rede personalizadas, tais
como firewall, VPN, Load Balancer e recursos de VPC. O
isolamento dos Guests é realizado através da camada-2
(Ethernet) usando, por exemplo, VLANs ou SDN.
Redes CloudStack
#CloudStackDayBrasil
Copyright ShapeBlue 2012. All rights reserved
Rede ‘Guest Compartilhada’ – Zona Avançada
#CloudStackDayBrasil
Copyright ShapeBlue 2012. All rights reserved
Rede ‘Guest Isolada’ – Zona Avançada
#CloudStackDayBrasil
Copyright ShapeBlue 2012. All rights reserved
Rede ‘VPC – Virtual Private Cloud’ – Zona Avançada
#CloudStackDayBrasil
Copyright ShapeBlue 2012. All rights reserved
 Um appliance físico ou virtual que forneça serviços de rede para o
CloudStack, como por exemplo:
Provedor de Serviços de Rede
 Roteador Virtual
 Roteador Virtual VPC
 Balancedor Interno LBVM
 Citrix NetScaler
 F5 Load Balancer
 Juniper SRX Firewall
 Palo Alto Firewall
 Nicira NVP (VMware NSX)
 BigSwitch Vns
 Cisco VNMC
 Ovs
 Baremetal DHCP
 Baremetal PXE
#CloudStackDayBrasil
Copyright ShapeBlue 2012. All rights reserved
Perguntas?
marcelo.lima@shapeblue.com
www.cloudstack.org
www.shapeblue.com
#CloudStackDayBrasil

Weitere ähnliche Inhalte

Andere mochten auch

Soluções de Network
Soluções de NetworkSoluções de Network
Soluções de NetworkBit Telecom
 
CSA BRASIL: Aspectos jurídicos da Computação em Nuvem
CSA BRASIL:  Aspectos jurídicos da Computação em NuvemCSA BRASIL:  Aspectos jurídicos da Computação em Nuvem
CSA BRASIL: Aspectos jurídicos da Computação em NuvemAnchises Moraes
 
O Outro Lado BSidesSP Ed. 5 - As Nove Principais Ameaças na Computação em Nuvem
O Outro Lado BSidesSP Ed. 5 - As Nove Principais Ameaças na Computação em NuvemO Outro Lado BSidesSP Ed. 5 - As Nove Principais Ameaças na Computação em Nuvem
O Outro Lado BSidesSP Ed. 5 - As Nove Principais Ameaças na Computação em NuvemAndre Serralheiro
 
Cloud Computing e Dropbox
Cloud Computing e DropboxCloud Computing e Dropbox
Cloud Computing e DropboxJCI Londrina
 
China Speeches at Munich Security Conference
China Speeches at Munich Security ConferenceChina Speeches at Munich Security Conference
China Speeches at Munich Security Conferenceguestdeba8f
 
BE AWARE WEBINAR - Se a senha é fraca, como posso melhorar a autenticação da ...
BE AWARE WEBINAR - Se a senha é fraca, como posso melhorar a autenticação da ...BE AWARE WEBINAR - Se a senha é fraca, como posso melhorar a autenticação da ...
BE AWARE WEBINAR - Se a senha é fraca, como posso melhorar a autenticação da ...Symantec Brasil
 
Cloud Computing Tecla Internet - Conceito
Cloud Computing Tecla Internet - ConceitoCloud Computing Tecla Internet - Conceito
Cloud Computing Tecla Internet - ConceitoTecla Internet
 
CloudOS - Office 365 e Microsoft Azure
CloudOS - Office 365 e Microsoft AzureCloudOS - Office 365 e Microsoft Azure
CloudOS - Office 365 e Microsoft AzureSara Barbosa
 
Seminário de Sistemas Distribuídos - Blue Cloud
Seminário de Sistemas Distribuídos - Blue CloudSeminário de Sistemas Distribuídos - Blue Cloud
Seminário de Sistemas Distribuídos - Blue CloudWeldys Santos
 
WEBINAR BE AWARE - Antes, durante e depois do ataque
WEBINAR BE AWARE - Antes, durante e depois do ataqueWEBINAR BE AWARE - Antes, durante e depois do ataque
WEBINAR BE AWARE - Antes, durante e depois do ataqueSymantec Brasil
 
Cloud Computing: De tendencia a realidade
Cloud Computing: De tendencia a realidadeCloud Computing: De tendencia a realidade
Cloud Computing: De tendencia a realidadeJose Papo, MSc
 
POR DENTRO DO DATACENTER
POR DENTRO DO DATACENTERPOR DENTRO DO DATACENTER
POR DENTRO DO DATACENTERFelipe Matheus
 
Infraestrutura de cloud computing
Infraestrutura de cloud computingInfraestrutura de cloud computing
Infraestrutura de cloud computingFabio Leandro
 

Andere mochten auch (20)

Soluções de Network
Soluções de NetworkSoluções de Network
Soluções de Network
 
Cloud Computing
Cloud Computing Cloud Computing
Cloud Computing
 
CSA BRASIL: Aspectos jurídicos da Computação em Nuvem
CSA BRASIL:  Aspectos jurídicos da Computação em NuvemCSA BRASIL:  Aspectos jurídicos da Computação em Nuvem
CSA BRASIL: Aspectos jurídicos da Computação em Nuvem
 
O Outro Lado BSidesSP Ed. 5 - As Nove Principais Ameaças na Computação em Nuvem
O Outro Lado BSidesSP Ed. 5 - As Nove Principais Ameaças na Computação em NuvemO Outro Lado BSidesSP Ed. 5 - As Nove Principais Ameaças na Computação em Nuvem
O Outro Lado BSidesSP Ed. 5 - As Nove Principais Ameaças na Computação em Nuvem
 
Cloud Computing e Dropbox
Cloud Computing e DropboxCloud Computing e Dropbox
Cloud Computing e Dropbox
 
China Speeches at Munich Security Conference
China Speeches at Munich Security ConferenceChina Speeches at Munich Security Conference
China Speeches at Munich Security Conference
 
Certificações
CertificaçõesCertificações
Certificações
 
BE AWARE WEBINAR - Se a senha é fraca, como posso melhorar a autenticação da ...
BE AWARE WEBINAR - Se a senha é fraca, como posso melhorar a autenticação da ...BE AWARE WEBINAR - Se a senha é fraca, como posso melhorar a autenticação da ...
BE AWARE WEBINAR - Se a senha é fraca, como posso melhorar a autenticação da ...
 
Cloud Computing Tecla Internet - Conceito
Cloud Computing Tecla Internet - ConceitoCloud Computing Tecla Internet - Conceito
Cloud Computing Tecla Internet - Conceito
 
CloudOS - Office 365 e Microsoft Azure
CloudOS - Office 365 e Microsoft AzureCloudOS - Office 365 e Microsoft Azure
CloudOS - Office 365 e Microsoft Azure
 
Seminário de Sistemas Distribuídos - Blue Cloud
Seminário de Sistemas Distribuídos - Blue CloudSeminário de Sistemas Distribuídos - Blue Cloud
Seminário de Sistemas Distribuídos - Blue Cloud
 
Hadoop, Big Data e Cloud Computing
Hadoop, Big Data e Cloud ComputingHadoop, Big Data e Cloud Computing
Hadoop, Big Data e Cloud Computing
 
Apresentação Cloud Computing World Forum
Apresentação Cloud Computing World ForumApresentação Cloud Computing World Forum
Apresentação Cloud Computing World Forum
 
WEBINAR BE AWARE - Antes, durante e depois do ataque
WEBINAR BE AWARE - Antes, durante e depois do ataqueWEBINAR BE AWARE - Antes, durante e depois do ataque
WEBINAR BE AWARE - Antes, durante e depois do ataque
 
Cisco for Small Business
Cisco for Small BusinessCisco for Small Business
Cisco for Small Business
 
Cloud computing foundation
Cloud computing foundationCloud computing foundation
Cloud computing foundation
 
Cloud Computing: De tendencia a realidade
Cloud Computing: De tendencia a realidadeCloud Computing: De tendencia a realidade
Cloud Computing: De tendencia a realidade
 
Cloud Computing
Cloud ComputingCloud Computing
Cloud Computing
 
POR DENTRO DO DATACENTER
POR DENTRO DO DATACENTERPOR DENTRO DO DATACENTER
POR DENTRO DO DATACENTER
 
Infraestrutura de cloud computing
Infraestrutura de cloud computingInfraestrutura de cloud computing
Infraestrutura de cloud computing
 

Ähnlich wie Intro Redes CloudStack

Loren COmpass Computer Of day member political network datastore
Loren COmpass Computer Of day member political network datastoreLoren COmpass Computer Of day member political network datastore
Loren COmpass Computer Of day member political network datastoreedgararrais8
 
Ficha de trabalho 3..
Ficha de trabalho 3..Ficha de trabalho 3..
Ficha de trabalho 3..edlander
 
62282591 senai-curso-avancado-redes
62282591 senai-curso-avancado-redes62282591 senai-curso-avancado-redes
62282591 senai-curso-avancado-redesMarco Guimarães
 
36210961 curso-avancado-redes
36210961 curso-avancado-redes36210961 curso-avancado-redes
36210961 curso-avancado-redesMarco Guimarães
 
BR - Fabric Connect Workshop LAB Slides v0 PTBR.pdf
BR - Fabric Connect Workshop LAB Slides v0 PTBR.pdfBR - Fabric Connect Workshop LAB Slides v0 PTBR.pdf
BR - Fabric Connect Workshop LAB Slides v0 PTBR.pdfodairjose23
 
Mini curso redes_computadores
Mini curso redes_computadoresMini curso redes_computadores
Mini curso redes_computadoreselgi.elgi
 
Bem vindo a era da Inovação da TI com Cloud
Bem vindo a era da Inovação da TI com Cloud Bem vindo a era da Inovação da TI com Cloud
Bem vindo a era da Inovação da TI com Cloud Thiago Viola
 
Data center MCSBRC2010-slides.pdf
Data center MCSBRC2010-slides.pdfData center MCSBRC2010-slides.pdf
Data center MCSBRC2010-slides.pdfssuser1198af
 
Aula 07 - Projeto de Topologia e Exercícios - Parte II
Aula 07 - Projeto de Topologia e Exercícios - Parte IIAula 07 - Projeto de Topologia e Exercícios - Parte II
Aula 07 - Projeto de Topologia e Exercícios - Parte IIDalton Martins
 
Comunicação de Dados - Modulo 5
 Comunicação de Dados - Modulo 5 Comunicação de Dados - Modulo 5
Comunicação de Dados - Modulo 5Mariana Hiyori
 
MySQL Cluster - visão geral
MySQL Cluster - visão geralMySQL Cluster - visão geral
MySQL Cluster - visão geralMySQL Brasil
 
Blueprints & Patterns de Arquitetura para Sistemas que Escalam Linearmente (p...
Blueprints & Patterns de Arquitetura para Sistemas que Escalam Linearmente (p...Blueprints & Patterns de Arquitetura para Sistemas que Escalam Linearmente (p...
Blueprints & Patterns de Arquitetura para Sistemas que Escalam Linearmente (p...Ricardo Ferreira
 
Projetos Estruturados de Redes - Parte 5
Projetos Estruturados de Redes - Parte 5Projetos Estruturados de Redes - Parte 5
Projetos Estruturados de Redes - Parte 5José Wagner Bungart
 
Serviços Escaláveis e de Alta Performance com MySQL e Java
Serviços Escaláveis e de Alta Performance com MySQL e JavaServiços Escaláveis e de Alta Performance com MySQL e Java
Serviços Escaláveis e de Alta Performance com MySQL e JavaMySQL Brasil
 
Amazon Aws - Tecnologias e Beneficios
Amazon Aws - Tecnologias e BeneficiosAmazon Aws - Tecnologias e Beneficios
Amazon Aws - Tecnologias e BeneficiosYros
 

Ähnlich wie Intro Redes CloudStack (20)

Loren COmpass Computer Of day member political network datastore
Loren COmpass Computer Of day member political network datastoreLoren COmpass Computer Of day member political network datastore
Loren COmpass Computer Of day member political network datastore
 
2016 dell-networking
2016 dell-networking2016 dell-networking
2016 dell-networking
 
Ficha de trabalho 3..
Ficha de trabalho 3..Ficha de trabalho 3..
Ficha de trabalho 3..
 
62282591 senai-curso-avancado-redes
62282591 senai-curso-avancado-redes62282591 senai-curso-avancado-redes
62282591 senai-curso-avancado-redes
 
Segurança em SDN
Segurança em SDNSegurança em SDN
Segurança em SDN
 
Virtualização
VirtualizaçãoVirtualização
Virtualização
 
36210961 curso-avancado-redes
36210961 curso-avancado-redes36210961 curso-avancado-redes
36210961 curso-avancado-redes
 
BR - Fabric Connect Workshop LAB Slides v0 PTBR.pdf
BR - Fabric Connect Workshop LAB Slides v0 PTBR.pdfBR - Fabric Connect Workshop LAB Slides v0 PTBR.pdf
BR - Fabric Connect Workshop LAB Slides v0 PTBR.pdf
 
Mini curso redes_computadores
Mini curso redes_computadoresMini curso redes_computadores
Mini curso redes_computadores
 
Bem vindo a era da Inovação da TI com Cloud
Bem vindo a era da Inovação da TI com Cloud Bem vindo a era da Inovação da TI com Cloud
Bem vindo a era da Inovação da TI com Cloud
 
Data center MCSBRC2010-slides.pdf
Data center MCSBRC2010-slides.pdfData center MCSBRC2010-slides.pdf
Data center MCSBRC2010-slides.pdf
 
Aula 07 - Projeto de Topologia e Exercícios - Parte II
Aula 07 - Projeto de Topologia e Exercícios - Parte IIAula 07 - Projeto de Topologia e Exercícios - Parte II
Aula 07 - Projeto de Topologia e Exercícios - Parte II
 
Comunicação de Dados - Modulo 5
 Comunicação de Dados - Modulo 5 Comunicação de Dados - Modulo 5
Comunicação de Dados - Modulo 5
 
MySQL Cluster - visão geral
MySQL Cluster - visão geralMySQL Cluster - visão geral
MySQL Cluster - visão geral
 
Integrador
IntegradorIntegrador
Integrador
 
Apostila oracle
Apostila oracleApostila oracle
Apostila oracle
 
Blueprints & Patterns de Arquitetura para Sistemas que Escalam Linearmente (p...
Blueprints & Patterns de Arquitetura para Sistemas que Escalam Linearmente (p...Blueprints & Patterns de Arquitetura para Sistemas que Escalam Linearmente (p...
Blueprints & Patterns de Arquitetura para Sistemas que Escalam Linearmente (p...
 
Projetos Estruturados de Redes - Parte 5
Projetos Estruturados de Redes - Parte 5Projetos Estruturados de Redes - Parte 5
Projetos Estruturados de Redes - Parte 5
 
Serviços Escaláveis e de Alta Performance com MySQL e Java
Serviços Escaláveis e de Alta Performance com MySQL e JavaServiços Escaláveis e de Alta Performance com MySQL e Java
Serviços Escaláveis e de Alta Performance com MySQL e Java
 
Amazon Aws - Tecnologias e Beneficios
Amazon Aws - Tecnologias e BeneficiosAmazon Aws - Tecnologias e Beneficios
Amazon Aws - Tecnologias e Beneficios
 

Mehr von ShapeBlue

CloudStack Authentication Methods – Harikrishna Patnala, ShapeBlue
CloudStack Authentication Methods – Harikrishna Patnala, ShapeBlueCloudStack Authentication Methods – Harikrishna Patnala, ShapeBlue
CloudStack Authentication Methods – Harikrishna Patnala, ShapeBlueShapeBlue
 
CloudStack Tooling Ecosystem – Kiran Chavala, ShapeBlue
CloudStack Tooling Ecosystem – Kiran Chavala, ShapeBlueCloudStack Tooling Ecosystem – Kiran Chavala, ShapeBlue
CloudStack Tooling Ecosystem – Kiran Chavala, ShapeBlueShapeBlue
 
Elevating Cloud Infrastructure with Object Storage, DRS, VM Scheduling, and D...
Elevating Cloud Infrastructure with Object Storage, DRS, VM Scheduling, and D...Elevating Cloud Infrastructure with Object Storage, DRS, VM Scheduling, and D...
Elevating Cloud Infrastructure with Object Storage, DRS, VM Scheduling, and D...ShapeBlue
 
VM Migration from VMware to CloudStack and KVM – Suresh Anaparti, ShapeBlue
VM Migration from VMware to CloudStack and KVM – Suresh Anaparti, ShapeBlueVM Migration from VMware to CloudStack and KVM – Suresh Anaparti, ShapeBlue
VM Migration from VMware to CloudStack and KVM – Suresh Anaparti, ShapeBlueShapeBlue
 
How We Grew Up with CloudStack and its Journey – Dilip Singh, DataHub
How We Grew Up with CloudStack and its Journey – Dilip Singh, DataHubHow We Grew Up with CloudStack and its Journey – Dilip Singh, DataHub
How We Grew Up with CloudStack and its Journey – Dilip Singh, DataHubShapeBlue
 
What’s New in CloudStack 4.19, Abhishek Kumar, Release Manager Apache CloudSt...
What’s New in CloudStack 4.19, Abhishek Kumar, Release Manager Apache CloudSt...What’s New in CloudStack 4.19, Abhishek Kumar, Release Manager Apache CloudSt...
What’s New in CloudStack 4.19, Abhishek Kumar, Release Manager Apache CloudSt...ShapeBlue
 
CloudStack 101: The Best Way to Build Your Private Cloud – Rohit Yadav, VP Ap...
CloudStack 101: The Best Way to Build Your Private Cloud – Rohit Yadav, VP Ap...CloudStack 101: The Best Way to Build Your Private Cloud – Rohit Yadav, VP Ap...
CloudStack 101: The Best Way to Build Your Private Cloud – Rohit Yadav, VP Ap...ShapeBlue
 
How We Use CloudStack to Provide Managed Hosting - Swen Brüseke - proIO
How We Use CloudStack to Provide Managed Hosting - Swen Brüseke - proIOHow We Use CloudStack to Provide Managed Hosting - Swen Brüseke - proIO
How We Use CloudStack to Provide Managed Hosting - Swen Brüseke - proIOShapeBlue
 
Enabling DPU Hardware Accelerators in XCP-ng Cloud Platform Environment - And...
Enabling DPU Hardware Accelerators in XCP-ng Cloud Platform Environment - And...Enabling DPU Hardware Accelerators in XCP-ng Cloud Platform Environment - And...
Enabling DPU Hardware Accelerators in XCP-ng Cloud Platform Environment - And...ShapeBlue
 
Zero to Cloud Hero: Crafting a Private Cloud from Scratch with XCP-ng, Xen Or...
Zero to Cloud Hero: Crafting a Private Cloud from Scratch with XCP-ng, Xen Or...Zero to Cloud Hero: Crafting a Private Cloud from Scratch with XCP-ng, Xen Or...
Zero to Cloud Hero: Crafting a Private Cloud from Scratch with XCP-ng, Xen Or...ShapeBlue
 
KVM Security Groups Under the Hood - Wido den Hollander - Your.Online
KVM Security Groups Under the Hood - Wido den Hollander - Your.OnlineKVM Security Groups Under the Hood - Wido den Hollander - Your.Online
KVM Security Groups Under the Hood - Wido den Hollander - Your.OnlineShapeBlue
 
How to Re-use Old Hardware with CloudStack. Saving Money and the Environment ...
How to Re-use Old Hardware with CloudStack. Saving Money and the Environment ...How to Re-use Old Hardware with CloudStack. Saving Money and the Environment ...
How to Re-use Old Hardware with CloudStack. Saving Money and the Environment ...ShapeBlue
 
Use Existing Assets to Build a Powerful In-house Cloud Solution - Magali Perv...
Use Existing Assets to Build a Powerful In-house Cloud Solution - Magali Perv...Use Existing Assets to Build a Powerful In-house Cloud Solution - Magali Perv...
Use Existing Assets to Build a Powerful In-house Cloud Solution - Magali Perv...ShapeBlue
 
Import Export Virtual Machine for KVM Hypervisor - Ayush Pandey - University ...
Import Export Virtual Machine for KVM Hypervisor - Ayush Pandey - University ...Import Export Virtual Machine for KVM Hypervisor - Ayush Pandey - University ...
Import Export Virtual Machine for KVM Hypervisor - Ayush Pandey - University ...ShapeBlue
 
DRaaS using Snapshot copy and destination selection (DRaaS) - Alexandre Matti...
DRaaS using Snapshot copy and destination selection (DRaaS) - Alexandre Matti...DRaaS using Snapshot copy and destination selection (DRaaS) - Alexandre Matti...
DRaaS using Snapshot copy and destination selection (DRaaS) - Alexandre Matti...ShapeBlue
 
Mitigating Common CloudStack Instance Deployment Failures - Jithin Raju - Sha...
Mitigating Common CloudStack Instance Deployment Failures - Jithin Raju - Sha...Mitigating Common CloudStack Instance Deployment Failures - Jithin Raju - Sha...
Mitigating Common CloudStack Instance Deployment Failures - Jithin Raju - Sha...ShapeBlue
 
Elevating Privacy and Security in CloudStack - Boris Stoyanov - ShapeBlue
Elevating Privacy and Security in CloudStack - Boris Stoyanov - ShapeBlueElevating Privacy and Security in CloudStack - Boris Stoyanov - ShapeBlue
Elevating Privacy and Security in CloudStack - Boris Stoyanov - ShapeBlueShapeBlue
 
Transitioning from VMware vCloud to Apache CloudStack: A Path to Profitabilit...
Transitioning from VMware vCloud to Apache CloudStack: A Path to Profitabilit...Transitioning from VMware vCloud to Apache CloudStack: A Path to Profitabilit...
Transitioning from VMware vCloud to Apache CloudStack: A Path to Profitabilit...ShapeBlue
 
Hypervisor Agnostic DRS in CloudStack - Brief overview & demo - Vishesh Jinda...
Hypervisor Agnostic DRS in CloudStack - Brief overview & demo - Vishesh Jinda...Hypervisor Agnostic DRS in CloudStack - Brief overview & demo - Vishesh Jinda...
Hypervisor Agnostic DRS in CloudStack - Brief overview & demo - Vishesh Jinda...ShapeBlue
 
What’s New in CloudStack 4.19 - Abhishek Kumar - ShapeBlue
What’s New in CloudStack 4.19 - Abhishek Kumar - ShapeBlueWhat’s New in CloudStack 4.19 - Abhishek Kumar - ShapeBlue
What’s New in CloudStack 4.19 - Abhishek Kumar - ShapeBlueShapeBlue
 

Mehr von ShapeBlue (20)

CloudStack Authentication Methods – Harikrishna Patnala, ShapeBlue
CloudStack Authentication Methods – Harikrishna Patnala, ShapeBlueCloudStack Authentication Methods – Harikrishna Patnala, ShapeBlue
CloudStack Authentication Methods – Harikrishna Patnala, ShapeBlue
 
CloudStack Tooling Ecosystem – Kiran Chavala, ShapeBlue
CloudStack Tooling Ecosystem – Kiran Chavala, ShapeBlueCloudStack Tooling Ecosystem – Kiran Chavala, ShapeBlue
CloudStack Tooling Ecosystem – Kiran Chavala, ShapeBlue
 
Elevating Cloud Infrastructure with Object Storage, DRS, VM Scheduling, and D...
Elevating Cloud Infrastructure with Object Storage, DRS, VM Scheduling, and D...Elevating Cloud Infrastructure with Object Storage, DRS, VM Scheduling, and D...
Elevating Cloud Infrastructure with Object Storage, DRS, VM Scheduling, and D...
 
VM Migration from VMware to CloudStack and KVM – Suresh Anaparti, ShapeBlue
VM Migration from VMware to CloudStack and KVM – Suresh Anaparti, ShapeBlueVM Migration from VMware to CloudStack and KVM – Suresh Anaparti, ShapeBlue
VM Migration from VMware to CloudStack and KVM – Suresh Anaparti, ShapeBlue
 
How We Grew Up with CloudStack and its Journey – Dilip Singh, DataHub
How We Grew Up with CloudStack and its Journey – Dilip Singh, DataHubHow We Grew Up with CloudStack and its Journey – Dilip Singh, DataHub
How We Grew Up with CloudStack and its Journey – Dilip Singh, DataHub
 
What’s New in CloudStack 4.19, Abhishek Kumar, Release Manager Apache CloudSt...
What’s New in CloudStack 4.19, Abhishek Kumar, Release Manager Apache CloudSt...What’s New in CloudStack 4.19, Abhishek Kumar, Release Manager Apache CloudSt...
What’s New in CloudStack 4.19, Abhishek Kumar, Release Manager Apache CloudSt...
 
CloudStack 101: The Best Way to Build Your Private Cloud – Rohit Yadav, VP Ap...
CloudStack 101: The Best Way to Build Your Private Cloud – Rohit Yadav, VP Ap...CloudStack 101: The Best Way to Build Your Private Cloud – Rohit Yadav, VP Ap...
CloudStack 101: The Best Way to Build Your Private Cloud – Rohit Yadav, VP Ap...
 
How We Use CloudStack to Provide Managed Hosting - Swen Brüseke - proIO
How We Use CloudStack to Provide Managed Hosting - Swen Brüseke - proIOHow We Use CloudStack to Provide Managed Hosting - Swen Brüseke - proIO
How We Use CloudStack to Provide Managed Hosting - Swen Brüseke - proIO
 
Enabling DPU Hardware Accelerators in XCP-ng Cloud Platform Environment - And...
Enabling DPU Hardware Accelerators in XCP-ng Cloud Platform Environment - And...Enabling DPU Hardware Accelerators in XCP-ng Cloud Platform Environment - And...
Enabling DPU Hardware Accelerators in XCP-ng Cloud Platform Environment - And...
 
Zero to Cloud Hero: Crafting a Private Cloud from Scratch with XCP-ng, Xen Or...
Zero to Cloud Hero: Crafting a Private Cloud from Scratch with XCP-ng, Xen Or...Zero to Cloud Hero: Crafting a Private Cloud from Scratch with XCP-ng, Xen Or...
Zero to Cloud Hero: Crafting a Private Cloud from Scratch with XCP-ng, Xen Or...
 
KVM Security Groups Under the Hood - Wido den Hollander - Your.Online
KVM Security Groups Under the Hood - Wido den Hollander - Your.OnlineKVM Security Groups Under the Hood - Wido den Hollander - Your.Online
KVM Security Groups Under the Hood - Wido den Hollander - Your.Online
 
How to Re-use Old Hardware with CloudStack. Saving Money and the Environment ...
How to Re-use Old Hardware with CloudStack. Saving Money and the Environment ...How to Re-use Old Hardware with CloudStack. Saving Money and the Environment ...
How to Re-use Old Hardware with CloudStack. Saving Money and the Environment ...
 
Use Existing Assets to Build a Powerful In-house Cloud Solution - Magali Perv...
Use Existing Assets to Build a Powerful In-house Cloud Solution - Magali Perv...Use Existing Assets to Build a Powerful In-house Cloud Solution - Magali Perv...
Use Existing Assets to Build a Powerful In-house Cloud Solution - Magali Perv...
 
Import Export Virtual Machine for KVM Hypervisor - Ayush Pandey - University ...
Import Export Virtual Machine for KVM Hypervisor - Ayush Pandey - University ...Import Export Virtual Machine for KVM Hypervisor - Ayush Pandey - University ...
Import Export Virtual Machine for KVM Hypervisor - Ayush Pandey - University ...
 
DRaaS using Snapshot copy and destination selection (DRaaS) - Alexandre Matti...
DRaaS using Snapshot copy and destination selection (DRaaS) - Alexandre Matti...DRaaS using Snapshot copy and destination selection (DRaaS) - Alexandre Matti...
DRaaS using Snapshot copy and destination selection (DRaaS) - Alexandre Matti...
 
Mitigating Common CloudStack Instance Deployment Failures - Jithin Raju - Sha...
Mitigating Common CloudStack Instance Deployment Failures - Jithin Raju - Sha...Mitigating Common CloudStack Instance Deployment Failures - Jithin Raju - Sha...
Mitigating Common CloudStack Instance Deployment Failures - Jithin Raju - Sha...
 
Elevating Privacy and Security in CloudStack - Boris Stoyanov - ShapeBlue
Elevating Privacy and Security in CloudStack - Boris Stoyanov - ShapeBlueElevating Privacy and Security in CloudStack - Boris Stoyanov - ShapeBlue
Elevating Privacy and Security in CloudStack - Boris Stoyanov - ShapeBlue
 
Transitioning from VMware vCloud to Apache CloudStack: A Path to Profitabilit...
Transitioning from VMware vCloud to Apache CloudStack: A Path to Profitabilit...Transitioning from VMware vCloud to Apache CloudStack: A Path to Profitabilit...
Transitioning from VMware vCloud to Apache CloudStack: A Path to Profitabilit...
 
Hypervisor Agnostic DRS in CloudStack - Brief overview & demo - Vishesh Jinda...
Hypervisor Agnostic DRS in CloudStack - Brief overview & demo - Vishesh Jinda...Hypervisor Agnostic DRS in CloudStack - Brief overview & demo - Vishesh Jinda...
Hypervisor Agnostic DRS in CloudStack - Brief overview & demo - Vishesh Jinda...
 
What’s New in CloudStack 4.19 - Abhishek Kumar - ShapeBlue
What’s New in CloudStack 4.19 - Abhishek Kumar - ShapeBlueWhat’s New in CloudStack 4.19 - Abhishek Kumar - ShapeBlue
What’s New in CloudStack 4.19 - Abhishek Kumar - ShapeBlue
 

Intro Redes CloudStack

  • 1. Apache CloudStack Introdução às redes do Apache CloudStack CloudStack Day Brasil 2015 www.shapeblue.com Marcelo Lima
  • 2. Copyright ShapeBlue 2012. All rights reserved  Marcelo Lima <marcelo.lima@shapeblue.com>  Consultor de Cloud e Data Center da ShapeBlue  Especializado em:  Infraestruturas de Cloud Computing  Infraestruturas de Data Center  Infraestruturas de Service Provider  Automação de Infraestrutura  Ambientes de alta disponibilidade e escalabilidade Sobre o palestrante #CloudStackDayBrasil
  • 3. Copyright ShapeBlue 2012. All rights reserved Ementa da Palestra  Estruturas de rede em um Data Center  Arquitetura CDA – Core, Distribuição e Acesso  Arquitetura Leaf & Spine  Tipos de redes no Apache CloudStack  Básica  Avançada com Grupos de Segurança  Avançada (Compartilhada, Isolada e VPC) #CloudStackDayBrasil
  • 4. Copyright ShapeBlue 2012. All rights reserved Estruturas de rede em um Data Center Arquitetura CDA – Core, Distribuição e Acesso #CloudStackDayBrasil
  • 5. Copyright ShapeBlue 2012. All rights reserved Arquitetura CDA – Core, Distribuição e Acesso  A muitos anos estruturas de Data Center são construídas em camadas, seguindo uma hierarquia  Acesso: Prover conectividade com servidores (hosts)  Distribuição ou Agregação: Prover conectividade redundante para camada de acesso, serviços como firewall e load-balancing, roteamento e interconexão com a camada Core  Core: Prover roteamento para outras partes no Data Center, serviços externos como Internet e interconexão com outros Data Centers #CloudStackDayBrasil
  • 6. Copyright ShapeBlue 2012. All rights reserved Arquitetura CDA – Core, Distribuição e Acesso #CloudStackDayBrasil
  • 7. Copyright ShapeBlue 2012. All rights reserved Arquitetura CDA – Core, Distribuição e Acesso
  • 8. Copyright ShapeBlue 2012. All rights reserved Arquitetura CDA – Core, Distribuição e Acesso  Este modelo proveu uma boa disponibilidade e até escalou bem, porém:  Está sujeito a gargalos nos up-links entre as camadas devido ao alto tráfego de dados demandado hoje  Latência como consequência do alto tráfego  Utilização de protocolos obsoletos para Data Center afim de garantir redundância da camada de Acesso (STP, RSTP, EAPS, etc)  Houveram tentativas com novas tecnologias e protocolos para amenizar a situação (MEC, VPC) #CloudStackDayBrasil
  • 9. Copyright ShapeBlue 2012. All rights reserved Estruturas de rede em um Data Center Arquitetura Leaf & Spine #CloudStackDayBrasil
  • 10. Copyright ShapeBlue 2012. All rights reserved Arquitetura Leaf & Spine  Nova arquitetura utilizada em Data Centers modernos  Camada Spine forma a camada de “Distribuição/Core”  Camada Leaf forma a camada de Acesso  Switches Spine não possuem conexão entre si  Todos os switches Leaf possuem conexões com todos switches Spine  Layer2 e Layer3  Scale-out!!!  Cisco FabricPath, Brocade VCS, Juniper QFabric, Arista, Mellanox #CloudStackDayBrasil
  • 11. Copyright ShapeBlue 2012. All rights reserved Arquitetura Leaf & Spine  2 switches Spine  4 switches Leaf  160 servidores  40 servidores por rack conectados a 1 Gigabit  Oversubscription 2:1 #CloudStackDayBrasil
  • 12. Copyright ShapeBlue 2012. All rights reserved Arquitetura Leaf & Spine  Oversubscription 2:1  4 switches Leaf  160 portas 1G #CloudStackDayBrasil
  • 13. Copyright ShapeBlue 2012. All rights reserved Arquitetura Leaf & Spine  4 switches Spine  8 switches Leaf  320 servidores  40 servidores por rack conectados a 1 Gigabit  Oversubscription 1:1 #CloudStackDayBrasil
  • 14. Copyright ShapeBlue 2012. All rights reserved Arquitetura Leaf & Spine  Oversubscription 1:1  8 switches Leaf  320 portas 1G #CloudStackDayBrasil
  • 15. Copyright ShapeBlue 2012. All rights reserved Arquitetura Leaf & Spine  40G Leaf/Spine Fabric  4 switches Spine (32x portas de 40G cada switch)  32 switches Leaf (4x 40G de uplink + 40x 10G de acesso cada)  1280 portas 10G para acesso  40 servidores por rack conectados a 10 Gigabits = 1280 servidores  Oversubscription 2.5:1 #CloudStackDayBrasil
  • 16. Copyright ShapeBlue 2012. All rights reserved Arquitetura Leaf & Spine  Oversubscription 2.5:1  32 switches Leaf  1280 portas 10G #CloudStackDayBrasil
  • 17. Copyright ShapeBlue 2012. All rights reserved Arquitetura Leaf & Spine  10G Leaf/Spine Fabric  16 switches Spine (32x 40G = 128x 10G cada + optical breakout cable)  128 switches Leaf (4x 40G = 16x 10G uplink + 40x 10G acesso cada)  5120 portas 10G para acesso  40 servidores por rack conectados a 10 Gigabit = 5120 servidores  Oversubscription 2.5:1  +4x configurações  +4x cabos  +4x adjacências #CloudStackDayBrasil
  • 18. Copyright ShapeBlue 2012. All rights reserved Arquitetura Leaf & Spine  Oversubscription 2.5:1  128 switches Leaf  5120 portas 10G #CloudStackDayBrasil
  • 19. Copyright ShapeBlue 2012. All rights reserved Arquitetura Leaf & Spine  O número de portas de uplink nos switches Leaf determina o número máximo de switches Spine  O número de portas no switch Spine determina o número máximo de switches Leaf #CloudStackDayBrasil
  • 20. Copyright ShapeBlue 2012. All rights reserved Redes no CloudStack #CloudStackDayBrasil
  • 21. Copyright ShapeBlue 2012. All rights reserved  Modelos de Redes Guest  Zona Básica – Compartilhada com Grupos de Segurança  Zona Avançada – Grupos de Segurança  Zona Avançada – Compartilhada, Isolada, VPC Redes CloudStack #CloudStackDayBrasil
  • 22. Copyright ShapeBlue 2012. All rights reserved  Zona Básica – Compartilhada com Grupos de Segurança  Fornece uma única rede onde o isolamento dos hóspedes pode ser fornecido através da camada 3 (IP) utilizando grupos de segurança (filtragem por IP de origem)  Uma única rede Flat Redes CloudStack #CloudStackDayBrasil
  • 23. Copyright ShapeBlue 2012. All rights reserved Rede ‘Compartilhada’ – Zona Básica #CloudStackDayBrasil
  • 24. Copyright ShapeBlue 2012. All rights reserved  Zona Avançada – Compartilhada com Grupo de Segurança  Semelhante a rede Básica porém fornece mais de rede onde o isolamento dos hóspedes pode ser fornecido através da camada 3 (IP) utilizando grupos de segurança (filtragem por IP de origem)  Mais de uma rede Flat Redes CloudStack #CloudStackDayBrasil
  • 25. Copyright ShapeBlue 2012. All rights reserved Rede ‘Guest’ – Zona Avançada com SG #CloudStackDayBrasil
  • 26. Copyright ShapeBlue 2012. All rights reserved  Zona Avançada – Compartilhada, Isolada ou VPC  Esse modelo de rede fornece maior flexibilidade na definição de redes Guest e fornece ofertas de rede personalizadas, tais como firewall, VPN, Load Balancer e recursos de VPC. O isolamento dos Guests é realizado através da camada-2 (Ethernet) usando, por exemplo, VLANs ou SDN. Redes CloudStack #CloudStackDayBrasil
  • 27. Copyright ShapeBlue 2012. All rights reserved Rede ‘Guest Compartilhada’ – Zona Avançada #CloudStackDayBrasil
  • 28. Copyright ShapeBlue 2012. All rights reserved Rede ‘Guest Isolada’ – Zona Avançada #CloudStackDayBrasil
  • 29. Copyright ShapeBlue 2012. All rights reserved Rede ‘VPC – Virtual Private Cloud’ – Zona Avançada #CloudStackDayBrasil
  • 30. Copyright ShapeBlue 2012. All rights reserved  Um appliance físico ou virtual que forneça serviços de rede para o CloudStack, como por exemplo: Provedor de Serviços de Rede  Roteador Virtual  Roteador Virtual VPC  Balancedor Interno LBVM  Citrix NetScaler  F5 Load Balancer  Juniper SRX Firewall  Palo Alto Firewall  Nicira NVP (VMware NSX)  BigSwitch Vns  Cisco VNMC  Ovs  Baremetal DHCP  Baremetal PXE #CloudStackDayBrasil
  • 31. Copyright ShapeBlue 2012. All rights reserved Perguntas? marcelo.lima@shapeblue.com www.cloudstack.org www.shapeblue.com #CloudStackDayBrasil