eclipse-xpanse / xpanse

xpanse is here to make native managed cloud services configurable and portable.
https://eclipse.dev/xpanse/
Apache License 2.0
23 stars 20 forks source link

prepare for deploying xpanse on kubernetes #1460

Open swaroopar opened 7 months ago

swaroopar commented 7 months ago

We must prepare to deploy all components of the xpanse's core components such as xpanse runtime, ui, db, terraform-boot and tofu-maker using kubernetes

In case of xpanse on HuaweiCloud, the end goal is to have the xpanse running in CCE for Huawei cloud. So we must check if the same manifest files can be re-used or parameterized for different k8s platforms. The difference would be that in case of CCE, we will mount a folder from OBS into the container to store service template api files, execution folders for terraform-boot and tofumaker, etc.

This userstory focues only for basic developer setup only.

baixinsui commented 7 months ago

I will take it.