Upload Application
Now it is time to build your image and upload it to the Kelvin Cloud instance.
The App Registry is a centralized repository that stores all the Applications you create. Once uploaded, you can deploy your Application to any Kelvin Edge cluster connected to your Kelvin Cloud instance.
Let's start by making sure your Application is ready for upload.
Prerequisites
The main section in the app.yaml file defines crucial attributes such as the unique name, display name, description, and version of your app. Below is an example of what your app.yaml file might look like:
| app.yaml Example | |
|---|---|
1 2 3 4 | |
Conflicting Versions
If you try to upload an app with the same version number as an existing one in the App Registry, you’ll encounter an error. Always ensure you increment the version number before uploading.
SDK Login
Before uploading your app, you need to login the SDK with your Kelvin Cloud credentials.
Open a terminal and run the following command:
| Kelvin SDK Command Line Login | |
|---|---|
1 | |
And type in your Kelvin Cloud credentials when prompted.
Upload
Uploading your app is straightforward and requires just a single command. Open a terminal in the directory where your app and its associated files are located, and run the following command:
Reminder
Make sure Docker is installed and running before executing the upload command. Docker is essential for packaging and uploading apps to the App Registry.
| Kelvin SDK Command Line Example | |
|---|---|
1 | |
As the command runs, you will observe the app being packaged and subsequently uploaded to the App Registry. Here's a sample output:
| Kelvin SDK Command Line Output | |
|---|---|
1 2 3 4 5 6 7 8 9 10 | |
Congratulations! You successfully uploaded your Kelvin Application™ to the App Registry.
Next Step
The next step is to configure your Kelvin Cloud instance to simulate a real-world edge deployment.

