-
|
The instructions for deploying VelaUX only include an option to do it via the CLI: https://kubevela.io/docs/reference/addons/velaux. I would like to deploy it using standard k8s manifests or via a helm chart. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 8 replies
-
|
There's an interesting way for your need https://kubevela.io/docs/platform-engineers/system-operation/vela-cli-image#integrate-vela-cli-image-with-kubernetes |
Beta Was this translation helpful? Give feedback.
-
|
Thanks @wonderflow. It seems to me that kubevela needs to be modernized with declarative configuration. I don't feel comfortable with installing a tool which requires running a k8s job to configure itself. |
Beta Was this translation helpful? Give feedback.
-
|
We are not able to download UX via cli.
Corporate firewall is not allowing to install velaUX. |
Beta Was this translation helpful? Give feedback.
-
|
jumping back to this thread 3 years later, and im still thinks this should be included with the vela-core helm chart. Since the velaux is UX for kubevela that is deployed in the vela namespace it should be an optional resource to install in my opinion @wonderflow is that something that can be added or have been discussed before? |
Beta Was this translation helpful? Give feedback.
Thanks @wonderflow.
It seems to me that kubevela needs to be modernized with declarative configuration.
Using api/cli to config a tool these days instead of a declarative config file feels very outdated.
I don't feel comfortable with installing a tool which requires running a k8s job to configure itself.