Minesweeper Deployment Example
In this section we will use the Nexqloud Console to launch an example Minesweeper deployment on the Nexqloud Network. You can follow the same process for any other workload so long as it is containerized and you have an appropriate SDL.
STEP 1 - Create the Deployment
From the New Deployment page click the Deploy Now button in the Fun & Games section.

STEP 2 - Select the Minesweeper Template
Select the Minesweeper template and the proceed with the deployment by clicking Deploy Now.

STEP 3 - Assign Deployment Name/Edit SDL
Proceed with the deployment by specifying a useful name to your application. This step is optional and without explicit naming the Nexqloud Console will assign a randomly generated name.
Click Create Deployment to proceed when satisfied with application naming/settings..
NOTE - the Configuration section additionally allows the edit of the following application specifications. In our example - with the goal being the simple launch of an initial application via the Nexqloud Console - these settings are left at defaults and are not changed. - Configure services - allows edit of application specs including CPU, memory, storage, and exposed ports. - Review SDL - allows direct edit of the applications SDL (Stack Description Language) YAML file. Further details on Nexqloud SDL files can be found here.

STEP 4 - Pre-Flight Verifications
A number of verifications are made prior to proceeding with application deployment.
Amongst the verifications made are assurances that the connected wallet has sufficient funds and a valid certificate exists which is used for Nexqloud provider communications.
If all verifications are successful - as shown in the example below - proceed by clicking the Next button.
NOTE - if
Wallet Connectedcheck fails, ensure theConnect Walletstep from the Nexqloud Console Access section of this document is completed.
NOTE - if this is your first time using the Nexqloud Console it is likely the
Valid Certificatecheck will fail. Use the instructions in the subsequent step (STEP 5 - Certificate Creation) should this be the case.

STEP 5 - Certificate Creation
Use the guidance in this step if a valid certificate does not exist.
A valid certificate is necessary to proceed with deployments of apps onto the Nexqloud network. If the Checking Essentials screen reports Missing Certificate there are two ways to proceed.
Simply click the
Create Certificatebutton presented in theChecking Essentialspane as highlighted in the display below. NOTE - following the selection of this button it may take a couple of minutes before theMissing Certificatewarning disappears.

STEP 6 - Accept Gas Fees for Deployment Creation
The Keplr wallet will prompt to Approve gas fees for the creation of the deployment. Click the Approve button to proceed.
Subsequent steps in the Deployment process may also prompt for Gas fee accept. Follow this same step to approve any subsequent such prompts.

STEP 7 - Select Provider
Select a preferred Nexqloud Provider for your deployment.
Click the Submit Deploy Request button following preferred Provider selection to continue with the deployment.

STEP 8 - Deployment Complete
Upon successful completion of the Nexqloud Deployment the following screen is presented.
The Deployment management pane allows actions including:
EVENTS - view of the related application launch events
LOGS - view of the logs from the application's container instance
LEASES - review of the deployment's specifications including exposed ports and assigned resources
Update/Delete Deployment - ability to manage the active deployment by updating application image or closing the deployment.

STEP 9 - Access Deployment
Access the Deployment's URL via the exposed link.

Example display of the Minesweeper web app within the Nexqloud Deployment.

Last updated