Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pages/apple-silicon/how-to/remove-public-ip.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ content:
tags: mac-mini private network bastion
dates:
validation: 2025-05-13
posted: 2022-05-13
posted: 2025-05-13
categories:
- bare-metal
---
Expand Down Expand Up @@ -69,4 +69,4 @@ Once you have verified that your Mac mini is reachable through the Bastion, you
Your Mac mini is now fully isolated from the public internet, and any further external access will have to occur from a resource inside the Private Network or through the Bastion.
<Message type="tip">
Your Mac mini will still be able to access the internet through the gateway if needed.
</Message>
</Message>
2 changes: 1 addition & 1 deletion pages/iot-hub/api-cli/cli-db-tips-tricks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ content:
categories:
- managed-services
dates:
validation: 2024-11-04
validation: 2025-05-14
tags: iot iot-hub database cli postgresql payload plsql json mysql
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ content:
categories:
- managed-services
dates:
validation: 2024-11-04
validation: 2025-05-14
tags: iot iot-hub io-hub-api api curl mqtt jq json
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ categories:
- managed-services
- iot-hub
dates:
validation: 2024-11-04
validation: 2025-05-14
tags: IoT Device cli iot-hub
---

Expand Down
2 changes: 1 addition & 1 deletion pages/iot-hub/api-cli/iot-hub-routes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ content:
categories:
- managed-services
dates:
validation: 2024-11-04
validation: 2025-05-14
tags: iot iot-hub mqtt cli s3cmd amazon-s3
---

Expand Down
2 changes: 1 addition & 1 deletion pages/iot-hub/api-cli/migrating-from-api-v1beta1.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: This page shows how to migrate to the new IoT Hub API version.
tags: iot-hub iot hub api v1beta1
dates:
validation: 2024-11-04
validation: 2025-05-14
categories:
- managed-services
---
Expand Down
2 changes: 1 addition & 1 deletion pages/iot-hub/concepts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: This page explains all the concepts related to IoT Hub
tags: auto-provisioning iot authentication hub hub-event last-will message-broker mqtt mtls qos tls websocket service-level
dates:
validation: 2024-11-04
validation: 2025-05-14
categories:
- managed-services
---
Expand Down
6 changes: 3 additions & 3 deletions pages/load-balancer/reference-content/acls.mdx
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
meta:
title: Understanding Access Control Lists (ACLs)
description: Learn more about Access Control Lists (ACLs) for your Load Balancer
description: Discover how Access Control Lists (ACLs) work with your Load Balancer at Scaleway, and learn how to configure them for secure and efficient traffic management.
content:
h1: Understanding Access Control Lists (ACLs)
paragraph: Learn more about Access Control Lists (ACLs) for your Load Balancer
paragraph: Discover how Access Control Lists (ACLs) work with your Load Balancer at Scaleway, and learn how to configure them for secure and efficient traffic management.
tags: load-balancer, acl, acls, access-control-list, access, control, HTTP-header, filter, allow, reject, redirect, HTTPS, redirection, HTTP
dates:
validation: 2024-11-05
validation: 2025-05-14
categories:
- load-balancer
- network
Expand Down
14 changes: 7 additions & 7 deletions pages/load-balancer/reference-content/http2-http3.mdx
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
meta:
title: Setting up your Load Balancer for HTTP/2 or HTTP/3
description: Learn how to set up your Load Balancer for HTTP/2 or HTTP/3
description: Learn how to configure HTTP/2 and HTTP/3 protocols on your Scaleway Load Balancer to improve performance, security, and user experience for your web applications.
content:
h1: Setting up your Load Balancer for HTTP/2 or HTTP/3
paragraph: Learn how to set up your Load Balancer for HTTP/2 or HTTP/3
paragraph: Learn how to configure HTTP/2 and HTTP/3 protocols on your Scaleway Load Balancer to improve performance, security, and user experience for your web applications.
tags: load-balancer http-2 http-3 http2 http3 protocol frontend backend
dates:
validation: 2024-11-05
validation: 2025-05-15
categories:
- load-balancer
- network
Expand All @@ -23,7 +23,7 @@ Development of the first version of the HTTP protocol, HTTP/1, began in 1989. Th

