Skip to content

Commit 9859bd3

Browse files
committed
chore(gen): update concepts with links MTA-6444
1 parent 91a7b19 commit 9859bd3

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

pages/serverless-containers/concepts.mdx

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The startup process steps are:
4444
* Starting the container. Optimize your container startup speed to minimize this step (e.g., avoid waiting for slow connections or downloading large objects at startup)
4545
* Waiting for the container to listen on the configured port.
4646

47-
[How to reduce cold starts](/serverless-containers/faq/#how-can-i-reduce-the-cold-starts-of-serverless-containers)
47+
[How to reduce cold starts](/serverless-containers/faq/#how-can-i-reduce-the-cold-starts-of-serverless-containers).
4848

4949
## Commands and arguments
5050

@@ -81,16 +81,18 @@ A container is a package of software that includes all dependencies: code, runti
8181
8282
## Container image
8383
84-
A container image is a file that includes all the requirements and instructions of a complete and executable version of an application.
84+
A container image is a file that includes all the requirements and instructions of a complete and executable version of an application. Container images can be easily stored using [Scaleway Container Registry](/container-registry/quickstart/).
8585
8686
## Container Registry
8787
88-
Container Registry is the place where your images are stored before being deployed. We recommend using Scaleway Container Registry for optimal integration and performances. See the [migration guide](/serverless-containers/api-cli/migrate-external-image-to-scaleway-registry/) for full details.
88+
Container Registry is the place where your images are stored before being deployed. We recommend using [Scaleway Container Registry](/container-registry/quickstart/) for optimal integration and performances. See the [migration guide](/serverless-containers/api-cli/migrate-external-image-to-scaleway-registry/) for full details.
8989
9090
## Deployment
9191
9292
Some parameter changes require a new deployment of the container to take effect. The deployment happens without causing downtime, as traffic is switched to the newest version once it is ready.
9393
94+
Refer to the [dedicated documentation](/serverless-containers/reference-content/deploy-container/) for information on the different deployment methods.
95+
9496
## Endpoint
9597
9698
An endpoint is the URL generated to access your resource. It can be customized with [custom domains](#custom-domain).
@@ -145,9 +147,9 @@ Performance metrics for your Serverless resources are natively available. Refer
145147

146148
## Namespace
147149

148-
A namespace is a folder with some settings that allows you to [group your containers](/serverless-containers/how-to/create-manage-delete-containers-namespace/).
150+
A namespace is a folder with some settings that allows you to group your containers. Containers in the same namespace can share environment variables, secrets, and access tokens, defined at the namespace level.
149151

150-
Containers in the same namespace can share environment variables, secrets, and access tokens, defined at the namespace level.
152+
Refer to the [dedicated documentation](/serverless-containers/how-to/create-manage-delete-containers-namespace/) for information on how to create, manage, and delete namespaces.
151153

152154
## Port
153155

@@ -181,7 +183,7 @@ While DHCP is built into all new Private Networks, it may not be automatically a
181183

182184
## Registry endpoint
183185

184-
The registry endpoint parameter is the resource linked to the container image used in your Serverless Container.
186+
The registry endpoint parameter is the resource linked to the container image used in your Serverless Container. Endpoints for the [Scaleway Container Registry](/container-registry/) namespaces can be found in the Scaleway Console.
185187

186188
## Request timeout
187189

0 commit comments

Comments
 (0)