启用 VelaUX 控制台
#
Installexpected output:
By default, velaux didn't have any exposed port.
#
Visit VelaUX by port-forwardPort forward will work as a proxy to allow visiting VelaUX dashboard by local port.
Choose > Cluster: local | Namespace: vela-system | Component: velaux | Kind: Service
for visit.
#
Setup with Specified Service TypeThere are three service types for VelaUX addon which aligned with Kubernetes service, they're ClusterIP
, NodePort
and LoadBalancer
.
By default the service type is ClusterIP for security.
If you want to expose your VelaUX dashboard for convenient, you can specify the service type.
LoadBalancer
type requires your cluster has cloud LoadBalancer available.NodePort
type requires you can access the Kubernetes Node IP/Port.
After specify the service type to LoadBalancer
or NodePort
, you can obtain the access address through vela status
:
The expected output:
#
Setup with Ingress domainIf you have ingress and domain available in your cluster, you can also deploy VelaUX by specify a domain like below:
The expected output:
#
Specify the addon imageBy default the image repo is docker hub, you can specify the image repo by the repo
parameter:
But it has API request limit, so you can try specify the acr.kubevela.net
image registry as alternative,
It's maintained by KubeVela team, we will upload/sync the built-in addon image for convenience.
This feature can also help you to build your private installation, just upload all images to your private image registry.