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
2 changes: 1 addition & 1 deletion macros/concepts/block-volumes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
macro: block-volumes
---

Block volumes provide network-attached storage you can plug in/out of Instances like a virtual hard drive. From a user's point of view, block volumes behave like regular disks and can be used to increase the storage of an Instance.
Block volumes provide network-attached storage you can plug in/out of Instances like a virtual hard drive. From a user's point of view, block volumes behave like regular disks and can be used to increase the storage of an Instance. Refer to the [Block Storage Quickstart](/block-storage/quickstart/) documentation page for more information.
5 changes: 3 additions & 2 deletions pages/instances/concepts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ Cloud-init is a multi-distribution package that [provides boot time customizatio

## Development Instance

[Development Instances](/instances/reference-content/development/) are reliable and flexible Instances tuned to host your websites, applications, and development environments.
[Development Instances](/instances/reference-content/development/) are reliable and flexible Instances tuned to host your websites, applications, and development environments. Refer to the [Choosing the best Scaleway Instance type for your workload](/instances/reference-content/choosing-instance-type/) documentation page for more information.


## Dynamic IP

Expand All @@ -50,7 +51,7 @@ Flexible IP addresses are public IP addresses that you can hold independently of

## General Purpose Instances

[General Purpose Instances](/instances/reference-content/general-purpose/) are production-grade [Instances](#instance) designed for scalable infrastructures. Development Instances support the boot-on-block feature and allow you to launch high-performance services with high-end CPUs.
[General Purpose Instances](/instances/reference-content/general-purpose/) are production-grade [Instances](#instance) designed for scalable infrastructures. Development Instances support the boot-on-block feature and allow you to launch high-performance services with high-end CPUs. Refer to the [Choosing the best Scaleway Instance type for your workload](/instances/reference-content/choosing-instance-type/) documentation page for more information.

## GPU Instance

Expand Down
4 changes: 4 additions & 0 deletions pages/instances/reference-content/development.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,7 @@ Try Scaleway Development Instances with the following tutorials:
- [Setting up GitLab with a Managed Database for PostgreSQL](/tutorials/configuring-gitlab-scaleway-elements-database/)
- [Deploying AWStats](/tutorials/deploy-awstats/)
- [Running web analytics with Plausible on Ubuntu Linux](/tutorials/plausible-analytics-ubuntu/)

<Message type="tip">
Refer to the [Choosing the best Scaleway Instance type for your workload](/instances/reference-content/choosing-instance-type/) documentation page for more information.
</Message>
6 changes: 5 additions & 1 deletion pages/instances/reference-content/general-purpose.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,8 @@ Try Scaleway General Purpose Instances with the following tutorials:
- [Setting up a Kubernetes cluster using Rancher on Ubuntu Bionic Beaver](/tutorials/setup-k8s-cluster-rancher/)
- [Deploying a RTMP Streaming Server](/tutorials/rtmp-self-hosted-streaming/)
- [Configuring a Nagios Monitoring System](/tutorials/configure-nagios-monitoring/)
- [Configuring Sentry error tracking](/tutorials/sentry-error-tracking/)
- [Configuring Sentry error tracking](/tutorials/sentry-error-tracking/)

<Message type="tip">
Refer to the [Choosing the best Scaleway Instance type for your workload](/instances/reference-content/choosing-instance-type/) documentation page for more information.
</Message>
4 changes: 4 additions & 0 deletions pages/instances/reference-content/specialized.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,7 @@ To help build and manage your applications, consider complementing your Speciali
Try Scaleway Specialized Instances with the following tutorials:
- [Setting up a MySQL database engine on Ubuntu Linux](/tutorials/setup-mysql/)
- [Project management for technical teams with Focalboard on Ubuntu Instances](/tutorials/focalboard-project-management/)

<Message type="tip">
Refer to the [Choosing the best Scaleway Instance type for your workload](/instances/reference-content/choosing-instance-type/) documentation page for more information.
</Message>
2 changes: 1 addition & 1 deletion pages/kubernetes/concepts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dates:

## Autoheal

[Autoheal](/kubernetes/reference-content/using-kapsule-autoheal-feature/) allows you to keep the nodes in your pool in a healthy state. When enabled, periodic checks are performed to ensure all your nodes are running properly.
The Autoheal feature ensures that all nodes within a pool remain in a healthy operational state. When enabled, the system performs periodic health checks on each node. Nodes identified as unhealthy are automatically rebooted or replaced to restore the pool to its expected capacity. Refer to [Using the Kubernetes Kapsule autoheal feature](/kubernetes/reference-content/using-kapsule-autoheal-feature/) for more information.

## Autoscale

Expand Down