RIC:1060: Change in PTL
[ric-plt/dbaas.git] / docs / overview.rst
1 ..
2 ..  Copyright (c) 2019 AT&T Intellectual Property.
3 ..  Copyright (c) 2019 Nokia.
4 ..
5 ..  Licensed under the Creative Commons Attribution 4.0 International
6 ..  Public License (the "License"); you may not use this file except
7 ..  in compliance with the License. You may obtain a copy of the License at
8 ..
9 ..    https://creativecommons.org/licenses/by/4.0/
10 ..
11 ..  Unless required by applicable law or agreed to in writing, documentation
12 ..  distributed under the License is distributed on an "AS IS" BASIS,
13 ..  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 ..
15 ..  See the License for the specific language governing permissions and
16 ..  limitations under the License.
17 ..
18
19 Overview
20 ========
21
22 The ric-plt/dbaas repo provides all the needed elements to deploy database as
23 a service (Dbaas) to kubernetes. Dbaas service is realized with a single
24 container running Redis database. The database is configured to be
25 non-persistent and non-redundant.
26
27 For the time being Dbaas only allowed usage is to provide database backend
28 service for Shared Data Layer (SDL).