Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Containers in OpenStack

You're reading from  Containers in OpenStack

Product type Book
Published in Dec 2017
Publisher Packt
ISBN-13 9781788394383
Pages 176 pages
Edition 1st Edition
Languages

Table of Contents (17) Chapters

Title Page
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Customer Feedback
Preface
1. Working with Containers 2. Working with Container Orchestration Engines 3. OpenStack Architecture 4. Containerization in OpenStack 5. Magnum – COE Management in OpenStack 6. Zun – Container Management in OpenStack 7. Kuryr – Container Plugin for OpenStack Networking 8. Murano – Containerized Application Deployment on OpenStack 9. Kolla – Containerized Deployment of OpenStack 10. Best Practices for Containers and OpenStack

Walk-through


In this section, we will walk you through how a container is created in Zun and how the request flows from the user to the Docker which creates the container. Zun interacts with multiple other OpenStack services for resources needed for the container.

The request flow for creating a container in Zun is as follows:

  1. The user sends a REST API call to the zun-api service for creating a cluster via a CLI or Horizon, with the authentication token received from KeyStone.
  2. zun-api receives the request and sends the request for the validation of token and access permission to KeyStone.
  3. KeyStone validates the token and sends updated authentications headers with roles and permissions.
  4. zun-api then parses some parameters from the request, such as the security group, memory, and runtime, and validates them.
  5. The requested network is created by zun-api. zun-api sends a request to Neutron to ensure the requested network or port is usable. If not, zun-api sends another request to Neutron to search...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €14.99/month. Cancel anytime}