Feature request: Kubernetes VCA in K8s installation
[osm/Features.git] / Release9 / kubernetes_vca_in_k8s_installation.md
1 # Kubernetes VCA in K8s installation #
2
3 ## Proposer ##
4 - David GarcĂ­a
5
6 ## Type ##
7 **Feature**
8
9 ## Target MDG/TF ##
10 Devops
11
12 ## Description ##
13
14 Move the VCA from LXD to K8s in the Kubernetes installation. This is already done for Charmed installation.
15
16 ### Implementation
17
18 Currently:
19
20 1. Install LXD
21 2. Bootstrap VCA to LXD
22 3. Install K8s
23 4. Add K8s cloud to VCA
24
25 Proposal:
26
27 1. Install LXD
28 2. Install K8s
29 3. Bootstrap VCA to K8s
30 4. Add LXD cloud to VCA
31
32
33 ## Demo or definition of done ##
34
35 This feature is considered complete when the VCA is in K8s with LXD as an external cloud.