magnum/doc/source/install/get_started.rst
Spyros Trigazis 45273110cc [doc-migration] Consolidate install guide
The legacy install-guide directory is removed, projects
host thei install-guide under /doc/source/install/.

It should have been done in:
Ifdeb7c669e7f2351aff837f43f2fa3515a89e086

Change-Id: Ia65804cd01ada25f6b61c1c4bcb246d5a4c9c570
2017-12-12 08:14:04 +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.