OpenStack Summit Berlin – November 14, 2018

Slides:



Advertisements
Similar presentations
Profit from the cloud TM Parallels Dynamic Infrastructure AndOpenStack.
Advertisements

“It’s going to take a month to get a proof of concept going.” “I know VMM, but don’t know how it works with SPF and the Portal” “I know Azure, but.
© 2009 IBM Corporation ® IBM Software Group Introduction to Cloud Computing Vivek C Agarwal IBM India Software Labs.
Windows Azure Pack Tomáš „Kanty“ Kantůrek
Opensource for Cloud Deployments – Risk – Reward – Reality
INTRODUCTION TO CLOUD COMPUTING CS 595 LECTURE 7 2/23/2015.
Windows Azure Conference 2014 Running Docker on Windows Azure.
OpenShift on OpenStack Dave 6 December 2013.
Microsoft Virtual Academy.
Windows Azure Conference 2014 Deploy your Java workloads on Windows Azure.
608D CloudStack 3.0 Omer Palo Readiness Specialist, WW Tech Support Readiness May 8, 2012.
Introduction To BlueMix By: Ryan
CoprHD and OpenStack Ideas for future.
How Adobe Built An OpenStack Cloud
How Adobe Has Built An OpenStack Cloud
Document Name CONFIDENTIAL Version Control Version No.DateType of ChangesOwner/ Author Date of Review/Expiry The information contained in this document.
1 TCS Confidential. 2 Objective: In this session we will be able to learn  What is Openstack?  History  Capabilities  Openstack as IaaS  Advantages.
#msitconf. Damien Caro Technical Evangelist Manager, Что будет, если приложение поместить в контейнер? What happens if the application.
CON8473 – Oracle Distribution of OpenStack Ronen Kofman Director of Product Management Oracle OpenStack September, 2014 Copyright © 2014, Oracle and/or.
OpenStack.
Interoperability Between Modern Clouds using DevOps
Smart Cities and Communities and Social Innovation
Web application hosting with Openshift, and Docker images
Resource Provisioning Services Introduction and Plans
Web application hosting with Openshift, and Docker images
Accelerate your DevOps with OpenShift by Red Hat
SUSE® Cloud The Open Source Private Cloud Solution for the Enterprise
Don’t Miss These Sessions!
Containers: The new network endpoint
Docker Birthday #3.
Ops Manager API, Puppet and OpenStack – Fully automated orchestration from scratch! MongoDB World 2016.
Red Hat OpenShift on Microsoft Azure
Cloud Data platform (Cloud Application Development & Deployment)
Bridges and Clouds Sergiu Sanielevici, PSC Director of User Support for Scientific Applications October 12, 2017 © 2017 Pittsburgh Supercomputing Center.
Using OpenStack Sahara & Manila to run Analytics
SCD Cloud at STFC By Alexander Dibbo.
Multi-VIM/Cloud High Level Architecture
Cloud Computing Platform as a Service
A walkthrought by the cloud computing
INDIGO – DataCloud PaaS
Interoperability in Modern Clouds using DevOps
CORD Build Event.
AWS. Introduction AWS launched in 2006 from the internal infrastructure that Amazon.com built to handle its online retail operations. AWS was one of the.
OpenStack Ani Bicaku 18/04/ © (SG)² Konsortium.
Kubernetes Container Orchestration
OpenStack Octavia, Kubernetes, and Terraform
Using docker containers
Azure Container Instances
Ease OpenStack : Non-Containerized to Containerized
Securing Cloud-Native Applications Jason Schmitt CEO
HDFS on Kubernetes -- Lessons Learned
OpenStack-alapú privát felhő üzemeltetés
Getting Started with Kubernetes and Rancher 2.0
Intro about Contanier and Docker Technology
In this session… Introduce what we’re talking about
HDFS on Kubernetes -- Lessons Learned
Containerized Development with Eclipse Docker Tooling at scale
Container cluster management solutions
* Introduction to Cloud computing * Introduction to OpenStack * OpenStack Design & Architecture * Demonstration of OpenStack Cloud.
OpenShift vs. Vanilla k8s on OpenStack IaaS
Future Internet: Infrastructures and Services
Distributing META-pipe on ELIXIR compute resources
OpenShift as a cloud for Data Science
Microsoft Virtual Academy
Microsoft Virtual Academy
Containers and DevOps.
The StarlingX Story Learn, Try, Get Involved!
OpenStack for the Enterprise
SQL Server on Containers
Presentation transcript:

