Skip to content

Commit 5c62e41

Browse files
committed
Containers + Data Processing - Optimising S3 - Duplication
1 parent 095c6d8 commit 5c62e41

File tree

182 files changed

+2310
-1969
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

182 files changed

+2310
-1969
lines changed

pages/public_cloud/containers_orchestration/managed_kubernetes/backing-up-cluster-with-velero/guide.de-de.md

+11-9
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ In this tutorial, we are using [Velero](https://velero.io/){.external} to backup
1010

1111
Velero is an Open Source tool to safely backup and restore, perform disaster recovery, and migrate Kubernetes cluster resources.
1212

13-
For cluster configuration backup, we are using our Public Cloud's Swift Object Storage with the Swift S3 API as storage backend for Velero. Velero uses the S3 protocol to store the cluster backups on a S3 compatible object storage.
13+
For cluster configuration backup, we are using our Public Cloud's Swift Object Storage with the Swift S3 API as storage backend for Velero. Velero uses the Amazon S3 protocol to store the cluster backups on a S3 **\*** compatible object storage.
1414

1515
For Persistent Volumes backup, we are using the [CSI snapshot support for Velero](https://velero.io/docs/v1.8/csi/), that enables Velero to backup and restore CSI-backed volumes using the Kubernetes CSI Snapshot Beta APIs.
1616

@@ -20,13 +20,13 @@ This tutorial presupposes that you already have a working OVHcloud Managed Kuber
2020

2121
## Instructions
2222

23-
### Creating the S3 bucket for Velero
23+
### Creating the Object Storage bucket for Velero
2424

25-
Velero needs a S3 bucket as storage backend to store the data from your cluster. In this section you will create your S3 bucket on OVHcloud Object Storage.
25+
Velero needs a S3 compatible bucket as storage backend to store the data from your cluster. In this section you will create your S3 bucket on OVHcloud Object Storage.
2626

2727
#### Preparing your working environment
2828

29-
Before creating your S3 bucket you need to:
29+
Before creating your Object Storage bucket you need to:
3030

3131
- [Prepare your environment to use the OpenStack API](/pages/public_cloud/compute/prepare_the_environment_for_using_the_openstack_api)
3232

@@ -51,7 +51,7 @@ Please enter your OpenStack Password for project <project_name> as user <user_na
5151

5252
#### Creating EC2 credentials
5353

54-
S3 tokens are different, you need 2 parameters (**access** and **secret**) to generate a S3 token.
54+
Object Storage tokens are different, you need 2 parameters (**access** and **secret**) to generate an Object Storage token.
5555

5656
These credentials will be safely stored in Keystone. To generate them with `python-openstack` client:
5757

@@ -91,7 +91,7 @@ aws_access_key_id=<AWS_ACCESS_KEY_ID>
9191
aws_secret_access_key=<AWS_SECRET_ACCESS_KEY>
9292
```
9393

94-
Where `<AWS_ACCESS_KEY_ID>` and `<AWS_SECRET_ACCESS_KEY>` are the **access** and **secret** S3 credentials generated in the precedent step.
94+
Where `<AWS_ACCESS_KEY_ID>` and `<AWS_SECRET_ACCESS_KEY>` are the **access** and **secret** Object Storage credentials generated in the precedent step.
9595

9696
Complete and write down the configuration into `~/.aws/config`:
9797

@@ -110,7 +110,7 @@ s3api =
110110
endpoint_url = https://s3.<public_cloud_region_without_digit>.cloud.ovh.net
111111
```
112112

113-
#### Create a S3 bucket for Velero
113+
#### Create an Object Storage bucket for Velero
114114

115115
Create a new bucket:
116116

@@ -929,6 +929,8 @@ Please refer to [official Velero documentation](https://velero.io/docs/){.extern
929929

930930
## Go further
931931

932-
- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project.
932+
- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project.
933933

934-
- Join our community of users on <https://community.ovh.com/en/>.
934+
Join our [community of users](/links/community).
935+
936+
**\***: S3 is a trademark of Amazon Technologies, Inc. OVHcloud’s service is not sponsored by, endorsed by, or otherwise affiliated with Amazon Technologies, Inc.

pages/public_cloud/containers_orchestration/managed_kubernetes/backing-up-cluster-with-velero/guide.en-asia.md

+11-9
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ In this tutorial, we are using [Velero](https://velero.io/){.external} to backup
1010

1111
Velero is an Open Source tool to safely backup and restore, perform disaster recovery, and migrate Kubernetes cluster resources.
1212

13-
For cluster configuration backup, we are using our Public Cloud's Swift Object Storage with the Swift S3 API as storage backend for Velero. Velero uses the S3 protocol to store the cluster backups on a S3 compatible object storage.
13+
For cluster configuration backup, we are using our Public Cloud's Swift Object Storage with the Swift S3 API as storage backend for Velero. Velero uses the Amazon S3 protocol to store the cluster backups on a S3 **\*** compatible object storage.
1414

1515
For Persistent Volumes backup, we are using the [CSI snapshot support for Velero](https://velero.io/docs/v1.8/csi/), that enables Velero to backup and restore CSI-backed volumes using the Kubernetes CSI Snapshot Beta APIs.
1616

@@ -20,13 +20,13 @@ This tutorial presupposes that you already have a working OVHcloud Managed Kuber
2020

2121
## Instructions
2222

23-
### Creating the S3 bucket for Velero
23+
### Creating the Object Storage bucket for Velero
2424

25-
Velero needs a S3 bucket as storage backend to store the data from your cluster. In this section you will create your S3 bucket on OVHcloud Object Storage.
25+
Velero needs a S3 compatible bucket as storage backend to store the data from your cluster. In this section you will create your S3 bucket on OVHcloud Object Storage.
2626

2727
#### Preparing your working environment
2828

29-
Before creating your S3 bucket you need to:
29+
Before creating your Object Storage bucket you need to:
3030

3131
- [Prepare your environment to use the OpenStack API](/pages/public_cloud/compute/prepare_the_environment_for_using_the_openstack_api)
3232

@@ -51,7 +51,7 @@ Please enter your OpenStack Password for project <project_name> as user <user_na
5151

5252
#### Creating EC2 credentials
5353

54-
S3 tokens are different, you need 2 parameters (**access** and **secret**) to generate a S3 token.
54+
Object Storage tokens are different, you need 2 parameters (**access** and **secret**) to generate an Object Storage token.
5555

5656
These credentials will be safely stored in Keystone. To generate them with `python-openstack` client:
5757

@@ -91,7 +91,7 @@ aws_access_key_id=<AWS_ACCESS_KEY_ID>
9191
aws_secret_access_key=<AWS_SECRET_ACCESS_KEY>
9292
```
9393

94-
Where `<AWS_ACCESS_KEY_ID>` and `<AWS_SECRET_ACCESS_KEY>` are the **access** and **secret** S3 credentials generated in the precedent step.
94+
Where `<AWS_ACCESS_KEY_ID>` and `<AWS_SECRET_ACCESS_KEY>` are the **access** and **secret** Object Storage credentials generated in the precedent step.
9595

9696
Complete and write down the configuration into `~/.aws/config`:
9797

@@ -110,7 +110,7 @@ s3api =
110110
endpoint_url = https://s3.<public_cloud_region_without_digit>.cloud.ovh.net
111111
```
112112

113-
#### Create a S3 bucket for Velero
113+
#### Create an Object Storage bucket for Velero
114114

115115
Create a new bucket:
116116

@@ -929,6 +929,8 @@ Please refer to [official Velero documentation](https://velero.io/docs/){.extern
929929

930930
## Go further
931931

932-
- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project.
932+
- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project.
933933

934-
- Join our community of users on <https://community.ovh.com/en/>.
934+
Join our [community of users](/links/community).
935+
936+
**\***: S3 is a trademark of Amazon Technologies, Inc. OVHcloud’s service is not sponsored by, endorsed by, or otherwise affiliated with Amazon Technologies, Inc.

pages/public_cloud/containers_orchestration/managed_kubernetes/backing-up-cluster-with-velero/guide.en-au.md

+11-9
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ In this tutorial, we are using [Velero](https://velero.io/){.external} to backup
1010

1111
Velero is an Open Source tool to safely backup and restore, perform disaster recovery, and migrate Kubernetes cluster resources.
1212

13-
For cluster configuration backup, we are using our Public Cloud's Swift Object Storage with the Swift S3 API as storage backend for Velero. Velero uses the S3 protocol to store the cluster backups on a S3 compatible object storage.
13+
For cluster configuration backup, we are using our Public Cloud's Swift Object Storage with the Swift S3 API as storage backend for Velero. Velero uses the Amazon S3 protocol to store the cluster backups on a S3 **\*** compatible object storage.
1414

1515
For Persistent Volumes backup, we are using the [CSI snapshot support for Velero](https://velero.io/docs/v1.8/csi/), that enables Velero to backup and restore CSI-backed volumes using the Kubernetes CSI Snapshot Beta APIs.
1616

@@ -20,13 +20,13 @@ This tutorial presupposes that you already have a working OVHcloud Managed Kuber
2020

2121
## Instructions
2222

23-
### Creating the S3 bucket for Velero
23+
### Creating the Object Storage bucket for Velero
2424

25-
Velero needs a S3 bucket as storage backend to store the data from your cluster. In this section you will create your S3 bucket on OVHcloud Object Storage.
25+
Velero needs a S3 compatible bucket as storage backend to store the data from your cluster. In this section you will create your S3 bucket on OVHcloud Object Storage.
2626

2727
#### Preparing your working environment
2828

29-
Before creating your S3 bucket you need to:
29+
Before creating your Object Storage bucket you need to:
3030

3131
- [Prepare your environment to use the OpenStack API](/pages/public_cloud/compute/prepare_the_environment_for_using_the_openstack_api)
3232

@@ -51,7 +51,7 @@ Please enter your OpenStack Password for project <project_name> as user <user_na
5151

5252
#### Creating EC2 credentials
5353

54-
S3 tokens are different, you need 2 parameters (**access** and **secret**) to generate a S3 token.
54+
Object Storage tokens are different, you need 2 parameters (**access** and **secret**) to generate an Object Storage token.
5555

5656
These credentials will be safely stored in Keystone. To generate them with `python-openstack` client:
5757

@@ -91,7 +91,7 @@ aws_access_key_id=<AWS_ACCESS_KEY_ID>
9191
aws_secret_access_key=<AWS_SECRET_ACCESS_KEY>
9292
```
9393

94-
Where `<AWS_ACCESS_KEY_ID>` and `<AWS_SECRET_ACCESS_KEY>` are the **access** and **secret** S3 credentials generated in the precedent step.
94+
Where `<AWS_ACCESS_KEY_ID>` and `<AWS_SECRET_ACCESS_KEY>` are the **access** and **secret** Object Storage credentials generated in the precedent step.
9595

9696
Complete and write down the configuration into `~/.aws/config`:
9797

@@ -110,7 +110,7 @@ s3api =
110110
endpoint_url = https://s3.<public_cloud_region_without_digit>.cloud.ovh.net
111111
```
112112

113-
#### Create a S3 bucket for Velero
113+
#### Create an Object Storage bucket for Velero
114114

115115
Create a new bucket:
116116

@@ -929,6 +929,8 @@ Please refer to [official Velero documentation](https://velero.io/docs/){.extern
929929

930930
## Go further
931931

932-
- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project.
932+
- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project.
933933

934-
- Join our community of users on <https://community.ovh.com/en/>.
934+
Join our [community of users](/links/community).
935+
936+
**\***: S3 is a trademark of Amazon Technologies, Inc. OVHcloud’s service is not sponsored by, endorsed by, or otherwise affiliated with Amazon Technologies, Inc.

pages/public_cloud/containers_orchestration/managed_kubernetes/backing-up-cluster-with-velero/guide.en-ca.md

+11-9
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ In this tutorial, we are using [Velero](https://velero.io/){.external} to backup
1010

1111
Velero is an Open Source tool to safely backup and restore, perform disaster recovery, and migrate Kubernetes cluster resources.
1212

13-
For cluster configuration backup, we are using our Public Cloud's Swift Object Storage with the Swift S3 API as storage backend for Velero. Velero uses the S3 protocol to store the cluster backups on a S3 compatible object storage.
13+
For cluster configuration backup, we are using our Public Cloud's Swift Object Storage with the Swift S3 API as storage backend for Velero. Velero uses the Amazon S3 protocol to store the cluster backups on a S3 **\*** compatible object storage.
1414

1515
For Persistent Volumes backup, we are using the [CSI snapshot support for Velero](https://velero.io/docs/v1.8/csi/), that enables Velero to backup and restore CSI-backed volumes using the Kubernetes CSI Snapshot Beta APIs.
1616

@@ -20,13 +20,13 @@ This tutorial presupposes that you already have a working OVHcloud Managed Kuber
2020

2121
## Instructions
2222

23-
### Creating the S3 bucket for Velero
23+
### Creating the Object Storage bucket for Velero
2424

25-
Velero needs a S3 bucket as storage backend to store the data from your cluster. In this section you will create your S3 bucket on OVHcloud Object Storage.
25+
Velero needs a S3 compatible bucket as storage backend to store the data from your cluster. In this section you will create your S3 bucket on OVHcloud Object Storage.
2626

2727
#### Preparing your working environment
2828

29-
Before creating your S3 bucket you need to:
29+
Before creating your Object Storage bucket you need to:
3030

3131
- [Prepare your environment to use the OpenStack API](/pages/public_cloud/compute/prepare_the_environment_for_using_the_openstack_api)
3232

@@ -51,7 +51,7 @@ Please enter your OpenStack Password for project <project_name> as user <user_na
5151

5252
#### Creating EC2 credentials
5353

54-
S3 tokens are different, you need 2 parameters (**access** and **secret**) to generate a S3 token.
54+
Object Storage tokens are different, you need 2 parameters (**access** and **secret**) to generate an Object Storage token.
5555

5656
These credentials will be safely stored in Keystone. To generate them with `python-openstack` client:
5757

@@ -91,7 +91,7 @@ aws_access_key_id=<AWS_ACCESS_KEY_ID>
9191
aws_secret_access_key=<AWS_SECRET_ACCESS_KEY>
9292
```
9393

94-
Where `<AWS_ACCESS_KEY_ID>` and `<AWS_SECRET_ACCESS_KEY>` are the **access** and **secret** S3 credentials generated in the precedent step.
94+
Where `<AWS_ACCESS_KEY_ID>` and `<AWS_SECRET_ACCESS_KEY>` are the **access** and **secret** Object Storage credentials generated in the precedent step.
9595

9696
Complete and write down the configuration into `~/.aws/config`:
9797

@@ -110,7 +110,7 @@ s3api =
110110
endpoint_url = https://s3.<public_cloud_region_without_digit>.cloud.ovh.net
111111
```
112112

113-
#### Create a S3 bucket for Velero
113+
#### Create an Object Storage bucket for Velero
114114

115115
Create a new bucket:
116116

@@ -929,6 +929,8 @@ Please refer to [official Velero documentation](https://velero.io/docs/){.extern
929929

930930
## Go further
931931

932-
- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project.
932+
- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project.
933933

934-
- Join our community of users on <https://community.ovh.com/en/>.
934+
Join our [community of users](/links/community).
935+
936+
**\***: S3 is a trademark of Amazon Technologies, Inc. OVHcloud’s service is not sponsored by, endorsed by, or otherwise affiliated with Amazon Technologies, Inc.

pages/public_cloud/containers_orchestration/managed_kubernetes/backing-up-cluster-with-velero/guide.en-ie.md

+11-9
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ In this tutorial, we are using [Velero](https://velero.io/){.external} to backup
1010

1111
Velero is an Open Source tool to safely backup and restore, perform disaster recovery, and migrate Kubernetes cluster resources.
1212

13-
For cluster configuration backup, we are using our Public Cloud's Swift Object Storage with the Swift S3 API as storage backend for Velero. Velero uses the S3 protocol to store the cluster backups on a S3 compatible object storage.
13+
For cluster configuration backup, we are using our Public Cloud's Swift Object Storage with the Swift S3 API as storage backend for Velero. Velero uses the Amazon S3 protocol to store the cluster backups on a S3 **\*** compatible object storage.
1414

1515
For Persistent Volumes backup, we are using the [CSI snapshot support for Velero](https://velero.io/docs/v1.8/csi/), that enables Velero to backup and restore CSI-backed volumes using the Kubernetes CSI Snapshot Beta APIs.
1616

@@ -20,13 +20,13 @@ This tutorial presupposes that you already have a working OVHcloud Managed Kuber
2020

2121
## Instructions
2222

23-
### Creating the S3 bucket for Velero
23+
### Creating the Object Storage bucket for Velero
2424

25-
Velero needs a S3 bucket as storage backend to store the data from your cluster. In this section you will create your S3 bucket on OVHcloud Object Storage.
25+
Velero needs a S3 compatible bucket as storage backend to store the data from your cluster. In this section you will create your S3 bucket on OVHcloud Object Storage.
2626

2727
#### Preparing your working environment
2828

29-
Before creating your S3 bucket you need to:
29+
Before creating your Object Storage bucket you need to:
3030

3131
- [Prepare your environment to use the OpenStack API](/pages/public_cloud/compute/prepare_the_environment_for_using_the_openstack_api)
3232

@@ -51,7 +51,7 @@ Please enter your OpenStack Password for project <project_name> as user <user_na
5151

5252
#### Creating EC2 credentials
5353

54-
S3 tokens are different, you need 2 parameters (**access** and **secret**) to generate a S3 token.
54+
Object Storage tokens are different, you need 2 parameters (**access** and **secret**) to generate an Object Storage token.
5555

5656
These credentials will be safely stored in Keystone. To generate them with `python-openstack` client:
5757

@@ -91,7 +91,7 @@ aws_access_key_id=<AWS_ACCESS_KEY_ID>
9191
aws_secret_access_key=<AWS_SECRET_ACCESS_KEY>
9292
```
9393

94-
Where `<AWS_ACCESS_KEY_ID>` and `<AWS_SECRET_ACCESS_KEY>` are the **access** and **secret** S3 credentials generated in the precedent step.
94+
Where `<AWS_ACCESS_KEY_ID>` and `<AWS_SECRET_ACCESS_KEY>` are the **access** and **secret** Object Storage credentials generated in the precedent step.
9595

9696
Complete and write down the configuration into `~/.aws/config`:
9797

@@ -110,7 +110,7 @@ s3api =
110110
endpoint_url = https://s3.<public_cloud_region_without_digit>.cloud.ovh.net
111111
```
112112

113-
#### Create a S3 bucket for Velero
113+
#### Create an Object Storage bucket for Velero
114114

115115
Create a new bucket:
116116

@@ -929,6 +929,8 @@ Please refer to [official Velero documentation](https://velero.io/docs/){.extern
929929

930930
## Go further
931931

932-
- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project.
932+
- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project.
933933

934-
- Join our community of users on <https://community.ovh.com/en/>.
934+
Join our [community of users](/links/community).
935+
936+
**\***: S3 is a trademark of Amazon Technologies, Inc. OVHcloud’s service is not sponsored by, endorsed by, or otherwise affiliated with Amazon Technologies, Inc.

0 commit comments

Comments
 (0)