Skip to main content

Step 7: Configure the Application

After you install KOTS, you can log in to the admin console. This procedure shows you how to make a configuration change for the application from the admin console, which is a typical task performed by end users.

To configure the application:

  1. Access the admin console using https://localhost:8800 if the installation script is still running. Otherwise, run the following command to access the admin console:

    kubectl kots admin-console --namespace NAMESPACE

    Replace NAMESPACE with the namespace where KOTS is installed.

  2. Enter the password that you created in Step 6: Install KOTS and the Application to log in to the admin console.

    The admin console dashboard opens. On the admin console Dashboard tab, users can take various actions, including viewing the application status, opening the application, checking for application updates, syncing their license, and setting up application monitoring on the cluster with Prometheus.

    admin console app dashboard

  3. On the Config tab, select the Customize Text Inputs checkbox. In the Text Example field, enter any text. For example, Hello.

    admin console configuration tab

    This page displays configuration settings that are specific to the application. Software vendors define the fields that are displayed on this page in the Replicated Config custom resource. For more information, see Config in Reference.

  4. Click Save config. In the dialog that opens, click Go to updated version.

    The Version history tab opens.

  5. Click Deploy for the new version. Then click Yes, deploy in the confirmation dialog.

    admin console configuration tab

  6. Click Open App to view the application in your browser.

    web page that displays text

    Notice the text that you entered previously on the configuration page is displayed on the screen.

    note

    If you do not see the new text, refresh your browser.

Next Step

Continue to Step 8: Create a New Version to make a change to one of the manifest files for the cli-tutorial application, then use the replicated CLI to create and promote a new release.