You can find examples using all the deployment methods shown here in our Serverless Examples repository.
Methods to deploy Serverless Containers
Serverless Containers can be deployed and managed using various tools. This page aims to help you find the right tool for your use case.
Scaleway console
The Scaleway console is the easiest way to get started deploying Containers.
The console lets you deploy containers from the Scaleway Container Registry or public repositories.
Refer to the dedicated documentation for more information.
Serverless framework
Serverless Framework is a tool dedicated to easing the deployment of serverless applications, including Scaleway Serverless Functions and Containers.
With Serverless Framework, you can deploy your Dockerfile as a Serverless Container via a single command: serverless deploy
.
Your Container configuration is done via a single YAML file, which can be checked into your version control system.
Installation guides, examples, use cases, and advanced documentation are available in the Serverless Scaleway Plugin repository.
Serverless Framework can be used in many use cases such as CI/CD, production deployments, and multi-project deployments with serverless-compose.
Many of the examples found in our Serverless Examples repository make use of Serverless Framework, and may help you get started.
Terraform
Serverless Containers integrate easily with your infrastructure as code, via our Terraform provider and resources.
You can find examples using Terraform in our Serverless Examples repository, such as our example using Terraform to deploy an NGINX container.
API
The Scaleway HTTP API lets you manage your Serverless Containers via HTTP calls.
The HTTP API can be useful when integrating Container management into your automated tasks, continuous integration, and more custom use cases.
CLI
The Scaleway CLI is a simple command line interface that allows you to create, update, delete and list your Serverless Containers.
Installation instructions and documentation are available in the Scaleway CLI repository.
Scaleway SDKs
The Scaleway Software Development Kits (SDK) allow you to manage your resources directly from your favorite languages.
The available SDKs are:
The documentation for each SDK is held in its respective repository.