Hongbin Lu e0a65684e3 Enable Load-Balancing-as-a-Service in devstack
Load-Balancing-as-a-Service (LBaaS) is a service of Neutron that can
be leverage to create a load balancer. We are going to support multiple
k8s master nodes, so we need load balancers to route traffic to replicated
master nodes.

Change-Id: If92568b35097180760d434125d2973cd5a1ec019
Partially-Implements: blueprint make-master-ha
2015-07-13 16:01:03 -04:00
2015-07-02 17:01:21 +08:00
2015-07-09 16:43:36 +00:00
2015-06-18 10:13:01 +01:00
2015-07-09 03:05:12 +00:00
2014-11-18 09:23:37 -05:00
2015-04-02 12:25:43 -04:00
2015-05-18 11:11:25 +08:00
2015-06-17 14:14:25 +08:00
2014-11-18 09:23:37 -05:00
2015-06-28 14:29:00 +08:00
2015-04-17 12:19:27 -07:00
2015-06-22 08:21:50 +00:00
2015-06-28 14:29:00 +08:00

Magnum

new Openstack project for containers.

Architecture

There are seven different types of objects in the Magnum system:

  • Bay: A collection of node objects where work is scheduled
  • BayModel: An object stores template information about the bay which is used to create new bays consistently
  • Node: A baremetal or virtual machine where work executes
  • Pod: A collection of containers running on one physical or virtual machine
  • Service: An abstraction which defines a logical set of pods and a policy by which to access them
  • ReplicationController: An abstraction for managing a group of PODs to ensure a specified number of PODs are running
  • Container: A docker container

Two binaries work together to compose the Magnum system. The first binary accessed by the python-magnumclient code is the magnum-api ReST server. The ReST server may run as one process or multiple processes. When a ReST request is sent to the client API, the request is sent via AMQP to the magnum-conductor process. The ReST server is horizontally scalable. At this time, the conductor is limited to one process, but we intend to add horizontal scalability to the conductor as well.

The magnum-conductor process runs on a controller machine and connects to a kubernetes or docker ReST API endpoint. The kubernetes and docker ReST API endpoints are managed by the bay object.

When service or pod objects are created, Kubernetes is directly contacted via the k8s ReST API. When container objects are acted upon, the docker ReST API is directly contacted.

Features

  • Abstractions for bays, containers, nodes, pods, and services
  • Integration with Kubernetes and Docker for backend container technology.
  • Integration with Keystone for multi-tenant security.
  • Integration with Neutron for k8s multi-tenancy network security.

Installation and Usage

Description
Container Infrastructure Management Service for OpenStack
Readme 92 MiB
Languages
Python 73%
Shell 26.7%
Dockerfile 0.3%