diff --git a/pages/kubernetes/reference-content/kubernetes-shared-responsibility-model.mdx b/pages/kubernetes/reference-content/kubernetes-shared-responsibility-model.mdx index 9c3283c5da..e05ba861ec 100644 --- a/pages/kubernetes/reference-content/kubernetes-shared-responsibility-model.mdx +++ b/pages/kubernetes/reference-content/kubernetes-shared-responsibility-model.mdx @@ -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. @@ -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.