Deploy First Application
Welcome to KubeVela! In this section, we show you how to deliver your first app via VelaUX.
Follow these steps:
- Create the first of
webervice
which is the common way to deploy stateless service. - Check out the status of the Application’s instance.
You’ll get to know:
- Get familiar with core concepts as Application, and Target
- Finished an application delivery by operating VelaUX
After VelaUX is installed, the first page you enter is for managing the app:
Then click the button of New Application
on the upper-right, type in these things:
- Name and other basic Infos.
- Choose your environment. We select the
Default
Environment based on theDefault
Target.
Next step, we see the page of properties. Configure following:
- Image address
Other properties can be left blank for this case
Confirmed. Notice that this application is only created but not deployed yet. VelaUX defaultly generates and replicas of Trait.
Click Development Environment
and switch to the dev environment, deploy it. Or click the deploy button on the upper-right. When the workflow is finished, you’ll get to see the list of instances lying within.
In the process of deploying, you can click Check the details
to view the status of the application:
If you want to delete the application when it’s no longer used, simply:
- Enter the page of environment, click to reclaim the resources that this environment used.
- Go back to the list of applications and click the drop-down menu to remove it.
That’s it! You succeed at the first application delivery. Congratulation!
- View to look on more of what you can achieve with KubeVela.