OpenStack Summit Berlin – November 14, 2018 Stacks on Stacks on Stacks OpenShift, OpenStack, & Why They’re Best Friends T. Nichole Williams OpenStack Summit Berlin – November 14, 2018 treva@linuxacademy.com

About T. Nichole Williams Technical Evangelist | Linux Academy Based in Texas (howdy y’all) OpenStack ATC (Magnum, RDO) https://academybytes.com OGtrilliams

WHAT IS OPENSTACK? Open source IaaS software Provides an easy-to-use virtualization layer between server hardware & you API or Dashboard management Built-in integration with popular technologies (including OpenShift :D) A set of open source software tools for building & managing cloud infrastructure including, but not limited to - virtual servers (nova) - identity (keystone) - orchestration (heat) - networking (neutron) - images (glance) - bare metal (ironic) - object storage (swift) - block storage (cinder) openstack software aids in creation of a custom public/private/hybrid cloud solution tailored to your business needs, supported by a community of thousands of contributors.

Kubernetes, but Enterprise WHAT IS OPENSHIFT? OpenShift Container Platform is a platform as a service (PaaS) offering from Red Hat that brings together Docker and Kubernetes, and provides an API to manage these services. Openshift has a microservices-based architecture of smaller, decoupled units that work together, running on top of a kubernetes cluster. While Docker provides the abstraction for packaging & creating linux-based, lightweight container images, kubernetes provides the cluster management & orchestrates containers on multiple hosts. OpenShift container platform adds: - Source code management, builds, and deployments for developers - Managing and promoting images at scale as they flow through your system - Application management at scale - Team and user tracking for organizing a large developer organization Data about the objects is stored in etcd, a reliable clustered key-value store. Those services are broken down by function:* REST APIs, which expose each of the core objects, and Controllers, which read those APIs, apply changes to other objects, & report status or write back to the object. TL;dr - kubernetes, but enterprise

WHY OPENSHIFT ON OPENSTACK? 1 Containers are awesome – but so are VMs 2 Enterprise environments benefit from having multiple options 3 OpenStack IaaS is (arguably) the best infrastructure option for OpenShift PaaS Container registry backed by Swift PersistentVolumes backed by Cinder Simple, out-of-the-box setup Enterprise workloads need versatility – not all apps can run on a container, just like not all apps require a full-on VM Security – running openshift on Openstack VMs gives openshift pods vm namespace isolation which – as of yet – is not quite ready for primetime/production environments (kata containers) Why packstack over TripleO? tripleO requires Ironic to configure nodes == LOTS of HDD, RAM, CPU packstack makes it easy to set up an all-in-one or multi-node OpenStack cloud

Public network Bastion Master LB Infra LB router Master1 node0 node1 infra0 registry Container traffic Cinder storage public access to our cluster will route through either the bastion, or through load balancers as shown in the diagram, while admin access will route through a private tenant network that will be created by our playbooks. Authentication will be handled with SSH keys that are automatically injected from bastion to all of our OpenShift nodes. The docker registry & openshift router is hosted on the `infra0` node, & while node0 & node1 are hosts for pods which will be administered through the openshift Master.

EASY OPENSHIFT SETUP Create bastion Create OpenShift “golden image” Use golden image to launch OpenShift cluster - master(s), node(s), infra… Launch openshift-ansible installer from bastion Profit! Head over to the Red Hat booth after the talk for a demo! If you’d like to see a demo, head on over to the Red Hat booth after this presentation where I’ll be showing a full install of OpenShift v3.9 on OpenStack Queens – brought to you by PackStack. This is the part where I’d throw up an RDO gangsign but they don’t have one as far as I know, so just imagine that I did one just now.

Q&A Twitter: @OGtrilliams LinkedIn: in/trilliams GitHub: ogtrilliams #Freenode: PagliaccisCloud https://linuxacademy.com/ Thanks for coming, & if you’re into making new internet friends feel free to add me on the twitters or linkedin, or follow me on github. To learn more on OpenShift, OpenStack, or the combination of the two, head on over to Linux academy for hands-on, online training!