blob: 37070b4741304275efbc760ac4581cef9772ffcf [file] [log] [blame]
marchettimb3176822017-11-07 21:04:31 +02001# OSM on kubernetes
2
3## Proposer ##
4Michael Marchetti (Sandvine)
5
6## Type ##
7**Feature**
8
9## Target MDG/TF ##
10all MDG's
11
12## Description ##
13The OSM installer currently asssumes it will be installed on a host (or VM). The MDG
14components/services are deployed in separate lxc containers. A Release4 directive is to simplify
15the install process. Moving to docker containers will help with this strategy as the MDG images
16that are built and tested in the CI pipeline can be installed directly without having to go through
17a long term install process. Subsequently, the docker OSM components now need to be orchestrated
18with one another (UI<->SO<->RO, etc), and utilizing kubernetes will simplify this.