Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,8 @@ Scaleway is responsible for:

### Reversibility

Since Scaleway Kapsule is not a specific Kubernetes distribution and most of its components are open source, users can simply export all their Kubernetes YAML resources to another managed Kubernetes service provider. The only change to consider is using the new provider's APIs (IAM, block storage, VPC, etc.). Here is a simple example:

1. Assess and document current cluster resources.

Begin by documenting your existing cluster configuration. This includes namespaces, deployments, services, storage, and any custom resources or policies in use.
Expand Down Expand Up @@ -362,7 +364,7 @@ Scaleway is responsible for:

6. Migrate persistent data and storage.

1. Backup data from your existing cluster. Use appropriate tools to back up data from Persistent Volumes. Methods include:
1. Back up data from your existing cluster. Use appropriate tools to back up data from Persistent Volumes. Methods include:

- Database dumps: For databases, perform data exports.
- File system copy: For file storage, copy data to a temporary location.
Expand Down
Loading