Skip to content
Open
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
18 changes: 18 additions & 0 deletions content/doc/administrate/network.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,24 @@

If you are interested, please ask the support / your sales contact for a quote.

### Dedicated Frontends

By default, incoming traffic to your applications goes through Clever Cloud's shared frontends (powered by [Sōzu](https://www.sozu.io/)). For use cases requiring stronger network isolation or higher availability guarantees, you can request **dedicated frontends**.

Comment on lines +52 to +53
Dedicated frontends are especially relevant if you need to:

- **Isolate your traffic** from other customers (compliance, security, strict SLAs)

Check failure on line 56 in content/doc/administrate/network.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/administrate/network.md#L56

[Vale.Spelling] Did you really mean 'SLAs'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'SLAs'?", "location": {"path": "content/doc/administrate/network.md", "range": {"start": {"line": 56, "column": 79}}}, "severity": "ERROR"}
- **Control your inbound IPs** — useful for client-side filtering or certifications (HDS, PCI-DSS, etc.)

Check failure on line 57 in content/doc/administrate/network.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/administrate/network.md#L57

[Vale.Spelling] Did you really mean 'IPs'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'IPs'?", "location": {"path": "content/doc/administrate/network.md", "range": {"start": {"line": 57, "column": 26}}}, "severity": "ERROR"}

Check failure on line 57 in content/doc/administrate/network.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/administrate/network.md#L57

[Google.EmDash] Don't put a space before or after a dash.
Raw output
{"message": "[Google.EmDash] Don't put a space before or after a dash.", "location": {"path": "content/doc/administrate/network.md", "range": {"start": {"line": 57, "column": 31}}}, "severity": "ERROR"}

Check notice on line 57 in content/doc/administrate/network.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/administrate/network.md#L57

[Google.Acronyms] Spell out 'HDS', if it's unfamiliar to the audience.
Raw output
{"message": "[Google.Acronyms] Spell out 'HDS', if it's unfamiliar to the audience.", "location": {"path": "content/doc/administrate/network.md", "range": {"start": {"line": 57, "column": 86}}}, "severity": "INFO"}

Check notice on line 57 in content/doc/administrate/network.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/administrate/network.md#L57

[Google.Acronyms] Spell out 'PCI', if it's unfamiliar to the audience.
Raw output
{"message": "[Google.Acronyms] Spell out 'PCI', if it's unfamiliar to the audience.", "location": {"path": "content/doc/administrate/network.md", "range": {"start": {"line": 57, "column": 91}}}, "severity": "INFO"}

Check notice on line 57 in content/doc/administrate/network.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/administrate/network.md#L57

[Google.Acronyms] Spell out 'DSS', if it's unfamiliar to the audience.
Raw output
{"message": "[Google.Acronyms] Spell out 'DSS', if it's unfamiliar to the audience.", "location": {"path": "content/doc/administrate/network.md", "range": {"start": {"line": 57, "column": 95}}}, "severity": "INFO"}
- **Handle very high traffic volumes** without sharing resources with other organizations

Check failure on line 58 in content/doc/administrate/network.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/administrate/network.md#L58

[Clever.organisation] Use 'organisation' instead of 'organization'
Raw output
{"message": "[Clever.organisation] Use 'organisation' instead of 'organization'", "location": {"path": "content/doc/administrate/network.md", "range": {"start": {"line": 58, "column": 77}}}, "severity": "ERROR"}
- **Guarantee the availability** of your network entry point independently from other tenants

Two configurations are available:

- **1 Dedicated Frontend**: a single load balancer dedicated to your organization.

Check failure on line 63 in content/doc/administrate/network.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/administrate/network.md#L63

[Clever.organisation] Use 'organisation' instead of 'organization'
Raw output
{"message": "[Clever.organisation] Use 'organisation' instead of 'organization'", "location": {"path": "content/doc/administrate/network.md", "range": {"start": {"line": 63, "column": 70}}}, "severity": "ERROR"}
- **2 Dedicated Frontends in high availability**: two dedicated load balancers providing fault tolerance at the network entry level, eliminating the frontend as a single point of failure. This configuration is recommended for critical architectures.

Check notice on line 64 in content/doc/administrate/network.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/administrate/network.md#L64

[Google.Passive] In general, use active voice instead of passive voice ('is recommended').
Raw output
{"message": "[Google.Passive] In general, use active voice instead of passive voice ('is recommended').", "location": {"path": "content/doc/administrate/network.md", "range": {"start": {"line": 64, "column": 208}}}, "severity": "INFO"}

This is a custom, quote-based option. To request one, [contact our support team](https://console.clever-cloud.com/ticket-center-choice) with your use case and target region so they can assess feasibility and provide a quote.

Check warning on line 66 in content/doc/administrate/network.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/administrate/network.md#L66

[Google.We] Try to avoid using first-person plural like 'our'.
Raw output
{"message": "[Google.We] Try to avoid using first-person plural like 'our'.", "location": {"path": "content/doc/administrate/network.md", "range": {"start": {"line": 66, "column": 64}}}, "severity": "WARNING"}

## The "Paris" region

The Paris region is owned and handled by Clever Cloud. We own or entrust the associated AS's and
Expand Down
Loading