Skip to content

Deploy an Application

This page guides you through the process of deploying your Kelvin App to monitor and optimize your assets.

Deploy

Before proceeding to add Assets to an Application in the Kelvin UI (which deploys a Workload to a Cluster in the background), make sure you have an active Cluster on your Instance and the default Cluster setting for Application deployment is set.

You can now navigate to the Kelvin UI and deploy your application to your assets.

Open your browser and navigate to https://<instance>.kelvin.ai. Login with your credentials and you will be presented with the Kelvin UI.

Go to Applications and select the Event Detection application you just uploaded.

The next step is to deploy the application to assets. Click on the Management tab an then on the Add Assets button.

Choose the application latest version.

Select the assets you want to deploy the application. In this case we will select the assets with the name Motor #N.

In the next step, we'll map the asset data streams to the application's inputs. This entails channeling the live data from the assets directly into the application.

Kelvin will oversee the data routing to the application; your role is to ensure the correct data stream is selected to feed into the application inputs.

For the Event Detection application, we have a singular input named motor_temperature. Thus, we'll be selecting the Motor Temperature data stream from the asset.

We also need to map the application's outputs to the asset's data streams. This entails that any data generated by the application is routed back to the asset.

For the Event Detection application, we have a singular output named motor_speed_set_point. Thus, we'll be selecting the Motor Speed Set Point data stream from the asset. Every time the application generates a new motor_speed_set_point output, it will be routed back to the asset as a control change.

And the final step is to click on the Submit button to deploy the application to the assets.

You can now observe the application being deployed to the assets. And in a couple of seconds, the application will be running for the assets.

Congratulations! You've successfully deployed your Kelvin App to your assets.

Next Step

Now that you have your first Kelvin App deployed to your assets, you can start monitoring the data, logs and telemetry of your application.

4. Monitor your application