Containers in OpenStack :: leverage OpenStack services to make the most of Docker, Kubernetes and Mesos /
A practical book which will help the readers understand how the container ecosystem and OpenStack work together. About This Book Gets you acquainted with containerization in private cloud Learn to effectively manage and secure your containers in OpenStack Practical use cases on container deployment...
Gespeichert in:
Hauptverfasser: | , |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham, UK :
Packt Publishing,
2017.
|
Schlagworte: | |
Online-Zugang: | Volltext |
Zusammenfassung: | A practical book which will help the readers understand how the container ecosystem and OpenStack work together. About This Book Gets you acquainted with containerization in private cloud Learn to effectively manage and secure your containers in OpenStack Practical use cases on container deployment and management using OpenStack components Who This Book Is For This book is targeted towards cloud engineers, system administrators, or anyone from the production team who works on OpenStack cloud. This book act as an end to end guide for anyone who wants to start using the concept of containerization on private cloud. Some basic knowledge of Docker and Kubernetes will help. What You Will Learn Understand the role of containers in the OpenStack ecosystem Learn about containers and different types of container runtimes tools. Understand containerization in OpenStack with respect to the deployment framework, platform services, application deployment, and security Get skilled in using OpenStack to run your applications inside containers Explore the best practices of using containers in OpenStack. In Detail Containers are one of the most talked about technologies of recent times. They have become increasingly popular as they are changing the way we develop, deploy, and run software applications. OpenStack gets tremendous traction as it is used by many organizations across the globe and as containers gain in popularity and become complex, it's necessary for OpenStack to provide various infrastructure resources for containers, such as compute, network, and storage. Containers in OpenStack answers the question, how can OpenStack keep ahead of the increasing challenges of container technology? You will start by getting familiar with container and OpenStack basics, so that you understand how the container ecosystem and OpenStack work together. To understand networking, managing application services and deployment tools, the book has dedicated chapters for different OpenStack projects: Magnum, Zun, Kuryr, Murano, and Kolla. Towards the end, you will be introduced to some best practices to secure your containers and COE on OpenStack, with an overview of using each OpenStack projects for different use cases. Style and approach An end to end guide for anyone who wants to start using the concept of containerization on private cloud. |
Beschreibung: | 1 online resource (1 volume) : illustrations |
ISBN: | 9781788391924 1788391926 1788394380 9781788394383 |
Internformat
MARC
LEADER | 00000cam a2200000 i 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-on1021308086 | ||
003 | OCoLC | ||
005 | 20241004212047.0 | ||
006 | m o d | ||
007 | cr unu|||||||| | ||
008 | 180202s2017 enka o 000 0 eng d | ||
040 | |a UMI |b eng |e rda |e pn |c UMI |d STF |d OCLCF |d TOH |d CEF |d KSU |d DEBBG |d TEFOD |d G3B |d S9I |d UAB |d AU@ |d N$T |d QGK |d OCLCQ |d OCLCO |d NZAUC |d OCLCQ |d INARC |d OCLCQ |d OCLCO |d DXU | ||
020 | |a 9781788391924 |q (electronic bk.) | ||
020 | |a 1788391926 |q (electronic bk.) | ||
020 | |a 1788394380 | ||
020 | |a 9781788394383 | ||
035 | |a (OCoLC)1021308086 | ||
037 | |a CL0500000935 |b Safari Books Online | ||
037 | |a 46C8BC93-005A-4358-A659-9DE652F0D2D7 |b OverDrive, Inc. |n http://www.overdrive.com | ||
050 | 4 | |a QA76.585 | |
082 | 7 | |a 658.4038 |2 23 | |
049 | |a MAIN | ||
100 | 1 | |a Singh, Pradeep Kumar, |e author. | |
245 | 1 | 0 | |a Containers in OpenStack : |b leverage OpenStack services to make the most of Docker, Kubernetes and Mesos / |c Pradeep Kumar Singh, Madhuri Kumari. |
264 | 1 | |a Birmingham, UK : |b Packt Publishing, |c 2017. | |
300 | |a 1 online resource (1 volume) : |b illustrations | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
347 | |a data file | ||
588 | 0 | |a Online resource; title from title page (Safari, viewed February 1, 2018). | |
520 | |a A practical book which will help the readers understand how the container ecosystem and OpenStack work together. About This Book Gets you acquainted with containerization in private cloud Learn to effectively manage and secure your containers in OpenStack Practical use cases on container deployment and management using OpenStack components Who This Book Is For This book is targeted towards cloud engineers, system administrators, or anyone from the production team who works on OpenStack cloud. This book act as an end to end guide for anyone who wants to start using the concept of containerization on private cloud. Some basic knowledge of Docker and Kubernetes will help. What You Will Learn Understand the role of containers in the OpenStack ecosystem Learn about containers and different types of container runtimes tools. Understand containerization in OpenStack with respect to the deployment framework, platform services, application deployment, and security Get skilled in using OpenStack to run your applications inside containers Explore the best practices of using containers in OpenStack. In Detail Containers are one of the most talked about technologies of recent times. They have become increasingly popular as they are changing the way we develop, deploy, and run software applications. OpenStack gets tremendous traction as it is used by many organizations across the globe and as containers gain in popularity and become complex, it's necessary for OpenStack to provide various infrastructure resources for containers, such as compute, network, and storage. Containers in OpenStack answers the question, how can OpenStack keep ahead of the increasing challenges of container technology? You will start by getting familiar with container and OpenStack basics, so that you understand how the container ecosystem and OpenStack work together. To understand networking, managing application services and deployment tools, the book has dedicated chapters for different OpenStack projects: Magnum, Zun, Kuryr, Murano, and Kolla. Towards the end, you will be introduced to some best practices to secure your containers and COE on OpenStack, with an overview of using each OpenStack projects for different use cases. Style and approach An end to end guide for anyone who wants to start using the concept of containerization on private cloud. | ||
505 | 0 | |a Cover -- Copyright -- Credits -- About the Authors -- About the Reviewers -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Working with Containers -- The historical context of virtualization -- Introduction to containers -- Container components -- Types of containers -- Machine containers -- Application containers -- Types of container runtime tools -- Docker -- Rocket -- LXD -- OpenVZ -- Windows Server containers -- Hyper-V containers -- Clear container -- Installation of Docker -- Docker hands-on -- Working with Docker images -- Listing images -- Getting new images -- Searching Docker images -- Deleting images -- Working with Docker containers -- Creating containers -- Listing containers -- Checking container's logs -- Starting containers -- Deleting containers -- Summary -- Chapter 2: Working with Container Orchestration Engines -- Introduction to COE -- Docker Swarm -- Docker Swarm components -- Node -- Manager node -- Worker node -- Tasks -- Services -- Discovery service -- Scheduler -- Swarm mode -- Apache Mesos -- Apache Mesos and its components -- Master -- Slaves -- Frameworks -- Offer -- Tasks -- Zookeeper -- Kubernetes -- Kubernetes architecture -- External request -- Master node -- kube-apiserver -- etcd -- kube-controller-manager -- kube-scheduler -- Worker nodes -- kubelet -- kube-proxy -- Container runtime -- supervisord -- fluentd -- Concepts in Kubernetes -- Pod -- Replica sets and replication controllers -- Deployments -- Secrets -- Labels and selectors -- Services -- Volumes -- Kubernetes installation -- Kubernetes hands-on -- Summary -- Chapter 3: OpenStack Architecture -- Introduction to OpenStack -- OpenStack architecture -- Introduction to KeyStone, the OpenStack identity service -- Introduction to Nova, the OpenStack compute service. | |
505 | 8 | |a Introduction to Neutron, the OpenStack network service -- Introduction to Cinder, the OpenStack block storage service -- Introduction to Glance, the OpenStack image service -- Introduction to Swift, the OpenStack object store -- DevStack installation -- Creating a KeyStone user -- Assign role to the user -- Creating a VM using Nova -- Attach volume to VM -- Uploading an image to Swift -- Summary -- Chapter 4: Containerization in OpenStack -- The need for containers in OpenStack -- Efforts within the OpenStack community to support containers -- Nova -- Heat -- Magnum -- Zun -- Kuryr -- Kolla -- Murano -- Fuxi -- OpenStack-Helm -- Summary -- Chapter 5: Magnum -- COE Management in OpenStack -- Magnum introduction -- Concepts -- Cluster template -- Cluster -- Cluster driver -- Heat Stack Template -- Template definition -- Certificate -- Service -- Stats -- Quotas -- Key features -- External load balancer for Kubernetes -- Transport Layer Security -- Scaling -- Storage -- Ephemeral storage -- Persistent storage -- Notifications -- Container monitoring -- Components -- Magnum API -- Magnum conductor -- Walk-through -- Magnum DevStack installation -- Managing COEs -- Summary -- Chapter 6: Zun -- Container Management in OpenStack -- Introduction to Zun -- Concepts -- Containers -- Images -- Services -- Hosts -- Capsules -- Container drivers -- Image drivers -- Network drivers -- Key features -- Cinder integration -- Container composition -- Kuryr networking -- Container sandbox -- CPU sets -- Components -- zun-api -- Zun scheduler -- zun-compute -- Zun WebSocket proxy -- Walk-through -- Zun DevStack installation -- Managing containers -- Summary -- Chapter 7: Kuryr -- Container Plugin for OpenStack Networking -- Introducing Kuryr -- Kuryr architecture -- Mapping the Docker libnetwork to the neutron API -- Providing the generic VIF-Binding infrastructure. | |
505 | 8 | |a Providing containerized images of neutron plugins -- Nesting VMs and Magnum use cases -- Installation of Kuryr -- Walk-through -- Summary -- Chapter 8: Murano -- Containerized Application Deployment on OpenStack -- Introduction to Murano -- Murano concepts -- Environment -- Package -- Session -- The environment template -- Deployments -- Bundle -- Categories -- Key features -- Production-ready applications -- Application catalog UI -- Distributing workloads -- Application development -- Murano repository -- Cinder volumes -- Barbican support -- HOT packages -- Murano components -- The Murano API -- The Murano engine -- The Murano agent -- The Murano dashboard -- Walk-through -- Murano DevStack installation -- Deploying a containerized application -- Summary -- Chapter 9: Kolla -- Containerized Deployment of OpenStack -- Kolla introduction -- Key features -- Highly available deployment -- Ceph support -- Image building -- Docker hub support -- Local registry support -- Multiple build sources -- Dockerfile customization -- Architecture -- Deploying containerized OpenStack services -- Setting up a local registry -- Automatic host bootstrap -- Building images -- Deploying images -- Summary -- Chapter 10: Best Practices for Containers and OpenStack -- The advantages of different OpenStack projects -- Best practices for securing and deploying containers -- Summary -- Index. | |
650 | 0 | |a Cloud computing. |0 http://id.loc.gov/authorities/subjects/sh2008004883 | |
650 | 0 | |a Information technology |x Management. |0 http://id.loc.gov/authorities/subjects/sh2008006980 | |
650 | 0 | |a Application software |x Development. |0 http://id.loc.gov/authorities/subjects/sh95009362 | |
650 | 0 | |a Open source software. |0 http://id.loc.gov/authorities/subjects/sh99003437 | |
650 | 6 | |a Infonuagique. | |
650 | 6 | |a Technologie de l'information |x Gestion. | |
650 | 6 | |a Logiciels d'application |x Développement. | |
650 | 6 | |a Logiciels libres. | |
650 | 7 | |a Computer networking & communications. |2 bicssc | |
650 | 7 | |a Computer architecture & logic design. |2 bicssc | |
650 | 7 | |a Cloud computing. |2 bicssc | |
650 | 7 | |a Computers |x Systems Architecture |x General. |2 bisacsh | |
650 | 7 | |a Computers |x System Administration |x General. |2 bisacsh | |
650 | 7 | |a Application software |x Development |2 fast | |
650 | 7 | |a Cloud computing |2 fast | |
650 | 7 | |a Information technology |x Management |2 fast | |
650 | 7 | |a Open source software |2 fast | |
700 | 1 | |a Kumari, Madhuri, |e author. | |
856 | 4 | 0 | |l FWS01 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1682405 |3 Volltext |
938 | |a Internet Archive |b INAR |n containersinopen0000sing | ||
938 | |a EBSCOhost |b EBSC |n 1682405 | ||
994 | |a 92 |b GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-on1021308086 |
---|---|
_version_ | 1816882412479578112 |
adam_text | |
any_adam_object | |
author | Singh, Pradeep Kumar Kumari, Madhuri |
author_facet | Singh, Pradeep Kumar Kumari, Madhuri |
author_role | aut aut |
author_sort | Singh, Pradeep Kumar |
author_variant | p k s pk pks m k mk |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.585 |
callnumber-search | QA76.585 |
callnumber-sort | QA 276.585 |
callnumber-subject | QA - Mathematics |
collection | ZDB-4-EBA |
contents | Cover -- Copyright -- Credits -- About the Authors -- About the Reviewers -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Working with Containers -- The historical context of virtualization -- Introduction to containers -- Container components -- Types of containers -- Machine containers -- Application containers -- Types of container runtime tools -- Docker -- Rocket -- LXD -- OpenVZ -- Windows Server containers -- Hyper-V containers -- Clear container -- Installation of Docker -- Docker hands-on -- Working with Docker images -- Listing images -- Getting new images -- Searching Docker images -- Deleting images -- Working with Docker containers -- Creating containers -- Listing containers -- Checking container's logs -- Starting containers -- Deleting containers -- Summary -- Chapter 2: Working with Container Orchestration Engines -- Introduction to COE -- Docker Swarm -- Docker Swarm components -- Node -- Manager node -- Worker node -- Tasks -- Services -- Discovery service -- Scheduler -- Swarm mode -- Apache Mesos -- Apache Mesos and its components -- Master -- Slaves -- Frameworks -- Offer -- Tasks -- Zookeeper -- Kubernetes -- Kubernetes architecture -- External request -- Master node -- kube-apiserver -- etcd -- kube-controller-manager -- kube-scheduler -- Worker nodes -- kubelet -- kube-proxy -- Container runtime -- supervisord -- fluentd -- Concepts in Kubernetes -- Pod -- Replica sets and replication controllers -- Deployments -- Secrets -- Labels and selectors -- Services -- Volumes -- Kubernetes installation -- Kubernetes hands-on -- Summary -- Chapter 3: OpenStack Architecture -- Introduction to OpenStack -- OpenStack architecture -- Introduction to KeyStone, the OpenStack identity service -- Introduction to Nova, the OpenStack compute service. Introduction to Neutron, the OpenStack network service -- Introduction to Cinder, the OpenStack block storage service -- Introduction to Glance, the OpenStack image service -- Introduction to Swift, the OpenStack object store -- DevStack installation -- Creating a KeyStone user -- Assign role to the user -- Creating a VM using Nova -- Attach volume to VM -- Uploading an image to Swift -- Summary -- Chapter 4: Containerization in OpenStack -- The need for containers in OpenStack -- Efforts within the OpenStack community to support containers -- Nova -- Heat -- Magnum -- Zun -- Kuryr -- Kolla -- Murano -- Fuxi -- OpenStack-Helm -- Summary -- Chapter 5: Magnum -- COE Management in OpenStack -- Magnum introduction -- Concepts -- Cluster template -- Cluster -- Cluster driver -- Heat Stack Template -- Template definition -- Certificate -- Service -- Stats -- Quotas -- Key features -- External load balancer for Kubernetes -- Transport Layer Security -- Scaling -- Storage -- Ephemeral storage -- Persistent storage -- Notifications -- Container monitoring -- Components -- Magnum API -- Magnum conductor -- Walk-through -- Magnum DevStack installation -- Managing COEs -- Summary -- Chapter 6: Zun -- Container Management in OpenStack -- Introduction to Zun -- Concepts -- Containers -- Images -- Services -- Hosts -- Capsules -- Container drivers -- Image drivers -- Network drivers -- Key features -- Cinder integration -- Container composition -- Kuryr networking -- Container sandbox -- CPU sets -- Components -- zun-api -- Zun scheduler -- zun-compute -- Zun WebSocket proxy -- Walk-through -- Zun DevStack installation -- Managing containers -- Summary -- Chapter 7: Kuryr -- Container Plugin for OpenStack Networking -- Introducing Kuryr -- Kuryr architecture -- Mapping the Docker libnetwork to the neutron API -- Providing the generic VIF-Binding infrastructure. Providing containerized images of neutron plugins -- Nesting VMs and Magnum use cases -- Installation of Kuryr -- Walk-through -- Summary -- Chapter 8: Murano -- Containerized Application Deployment on OpenStack -- Introduction to Murano -- Murano concepts -- Environment -- Package -- Session -- The environment template -- Deployments -- Bundle -- Categories -- Key features -- Production-ready applications -- Application catalog UI -- Distributing workloads -- Application development -- Murano repository -- Cinder volumes -- Barbican support -- HOT packages -- Murano components -- The Murano API -- The Murano engine -- The Murano agent -- The Murano dashboard -- Walk-through -- Murano DevStack installation -- Deploying a containerized application -- Summary -- Chapter 9: Kolla -- Containerized Deployment of OpenStack -- Kolla introduction -- Key features -- Highly available deployment -- Ceph support -- Image building -- Docker hub support -- Local registry support -- Multiple build sources -- Dockerfile customization -- Architecture -- Deploying containerized OpenStack services -- Setting up a local registry -- Automatic host bootstrap -- Building images -- Deploying images -- Summary -- Chapter 10: Best Practices for Containers and OpenStack -- The advantages of different OpenStack projects -- Best practices for securing and deploying containers -- Summary -- Index. |
ctrlnum | (OCoLC)1021308086 |
dewey-full | 658.4038 |
dewey-hundreds | 600 - Technology (Applied sciences) |
dewey-ones | 658 - General management |
dewey-raw | 658.4038 |
dewey-search | 658.4038 |
dewey-sort | 3658.4038 |
dewey-tens | 650 - Management and auxiliary services |
discipline | Wirtschaftswissenschaften |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>10187cam a2200649 i 4500</leader><controlfield tag="001">ZDB-4-EBA-on1021308086</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20241004212047.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr unu||||||||</controlfield><controlfield tag="008">180202s2017 enka o 000 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">UMI</subfield><subfield code="b">eng</subfield><subfield code="e">rda</subfield><subfield code="e">pn</subfield><subfield code="c">UMI</subfield><subfield code="d">STF</subfield><subfield code="d">OCLCF</subfield><subfield code="d">TOH</subfield><subfield code="d">CEF</subfield><subfield code="d">KSU</subfield><subfield code="d">DEBBG</subfield><subfield code="d">TEFOD</subfield><subfield code="d">G3B</subfield><subfield code="d">S9I</subfield><subfield code="d">UAB</subfield><subfield code="d">AU@</subfield><subfield code="d">N$T</subfield><subfield code="d">QGK</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">NZAUC</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">INARC</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">DXU</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781788391924</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1788391926</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1788394380</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781788394383</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)1021308086</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">CL0500000935</subfield><subfield code="b">Safari Books Online</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">46C8BC93-005A-4358-A659-9DE652F0D2D7</subfield><subfield code="b">OverDrive, Inc.</subfield><subfield code="n">http://www.overdrive.com</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">QA76.585</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">658.4038</subfield><subfield code="2">23</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Singh, Pradeep Kumar,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Containers in OpenStack :</subfield><subfield code="b">leverage OpenStack services to make the most of Docker, Kubernetes and Mesos /</subfield><subfield code="c">Pradeep Kumar Singh, Madhuri Kumari.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Birmingham, UK :</subfield><subfield code="b">Packt Publishing,</subfield><subfield code="c">2017.</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource (1 volume) :</subfield><subfield code="b">illustrations</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">text</subfield><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">computer</subfield><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">online resource</subfield><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="347" ind1=" " ind2=" "><subfield code="a">data file</subfield></datafield><datafield tag="588" ind1="0" ind2=" "><subfield code="a">Online resource; title from title page (Safari, viewed February 1, 2018).</subfield></datafield><datafield tag="520" ind1=" " ind2=" "><subfield code="a">A practical book which will help the readers understand how the container ecosystem and OpenStack work together. About This Book Gets you acquainted with containerization in private cloud Learn to effectively manage and secure your containers in OpenStack Practical use cases on container deployment and management using OpenStack components Who This Book Is For This book is targeted towards cloud engineers, system administrators, or anyone from the production team who works on OpenStack cloud. This book act as an end to end guide for anyone who wants to start using the concept of containerization on private cloud. Some basic knowledge of Docker and Kubernetes will help. What You Will Learn Understand the role of containers in the OpenStack ecosystem Learn about containers and different types of container runtimes tools. Understand containerization in OpenStack with respect to the deployment framework, platform services, application deployment, and security Get skilled in using OpenStack to run your applications inside containers Explore the best practices of using containers in OpenStack. In Detail Containers are one of the most talked about technologies of recent times. They have become increasingly popular as they are changing the way we develop, deploy, and run software applications. OpenStack gets tremendous traction as it is used by many organizations across the globe and as containers gain in popularity and become complex, it's necessary for OpenStack to provide various infrastructure resources for containers, such as compute, network, and storage. Containers in OpenStack answers the question, how can OpenStack keep ahead of the increasing challenges of container technology? You will start by getting familiar with container and OpenStack basics, so that you understand how the container ecosystem and OpenStack work together. To understand networking, managing application services and deployment tools, the book has dedicated chapters for different OpenStack projects: Magnum, Zun, Kuryr, Murano, and Kolla. Towards the end, you will be introduced to some best practices to secure your containers and COE on OpenStack, with an overview of using each OpenStack projects for different use cases. Style and approach An end to end guide for anyone who wants to start using the concept of containerization on private cloud.</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="a">Cover -- Copyright -- Credits -- About the Authors -- About the Reviewers -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Working with Containers -- The historical context of virtualization -- Introduction to containers -- Container components -- Types of containers -- Machine containers -- Application containers -- Types of container runtime tools -- Docker -- Rocket -- LXD -- OpenVZ -- Windows Server containers -- Hyper-V containers -- Clear container -- Installation of Docker -- Docker hands-on -- Working with Docker images -- Listing images -- Getting new images -- Searching Docker images -- Deleting images -- Working with Docker containers -- Creating containers -- Listing containers -- Checking container's logs -- Starting containers -- Deleting containers -- Summary -- Chapter 2: Working with Container Orchestration Engines -- Introduction to COE -- Docker Swarm -- Docker Swarm components -- Node -- Manager node -- Worker node -- Tasks -- Services -- Discovery service -- Scheduler -- Swarm mode -- Apache Mesos -- Apache Mesos and its components -- Master -- Slaves -- Frameworks -- Offer -- Tasks -- Zookeeper -- Kubernetes -- Kubernetes architecture -- External request -- Master node -- kube-apiserver -- etcd -- kube-controller-manager -- kube-scheduler -- Worker nodes -- kubelet -- kube-proxy -- Container runtime -- supervisord -- fluentd -- Concepts in Kubernetes -- Pod -- Replica sets and replication controllers -- Deployments -- Secrets -- Labels and selectors -- Services -- Volumes -- Kubernetes installation -- Kubernetes hands-on -- Summary -- Chapter 3: OpenStack Architecture -- Introduction to OpenStack -- OpenStack architecture -- Introduction to KeyStone, the OpenStack identity service -- Introduction to Nova, the OpenStack compute service.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Introduction to Neutron, the OpenStack network service -- Introduction to Cinder, the OpenStack block storage service -- Introduction to Glance, the OpenStack image service -- Introduction to Swift, the OpenStack object store -- DevStack installation -- Creating a KeyStone user -- Assign role to the user -- Creating a VM using Nova -- Attach volume to VM -- Uploading an image to Swift -- Summary -- Chapter 4: Containerization in OpenStack -- The need for containers in OpenStack -- Efforts within the OpenStack community to support containers -- Nova -- Heat -- Magnum -- Zun -- Kuryr -- Kolla -- Murano -- Fuxi -- OpenStack-Helm -- Summary -- Chapter 5: Magnum -- COE Management in OpenStack -- Magnum introduction -- Concepts -- Cluster template -- Cluster -- Cluster driver -- Heat Stack Template -- Template definition -- Certificate -- Service -- Stats -- Quotas -- Key features -- External load balancer for Kubernetes -- Transport Layer Security -- Scaling -- Storage -- Ephemeral storage -- Persistent storage -- Notifications -- Container monitoring -- Components -- Magnum API -- Magnum conductor -- Walk-through -- Magnum DevStack installation -- Managing COEs -- Summary -- Chapter 6: Zun -- Container Management in OpenStack -- Introduction to Zun -- Concepts -- Containers -- Images -- Services -- Hosts -- Capsules -- Container drivers -- Image drivers -- Network drivers -- Key features -- Cinder integration -- Container composition -- Kuryr networking -- Container sandbox -- CPU sets -- Components -- zun-api -- Zun scheduler -- zun-compute -- Zun WebSocket proxy -- Walk-through -- Zun DevStack installation -- Managing containers -- Summary -- Chapter 7: Kuryr -- Container Plugin for OpenStack Networking -- Introducing Kuryr -- Kuryr architecture -- Mapping the Docker libnetwork to the neutron API -- Providing the generic VIF-Binding infrastructure.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Providing containerized images of neutron plugins -- Nesting VMs and Magnum use cases -- Installation of Kuryr -- Walk-through -- Summary -- Chapter 8: Murano -- Containerized Application Deployment on OpenStack -- Introduction to Murano -- Murano concepts -- Environment -- Package -- Session -- The environment template -- Deployments -- Bundle -- Categories -- Key features -- Production-ready applications -- Application catalog UI -- Distributing workloads -- Application development -- Murano repository -- Cinder volumes -- Barbican support -- HOT packages -- Murano components -- The Murano API -- The Murano engine -- The Murano agent -- The Murano dashboard -- Walk-through -- Murano DevStack installation -- Deploying a containerized application -- Summary -- Chapter 9: Kolla -- Containerized Deployment of OpenStack -- Kolla introduction -- Key features -- Highly available deployment -- Ceph support -- Image building -- Docker hub support -- Local registry support -- Multiple build sources -- Dockerfile customization -- Architecture -- Deploying containerized OpenStack services -- Setting up a local registry -- Automatic host bootstrap -- Building images -- Deploying images -- Summary -- Chapter 10: Best Practices for Containers and OpenStack -- The advantages of different OpenStack projects -- Best practices for securing and deploying containers -- Summary -- Index.</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Cloud computing.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh2008004883</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Information technology</subfield><subfield code="x">Management.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh2008006980</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Application software</subfield><subfield code="x">Development.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh95009362</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Open source software.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh99003437</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Infonuagique.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Technologie de l'information</subfield><subfield code="x">Gestion.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Logiciels d'application</subfield><subfield code="x">Développement.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Logiciels libres.</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Computer networking & communications.</subfield><subfield code="2">bicssc</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Computer architecture & logic design.</subfield><subfield code="2">bicssc</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Cloud computing.</subfield><subfield code="2">bicssc</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Computers</subfield><subfield code="x">Systems Architecture</subfield><subfield code="x">General.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Computers</subfield><subfield code="x">System Administration</subfield><subfield code="x">General.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Application software</subfield><subfield code="x">Development</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Cloud computing</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Information technology</subfield><subfield code="x">Management</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Open source software</subfield><subfield code="2">fast</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Kumari, Madhuri,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="l">FWS01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1682405</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">Internet Archive</subfield><subfield code="b">INAR</subfield><subfield code="n">containersinopen0000sing</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">1682405</subfield></datafield><datafield tag="994" ind1=" " ind2=" "><subfield code="a">92</subfield><subfield code="b">GEBAY</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
id | ZDB-4-EBA-on1021308086 |
illustrated | Illustrated |
indexdate | 2024-11-27T13:28:12Z |
institution | BVB |
isbn | 9781788391924 1788391926 1788394380 9781788394383 |
language | English |
oclc_num | 1021308086 |
open_access_boolean | |
owner | MAIN DE-863 DE-BY-FWS |
owner_facet | MAIN DE-863 DE-BY-FWS |
physical | 1 online resource (1 volume) : illustrations |
psigel | ZDB-4-EBA |
publishDate | 2017 |
publishDateSearch | 2017 |
publishDateSort | 2017 |
publisher | Packt Publishing, |
record_format | marc |
spelling | Singh, Pradeep Kumar, author. Containers in OpenStack : leverage OpenStack services to make the most of Docker, Kubernetes and Mesos / Pradeep Kumar Singh, Madhuri Kumari. Birmingham, UK : Packt Publishing, 2017. 1 online resource (1 volume) : illustrations text txt rdacontent computer c rdamedia online resource cr rdacarrier data file Online resource; title from title page (Safari, viewed February 1, 2018). A practical book which will help the readers understand how the container ecosystem and OpenStack work together. About This Book Gets you acquainted with containerization in private cloud Learn to effectively manage and secure your containers in OpenStack Practical use cases on container deployment and management using OpenStack components Who This Book Is For This book is targeted towards cloud engineers, system administrators, or anyone from the production team who works on OpenStack cloud. This book act as an end to end guide for anyone who wants to start using the concept of containerization on private cloud. Some basic knowledge of Docker and Kubernetes will help. What You Will Learn Understand the role of containers in the OpenStack ecosystem Learn about containers and different types of container runtimes tools. Understand containerization in OpenStack with respect to the deployment framework, platform services, application deployment, and security Get skilled in using OpenStack to run your applications inside containers Explore the best practices of using containers in OpenStack. In Detail Containers are one of the most talked about technologies of recent times. They have become increasingly popular as they are changing the way we develop, deploy, and run software applications. OpenStack gets tremendous traction as it is used by many organizations across the globe and as containers gain in popularity and become complex, it's necessary for OpenStack to provide various infrastructure resources for containers, such as compute, network, and storage. Containers in OpenStack answers the question, how can OpenStack keep ahead of the increasing challenges of container technology? You will start by getting familiar with container and OpenStack basics, so that you understand how the container ecosystem and OpenStack work together. To understand networking, managing application services and deployment tools, the book has dedicated chapters for different OpenStack projects: Magnum, Zun, Kuryr, Murano, and Kolla. Towards the end, you will be introduced to some best practices to secure your containers and COE on OpenStack, with an overview of using each OpenStack projects for different use cases. Style and approach An end to end guide for anyone who wants to start using the concept of containerization on private cloud. Cover -- Copyright -- Credits -- About the Authors -- About the Reviewers -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Working with Containers -- The historical context of virtualization -- Introduction to containers -- Container components -- Types of containers -- Machine containers -- Application containers -- Types of container runtime tools -- Docker -- Rocket -- LXD -- OpenVZ -- Windows Server containers -- Hyper-V containers -- Clear container -- Installation of Docker -- Docker hands-on -- Working with Docker images -- Listing images -- Getting new images -- Searching Docker images -- Deleting images -- Working with Docker containers -- Creating containers -- Listing containers -- Checking container's logs -- Starting containers -- Deleting containers -- Summary -- Chapter 2: Working with Container Orchestration Engines -- Introduction to COE -- Docker Swarm -- Docker Swarm components -- Node -- Manager node -- Worker node -- Tasks -- Services -- Discovery service -- Scheduler -- Swarm mode -- Apache Mesos -- Apache Mesos and its components -- Master -- Slaves -- Frameworks -- Offer -- Tasks -- Zookeeper -- Kubernetes -- Kubernetes architecture -- External request -- Master node -- kube-apiserver -- etcd -- kube-controller-manager -- kube-scheduler -- Worker nodes -- kubelet -- kube-proxy -- Container runtime -- supervisord -- fluentd -- Concepts in Kubernetes -- Pod -- Replica sets and replication controllers -- Deployments -- Secrets -- Labels and selectors -- Services -- Volumes -- Kubernetes installation -- Kubernetes hands-on -- Summary -- Chapter 3: OpenStack Architecture -- Introduction to OpenStack -- OpenStack architecture -- Introduction to KeyStone, the OpenStack identity service -- Introduction to Nova, the OpenStack compute service. Introduction to Neutron, the OpenStack network service -- Introduction to Cinder, the OpenStack block storage service -- Introduction to Glance, the OpenStack image service -- Introduction to Swift, the OpenStack object store -- DevStack installation -- Creating a KeyStone user -- Assign role to the user -- Creating a VM using Nova -- Attach volume to VM -- Uploading an image to Swift -- Summary -- Chapter 4: Containerization in OpenStack -- The need for containers in OpenStack -- Efforts within the OpenStack community to support containers -- Nova -- Heat -- Magnum -- Zun -- Kuryr -- Kolla -- Murano -- Fuxi -- OpenStack-Helm -- Summary -- Chapter 5: Magnum -- COE Management in OpenStack -- Magnum introduction -- Concepts -- Cluster template -- Cluster -- Cluster driver -- Heat Stack Template -- Template definition -- Certificate -- Service -- Stats -- Quotas -- Key features -- External load balancer for Kubernetes -- Transport Layer Security -- Scaling -- Storage -- Ephemeral storage -- Persistent storage -- Notifications -- Container monitoring -- Components -- Magnum API -- Magnum conductor -- Walk-through -- Magnum DevStack installation -- Managing COEs -- Summary -- Chapter 6: Zun -- Container Management in OpenStack -- Introduction to Zun -- Concepts -- Containers -- Images -- Services -- Hosts -- Capsules -- Container drivers -- Image drivers -- Network drivers -- Key features -- Cinder integration -- Container composition -- Kuryr networking -- Container sandbox -- CPU sets -- Components -- zun-api -- Zun scheduler -- zun-compute -- Zun WebSocket proxy -- Walk-through -- Zun DevStack installation -- Managing containers -- Summary -- Chapter 7: Kuryr -- Container Plugin for OpenStack Networking -- Introducing Kuryr -- Kuryr architecture -- Mapping the Docker libnetwork to the neutron API -- Providing the generic VIF-Binding infrastructure. Providing containerized images of neutron plugins -- Nesting VMs and Magnum use cases -- Installation of Kuryr -- Walk-through -- Summary -- Chapter 8: Murano -- Containerized Application Deployment on OpenStack -- Introduction to Murano -- Murano concepts -- Environment -- Package -- Session -- The environment template -- Deployments -- Bundle -- Categories -- Key features -- Production-ready applications -- Application catalog UI -- Distributing workloads -- Application development -- Murano repository -- Cinder volumes -- Barbican support -- HOT packages -- Murano components -- The Murano API -- The Murano engine -- The Murano agent -- The Murano dashboard -- Walk-through -- Murano DevStack installation -- Deploying a containerized application -- Summary -- Chapter 9: Kolla -- Containerized Deployment of OpenStack -- Kolla introduction -- Key features -- Highly available deployment -- Ceph support -- Image building -- Docker hub support -- Local registry support -- Multiple build sources -- Dockerfile customization -- Architecture -- Deploying containerized OpenStack services -- Setting up a local registry -- Automatic host bootstrap -- Building images -- Deploying images -- Summary -- Chapter 10: Best Practices for Containers and OpenStack -- The advantages of different OpenStack projects -- Best practices for securing and deploying containers -- Summary -- Index. Cloud computing. http://id.loc.gov/authorities/subjects/sh2008004883 Information technology Management. http://id.loc.gov/authorities/subjects/sh2008006980 Application software Development. http://id.loc.gov/authorities/subjects/sh95009362 Open source software. http://id.loc.gov/authorities/subjects/sh99003437 Infonuagique. Technologie de l'information Gestion. Logiciels d'application Développement. Logiciels libres. Computer networking & communications. bicssc Computer architecture & logic design. bicssc Cloud computing. bicssc Computers Systems Architecture General. bisacsh Computers System Administration General. bisacsh Application software Development fast Cloud computing fast Information technology Management fast Open source software fast Kumari, Madhuri, author. FWS01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1682405 Volltext |
spellingShingle | Singh, Pradeep Kumar Kumari, Madhuri Containers in OpenStack : leverage OpenStack services to make the most of Docker, Kubernetes and Mesos / Cover -- Copyright -- Credits -- About the Authors -- About the Reviewers -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Working with Containers -- The historical context of virtualization -- Introduction to containers -- Container components -- Types of containers -- Machine containers -- Application containers -- Types of container runtime tools -- Docker -- Rocket -- LXD -- OpenVZ -- Windows Server containers -- Hyper-V containers -- Clear container -- Installation of Docker -- Docker hands-on -- Working with Docker images -- Listing images -- Getting new images -- Searching Docker images -- Deleting images -- Working with Docker containers -- Creating containers -- Listing containers -- Checking container's logs -- Starting containers -- Deleting containers -- Summary -- Chapter 2: Working with Container Orchestration Engines -- Introduction to COE -- Docker Swarm -- Docker Swarm components -- Node -- Manager node -- Worker node -- Tasks -- Services -- Discovery service -- Scheduler -- Swarm mode -- Apache Mesos -- Apache Mesos and its components -- Master -- Slaves -- Frameworks -- Offer -- Tasks -- Zookeeper -- Kubernetes -- Kubernetes architecture -- External request -- Master node -- kube-apiserver -- etcd -- kube-controller-manager -- kube-scheduler -- Worker nodes -- kubelet -- kube-proxy -- Container runtime -- supervisord -- fluentd -- Concepts in Kubernetes -- Pod -- Replica sets and replication controllers -- Deployments -- Secrets -- Labels and selectors -- Services -- Volumes -- Kubernetes installation -- Kubernetes hands-on -- Summary -- Chapter 3: OpenStack Architecture -- Introduction to OpenStack -- OpenStack architecture -- Introduction to KeyStone, the OpenStack identity service -- Introduction to Nova, the OpenStack compute service. Introduction to Neutron, the OpenStack network service -- Introduction to Cinder, the OpenStack block storage service -- Introduction to Glance, the OpenStack image service -- Introduction to Swift, the OpenStack object store -- DevStack installation -- Creating a KeyStone user -- Assign role to the user -- Creating a VM using Nova -- Attach volume to VM -- Uploading an image to Swift -- Summary -- Chapter 4: Containerization in OpenStack -- The need for containers in OpenStack -- Efforts within the OpenStack community to support containers -- Nova -- Heat -- Magnum -- Zun -- Kuryr -- Kolla -- Murano -- Fuxi -- OpenStack-Helm -- Summary -- Chapter 5: Magnum -- COE Management in OpenStack -- Magnum introduction -- Concepts -- Cluster template -- Cluster -- Cluster driver -- Heat Stack Template -- Template definition -- Certificate -- Service -- Stats -- Quotas -- Key features -- External load balancer for Kubernetes -- Transport Layer Security -- Scaling -- Storage -- Ephemeral storage -- Persistent storage -- Notifications -- Container monitoring -- Components -- Magnum API -- Magnum conductor -- Walk-through -- Magnum DevStack installation -- Managing COEs -- Summary -- Chapter 6: Zun -- Container Management in OpenStack -- Introduction to Zun -- Concepts -- Containers -- Images -- Services -- Hosts -- Capsules -- Container drivers -- Image drivers -- Network drivers -- Key features -- Cinder integration -- Container composition -- Kuryr networking -- Container sandbox -- CPU sets -- Components -- zun-api -- Zun scheduler -- zun-compute -- Zun WebSocket proxy -- Walk-through -- Zun DevStack installation -- Managing containers -- Summary -- Chapter 7: Kuryr -- Container Plugin for OpenStack Networking -- Introducing Kuryr -- Kuryr architecture -- Mapping the Docker libnetwork to the neutron API -- Providing the generic VIF-Binding infrastructure. Providing containerized images of neutron plugins -- Nesting VMs and Magnum use cases -- Installation of Kuryr -- Walk-through -- Summary -- Chapter 8: Murano -- Containerized Application Deployment on OpenStack -- Introduction to Murano -- Murano concepts -- Environment -- Package -- Session -- The environment template -- Deployments -- Bundle -- Categories -- Key features -- Production-ready applications -- Application catalog UI -- Distributing workloads -- Application development -- Murano repository -- Cinder volumes -- Barbican support -- HOT packages -- Murano components -- The Murano API -- The Murano engine -- The Murano agent -- The Murano dashboard -- Walk-through -- Murano DevStack installation -- Deploying a containerized application -- Summary -- Chapter 9: Kolla -- Containerized Deployment of OpenStack -- Kolla introduction -- Key features -- Highly available deployment -- Ceph support -- Image building -- Docker hub support -- Local registry support -- Multiple build sources -- Dockerfile customization -- Architecture -- Deploying containerized OpenStack services -- Setting up a local registry -- Automatic host bootstrap -- Building images -- Deploying images -- Summary -- Chapter 10: Best Practices for Containers and OpenStack -- The advantages of different OpenStack projects -- Best practices for securing and deploying containers -- Summary -- Index. Cloud computing. http://id.loc.gov/authorities/subjects/sh2008004883 Information technology Management. http://id.loc.gov/authorities/subjects/sh2008006980 Application software Development. http://id.loc.gov/authorities/subjects/sh95009362 Open source software. http://id.loc.gov/authorities/subjects/sh99003437 Infonuagique. Technologie de l'information Gestion. Logiciels d'application Développement. Logiciels libres. Computer networking & communications. bicssc Computer architecture & logic design. bicssc Cloud computing. bicssc Computers Systems Architecture General. bisacsh Computers System Administration General. bisacsh Application software Development fast Cloud computing fast Information technology Management fast Open source software fast |
subject_GND | http://id.loc.gov/authorities/subjects/sh2008004883 http://id.loc.gov/authorities/subjects/sh2008006980 http://id.loc.gov/authorities/subjects/sh95009362 http://id.loc.gov/authorities/subjects/sh99003437 |
title | Containers in OpenStack : leverage OpenStack services to make the most of Docker, Kubernetes and Mesos / |
title_auth | Containers in OpenStack : leverage OpenStack services to make the most of Docker, Kubernetes and Mesos / |
title_exact_search | Containers in OpenStack : leverage OpenStack services to make the most of Docker, Kubernetes and Mesos / |
title_full | Containers in OpenStack : leverage OpenStack services to make the most of Docker, Kubernetes and Mesos / Pradeep Kumar Singh, Madhuri Kumari. |
title_fullStr | Containers in OpenStack : leverage OpenStack services to make the most of Docker, Kubernetes and Mesos / Pradeep Kumar Singh, Madhuri Kumari. |
title_full_unstemmed | Containers in OpenStack : leverage OpenStack services to make the most of Docker, Kubernetes and Mesos / Pradeep Kumar Singh, Madhuri Kumari. |
title_short | Containers in OpenStack : |
title_sort | containers in openstack leverage openstack services to make the most of docker kubernetes and mesos |
title_sub | leverage OpenStack services to make the most of Docker, Kubernetes and Mesos / |
topic | Cloud computing. http://id.loc.gov/authorities/subjects/sh2008004883 Information technology Management. http://id.loc.gov/authorities/subjects/sh2008006980 Application software Development. http://id.loc.gov/authorities/subjects/sh95009362 Open source software. http://id.loc.gov/authorities/subjects/sh99003437 Infonuagique. Technologie de l'information Gestion. Logiciels d'application Développement. Logiciels libres. Computer networking & communications. bicssc Computer architecture & logic design. bicssc Cloud computing. bicssc Computers Systems Architecture General. bisacsh Computers System Administration General. bisacsh Application software Development fast Cloud computing fast Information technology Management fast Open source software fast |
topic_facet | Cloud computing. Information technology Management. Application software Development. Open source software. Infonuagique. Technologie de l'information Gestion. Logiciels d'application Développement. Logiciels libres. Computer networking & communications. Computer architecture & logic design. Computers Systems Architecture General. Computers System Administration General. Application software Development Cloud computing Information technology Management Open source software |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1682405 |
work_keys_str_mv | AT singhpradeepkumar containersinopenstackleverageopenstackservicestomakethemostofdockerkubernetesandmesos AT kumarimadhuri containersinopenstackleverageopenstackservicestomakethemostofdockerkubernetesandmesos |