HomeServerlessContainersHow to
Manage a Containers namespace
Update content

How to manage a Serverless Containers namespace

Reviewed on 16 August 2023 • Published on 26 May 2021

This page shows you how to manage your Serverless Containers namespace. Namespaces allow you to group your containers and share environment variables between them.

Security & Identity (IAM):

You may need certain IAM permissions to carry out some actions described on this page. This means:

  • you are the Owner of the Scaleway Organization in which the actions will be carried out, or
  • you are an IAM user of the Organization, with a policy granting you the necessary permission sets
Requirements:
  1. Click Containers in the Serverless section of the side menu. The containers page displays.
  2. Click the containers namespace you want to manage.
  3. Click the Namespace settings tab. Here you can view information about the region, registry endpoint and description of your namespace.
  4. Add any additional environment variables you wish to add, by clicking +Add, entering the key/value pair, and clicking Save.
  5. Add secrets for your container. Secrets are environment variables which are injected into your container, but the values are not retained or displayed by Scaleway after initial validation.
See Also