final commit of jun-19

This commit is contained in:
govardhan
2025-06-19 20:19:21 +05:30
parent bf8a451bc6
commit d43218fe31
244 changed files with 1574 additions and 4560 deletions

View File

@ -26,15 +26,15 @@ Prerequisites[🔗](#prerequisites "Permalink to this headline")
No. 1 **Hosting**
You need a CloudFerro Cloud hosting account with Horizon interface <https://horizon.cloudferro.com>.
You need a 3Engines Cloud hosting account with Horizon interface <https://horizon.3Engines.com>.
The resources that you require and use will reflect on the state of your account wallet. Check your account statistics at <https://portal.cloudferro.com/>.
The resources that you require and use will reflect on the state of your account wallet. Check your account statistics at <https://portal.3Engines.com/>.
No. 2 **How to Access Kubernetes cluster post-deployment**
We shall also assume that you have one or more Kubernetes clusters ready and accessible via a **kubectl** command:
[How To Access Kubernetes Cluster Post Deployment Using Kubectl On CloudFerro Cloud OpenStack Magnum](How-To-Access-Kubernetes-Cluster-Post-Deployment-Using-Kubectl-On-CloudFerro-Cloud-OpenStack-Magnum.html.md)
[How To Access Kubernetes Cluster Post Deployment Using Kubectl On 3Engines Cloud OpenStack Magnum](How-To-Access-Kubernetes-Cluster-Post-Deployment-Using-Kubectl-On-3Engines-Cloud-OpenStack-Magnum.html.md)
The result of that article will be setting up of system variable **KUBECONFIG**, which points to the configuration file for access to the Kubernetes cloud. A typical command will be:
@ -54,14 +54,14 @@ No. 3 **Handling Helm**
To install Velero, we shall use Helm:
[Deploying Helm Charts on Magnum Kubernetes Clusters on CloudFerro Cloud Cloud](Deploying-Helm-Charts-on-Magnum-Kubernetes-Clusters-on-CloudFerro-Cloud-Cloud.html.md).
[Deploying Helm Charts on Magnum Kubernetes Clusters on 3Engines Cloud Cloud](Deploying-Helm-Charts-on-Magnum-Kubernetes-Clusters-on-3Engines-Cloud-Cloud.html.md).
No. 4 **An object storage S3 bucket available**
To create one, you can access object storage with Horizon interface or CLI.
Horizon commands
: [How to use Object Storage on CloudFerro Cloud](../s3/How-to-use-Object-Storage-on-CloudFerro-Cloud.html.md).
: [How to use Object Storage on 3Engines Cloud](../s3/How-to-use-Object-Storage-on-3Engines-Cloud.html.md).
CLI
: You can also use command such as
@ -71,7 +71,7 @@ openstack container
```
to work with object storage. For more information see [How to access object storage using OpenStack CLI on CloudFerro Cloud](../openstackcli/How-to-access-object-storage-using-OpenStack-CLI-on-CloudFerro-Cloud.html.md)
to work with object storage. For more information see [How to access object storage using OpenStack CLI on 3Engines Cloud](../openstackcli/How-to-access-object-storage-using-OpenStack-CLI-on-3Engines-Cloud.html.md)
Either way, we shall assume that there is a container called “bucketnew”:
@ -139,7 +139,7 @@ WAW4-1WAW3-1WAW3-2FRA1-2
> config:
> region: default
> s3ForcePathStyle: true
> s3Url: ## enter URL of object storage (for example "https://s3.waw4-1.cloudferro.com")
> s3Url: ## enter URL of object storage (for example "https://s3.waw4-1.3Engines.com")
> credentials:
> secretContents: ## enter access and secret key to ec2 bucket. This configuration will create kubernetes secret.
> cloud: |
@ -181,7 +181,7 @@ configuration:
config:
region: waw3-1
s3ForcePathStyle: true
s3Url: ## enter URL of object storage (for example "https://s3.waw3-1.cloudferro.com")
s3Url: ## enter URL of object storage (for example "https://s3.waw3-1.3Engines.com")
credentials:
secretContents: ## enter access and secret key to ec2 bucket. This configuration will create kubernetes secret.
cloud: |
@ -223,7 +223,7 @@ configuration:
config:
region: default
s3ForcePathStyle: true
s3Url: ## enter URL of object storage (for example "https://s3.waw3-2.cloudferro.com")
s3Url: ## enter URL of object storage (for example "https://s3.waw3-2.3Engines.com")
credentials:
secretContents: ## enter access and secret key to ec2 bucket. This configuration will create kubernetes secret.
cloud: |
@ -265,7 +265,7 @@ configuration:
config:
region: default
s3ForcePathStyle: true
s3Url: ## enter URL of object storage (for example "https://s3.fra1-2.cloudferro.com")
s3Url: ## enter URL of object storage (for example "https://s3.fra1-2.3Engines.com")
credentials:
secretContents: ## enter access and secret key to ec2 bucket. This configuration will create kubernetes secret.
cloud: |
@ -313,7 +313,7 @@ configuration:
config:
region: default
s3ForcePathStyle: true
s3Url: https://s3.waw4-1.cloudferro.com
s3Url: https://s3.waw4-1.3Engines.com
credentials:
secretContents: ## enter access and secret key to ec2 bucket. This configuration will create kubernetes secret.
cloud: |
@ -355,7 +355,7 @@ configuration:
config:
region: waw3-1
s3ForcePathStyle: true
s3Url: https://s3.waw3-1.cloudferro.com
s3Url: https://s3.waw3-1.3Engines.com
credentials:
secretContents: ## enter access and secret key to ec2 bucket. This configuration will create kubernetes secret.
cloud: |
@ -397,7 +397,7 @@ configuration:
config:
region: default
s3ForcePathStyle: true
s3Url: https://s3.waw3-2.cloudferro.com
s3Url: https://s3.waw3-2.3Engines.com
credentials:
secretContents: ## enter access and secret key to ec2 bucket. This configuration will create kubernetes secret.
cloud: |
@ -439,7 +439,7 @@ configuration:
config:
region: default
s3ForcePathStyle: true
s3Url: https://s3.fra1-2.cloudferro.com
s3Url: https://s3.fra1-2.3Engines.com
credentials:
secretContents: ## enter access and secret key to ec2 bucket. This configuration will create kubernetes secret.
cloud: |