Skip to main content

Manage Environments

Create an app environment

Steps to create an app

  1. Sign in to LocalOps.
  2. Click on App Environments from the navigation pane on the left side.
  3. Click on Create app environment button to create a new app environment.
  4. Pick environment type, app, release, connection, and region. You can optionally add last minute configuration via Helm values.
  5. Click on Next: Review instance.
  6. Review the app environment details, and if everything is correct, click the Looks good. Create app environment button to start creating the app environment. It may take anywhere between 18 - 20 minutes to complete app environment creation process. You can see its progress either in App Environments section or Ops section.
  7. Once done, you can use its unique SSL enabled URL to access the application in a new tab.

View an app environment

  • Selecting App Environments from the navigation pane on the left side will list all the active App Environments.
  • You can view archived App Environments by clicking the Show archived instances button located at the bottom of the App Environments list section.
  • When you select a App Environment from the list, you'll see its details displayed under the following tabs:

Settings tab: Access all details regarding the App Environment, including the Private instance URL.
Deployments tab: View deployments associated with the selected App Environment.
Monitoring tab: Monitor details specific to the App Environment are displayed here.
Disaster Recovery tab: Access Backup Settings and a list of created Backups under this tab.
Shell tab: View instructions to access your environment via kubectl commands

Update an app environment

You can update your

  1. App Environment Name and
  2. Helm values

by clicking Edit app environment button from the App Environment settings tab.

Note: Updating helm values will automatically create a deployment to apply the new helm values.

Delete an app environment

  1. Click on App Environments from the navigation pane on the left side to see the list of available App Environments.
  2. To delete a App Environment, click on the App Environment that you want to delete and then select Archive.

LocalOps allows you to archive the App Environment in 3 ways

  • Delete app and data:

    • Will delete everything including your app and all its data, including Backups.
  • Delete app and keep data:

    • Only the app will be deleted. The data from this instance will still remain in the connected cloud account.
  • Keep both app and data:

    • Will just spin down all servers. Both the app and data associated with this instance will remain in the connected cloud account, incurring relevant storage charges.
  1. Choose the appropriate option from the above and confirm deletion by typing the App Environment name. Then, click on Archive this instance button to initiate App Environment deletion.

Private instance deletion may take anywhere between 20-25 minutes to complete.