Overview
To achieve best user experience for your platform, we recommend platform builders to create simple and user friendly UI for end users instead of exposing full platform level details to them. Some common practices include building GUI console, adopting DSL, or creating a user friendly command line tool.
As an proof-of-concept of building developer experience with KubeVela, we developed a client-side tool named Appfile
as well. This tool enables developers to deploy any application with a single file and a single command: vela up
.
Now let's walk through its experience.
#
Step 1: InstallMake sure you have finished and verified the installation following quick-install.
#
Step 2: Deploy Your First ApplicationCheck the status until we see Routes
are ready:
**In kind cluster setup, you can visit the service via localhost. In other setups, replace localhost with ingress address accordingly.
Voila! You are all set to go.
#
What's Next- Learn details about
Appfile
and know how it works.