### HTTP/2

HTTP/2 was released in 2015. It represents a more efficient version of HTTP, moving from a text based protocol to a binary protocol. This is easier to parse for clients and servers, helps avoid errors and allows for multiplexing. Over [40% of websites now use HTTP/2/](https://w3techs.com/technologies/details/ce-http2), and it is supported by [97% of web browsers](https://caniuse.com/?search=http2).
HTTP/2 was released in 2015. It represents a more efficient version of HTTP, moving from a text based protocol to a binary protocol. This is easier to parse for clients and servers, helps avoid errors and allows for multiplexing. Over [40% of websites now use HTTP/2](https://w3techs.com/technologies/details/ce-http2), and it is supported by [97% of web browsers](https://caniuse.com/?search=http2).

HTTP/2 improves upon HTTP/1's performance in many ways, including but not limited to:
- **Increased efficiency via use of binary framing**. HTTP/1 uses text-based data transfer, which can be long, bandwidth-heavy and error-prone. HTTP/2 uses binary message framing, which is more compact and efficient so easier to parse, and provokes fewer errors.
Expand All @@ -40,9 +40,9 @@ Backends and frontends of Scaleway Load Balancers support HTTP/1, HTTP/2 and HTT

| | Frontend with TLS | Frontend without TLS | Backend with TLS | Backend without TLS |
|--------|:-------------------:|:----------------------:|:------------------:|:---------------------:|
| HTTP/1 | <Icon name="validate"/> | <Icon name="validate"/> | <Icon name="validate"/> | <Icon name="validate"/> |
| HTTP/2 | <Icon name="validate"/> | ❌ | <Icon name="validate"/> | ❌ |
| HTTP/3 | <Icon name="validate"/> | ❌ | ❌ | ❌ |
| HTTP/1 | Yes <Icon name="validate"/> | Yes <Icon name="validate"/> | Yes <Icon name="validate"/> | Yes <Icon name="validate"/> |
| HTTP/2 | Yes <Icon name="validate"/> | No ❌ | Yes <Icon name="validate"/> | No ❌ |
| HTTP/3 | Yes <Icon name="validate"/> | No ❌ | No ❌ | No ❌ |

In brief:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
meta:
title: Creating and configuring a Load Balancer for your Kubernetes Kapsule
description: Learn how to create and configure a Load Balancer for your Kubernetes Kapsule
description: Configure and manage a Kubernetes Load Balancer on Scaleway to efficiently distribute traffic and scale your containerized applications.
content:
h1: Creating and configuring a Load Balancer for your Kubernetes Kapsule
paragraph: Learn how to create and configure a Load Balancer for your Kubernetes Kapsule
paragraph: Configure and manage a Kubernetes Load Balancer on Scaleway to efficiently distribute traffic and scale your containerized applications.
tags: load-balancer kubernetes kapsule loadbalancer service managed-kubernetes
dates:
validation: 2024-11-05
validation: 2025-05-15
categories:
- load-balancer
- network
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
meta:
title: Setting up SSL bridging, offloading or passthrough
description: Learn how to configure your Load Balancer for SSL bridging, offloading or passthrough
description: Learn how to configure your Scaleway Load Balancer for SSL bridging, offloading, or passthrough, and discover the different modes for handling encrypted traffic with your Load Balancer.
content:
h1: Setting up SSL bridging, offloading or passthrough
paragraph: Learn how to configure your Load Balancer for SSL bridging, offloading or passthrough
paragraph: Learn how to configure your Scaleway Load Balancer for SSL bridging, offloading, or passthrough, and discover the different modes for handling encrypted traffic with your Load Balancer.
tags: load-balancer ssl bridging offloading termination passthrough
dates:
validation: 2024-11-05
validation: 2025-05-14
categories:
- load-balancer
- network
Expand Down
6 changes: 3 additions & 3 deletions pages/nats/reference-content/nats-overview.mdx
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
meta:
title: NATS Overview
description: Learn about the NATS messaging system
description: Discover NATS on Scaleway, a managed messaging service that enables secure, scalable, and reliable communication between cloud applications and services.
content:
h1: NATS Overview
paragraph: Learn about the NATS messaging system
paragraph: Discover NATS on Scaleway, a managed messaging service that enables secure, scalable, and reliable communication between cloud applications and services.
tags: nats overview neural-autonomic-transport-system publish-subscribe jetstream streaming messaging deno
categories:
- serverless
- nats
dates:
validation: 2024-10-18
validation: 2025-05-14
posted: 2023-01-04
---

Expand Down
6 changes: 3 additions & 3 deletions pages/public-gateways/concepts.mdx
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
meta:
title: Public Gateways - Concepts
description: This page explains all the concepts related to Public Gateways
description: Learn about Public Gateways on Scaleway, a managed network service that enables secure and scalable connectivity to your cloud resources and applications.
content:
h1: Public Gateways - Concepts
paragraph: This page explains all the concepts related to Public Gateways
paragraph: Learn about Public Gateways on Scaleway, a managed network service that enables secure and scalable connectivity to your cloud resources and applications.
tags: network availability-zone dns flexible-ip nat private-ip ssh-bastion egress ipam legacy ipam_config
dates:
validation: 2024-11-05
validation: 2025-05-14
categories:
- network
---
Expand Down
2 changes: 1 addition & 1 deletion pages/queues/api-cli/python-node-queues.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ categories:
- serverless
- queues
dates:
validation: 2024-10-18
validation: 2025-05-14
posted: 2023-01-04
---

Expand Down
9 changes: 4 additions & 5 deletions pages/queues/reference-content/queues-overview.mdx
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
meta:
title: Scaleway Queues Overview
description: Learn about the Scaleway Queues messaging system
description: Discover Scaleway Queues, a managed message queue service that enables scalable, reliable, and secure communication between cloud applications and services, allowing for efficient task processing and workflow management.
content:
h1: Scaleway Queues Overview
paragraph: Learn about the Scaleway Queues messaging system
paragraph: Discover Scaleway Queues, a managed message queue service that enables scalable, reliable, and secure communication between cloud applications and services, allowing for efficient task processing and workflow management.
tags: messaging sqs aws queuing publish-subscribe message-queue
categories:
- serverless
- queues
dates:
validation: 2024-10-18
validation: 2025-05-14
posted: 2023-01-04
---

Expand Down Expand Up @@ -56,7 +56,6 @@ The following resources may be helpful:

- [How to create a serverless scraping architecture, with Scaleway Queues, Serverless Functions and Managed Databases](/tutorials/create-serverless-scraping/)
- [Official AWS SQS Documentation](https://docs.aws.amazon.com/sqs/index.html)
- Further information on supported API features:
- [SQS](/queues/reference-content/queues-support/)
- [SQS API features supported by Scaleway Queues](/queues/reference-content/queues-support/)
- [Official AWS CLI Documentation](https://aws.amazon.com/cli/)
- [Official AWS SDK Documentation](https://aws.amazon.com/developer/tools/)
2 changes: 1 addition & 1 deletion pages/queues/reference-content/queues-support.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ categories:
- serverless
- queues
dates:
validation: 2024-10-18
validation: 2025-05-14
posted: 2023-01-04
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ categories:
- serverless
- topics-and-events
dates:
validation: 2024-10-18
validation: 2025-05-14
posted: 2023-01-04
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ categories:
- serverless
- topics-and-events
dates:
validation: 2024-04-10
validation: 2025-05-14
posted: 2024-02-06
---

Expand Down