Skip to content

Commit 014ee59

Browse files
authored
docs(k8s): add warning about additional costs when using easy deploy applications (#5552)
1 parent 87276a4 commit 014ee59

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

pages/kubernetes/how-to/enable-easy-deploy.mdx

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ You can also deploy off-the-shelf applications pre-configured for Scaleway produ
3232

3333
## How to deploy an application
3434

35+
### Deployment from Scaleway Container Registry
36+
3537
<Message type="note">
3638
To deploy a container from an image stored within Container Registry, you must be logged in to the [Scaleway console](https://console.scaleway.com/).
3739
</Message>
@@ -86,7 +88,18 @@ You can also deploy off-the-shelf applications pre-configured for Scaleway produ
8688
* Click **Deploy application** to proceed. The list of your deployed applications displays.
8789

8890

89-
* **Deployment from Application Library**
91+
### Deployment from Application Library
92+
93+
<Message type="important">
94+
Depending on the application and the configuration you choose, additional charges may apply. These can include, but are not limited to:
95+
96+
- Block Storage (e.g., persistent volumes)
97+
- Load Balancers (for managing traffic across applications)
98+
- Logging services (e.g., Promtail to Cockpit log forwarding billed as [external data source](/cockpit/how-to/create-external-data-sources/))
99+
- Other application-specific resources that generate costs
100+
101+
We recommend reviewing the documentation for each application and checking your resource usage regularly, using the [Cost Manager in the console](https://console.scaleway.com/billing/consumption) to understand any associated costs.
102+
</Message>
90103

91104
* After selecting **Application Library**, enter a name for your container as well as the Kubernetes namespace on which the deployment will run. By default, the application is deployed on the `default` namespace.
92105

0 commit comments

Comments
 (0)