Skip to content

Commit

Permalink
Update schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Jan 4, 2025
1 parent 8e38200 commit 7e9b74d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 2.0/docs/apps/images/app.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 5 additions & 3 deletions 2.0/docs/apps/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@

## Overview

Application in Wodby consists of multiple instances that represent different environments: production, staging, development. When you create a new application you always create the first instance of that application.
![](./images/app.svg)

An application in Wodby is built on a [stack](stack.md) and can contain multiple [instances](instances.md), each representing different [environments](env.md) such as production, staging, and development. Creating a new application automatically generates its first instance.

- Every app can have an unlimited number of instances but at least one
- You can deploy as many instances as you want
- You can also deploy instances of the same applications across different clusters
- You can also deploy instances of the same applications across different [kubernetes clusters](../kubernetes/index.md)
- One stack per application
- Different instances can have different revisions of the same stack

![](./images/app.svg)
![](./images/instance.svg)

## Creating New Application

Expand Down

0 comments on commit 7e9b74d

Please sign in to comment.