magnum/install-guide/source/get_started.rst
Spyros Trigazis 347b2aa76e [install] Update required services and remove bay
* Update the required services for magnum, providing links
 for the new ITs (Installations Tutorials).
* Remove bay terminology

Change-Id: If048642876285622466517e541e9028931c71b48
Partially-Implements: blueprint magnum-installation-guide
2016-09-14 18:16:29 +00:00

762 B

Container Infrastructure Management service overview

The Container Infrastructure Management service consists of the following components:

magnum command-line client

A CLI that communicates with the magnum-api to create and manage container clusters. End developers can directly use the magnum REST API.

magnum-api service

An OpenStack-native REST API that processes API requests by sending them to the magnum-conductor via AMQP.

magnum-conductor service

Runs on a controller machine and connects to heat to orchestrate a cluster. Additionally, it connects to a Docker Swarm, Kubernetes or Mesos REST API endpoint.