LogoLogo
Cocktail Cloud
  • What is Cocktail Cloud?
  • Apply for Service
    • Using Cocktail Cloud
  • overview
    • Kubernetes and Cocktail Cloud
    • Understanding Concepts
      • Platform
      • Workspace
      • Cluster
      • Service Map
      • Image Build
      • Security
      • Monitoring
      • Catalog
  • Getting Started
    • Cluster Creation
      • AWS (EKS)
      • NCP (NKS)
      • Azure (AKS)
      • GCP (GKE)
      • ETC (Datacenter)
    • Cluster Registration
      • AWS (EKS)
      • NCP (NKS)
      • Azure (AKS)
      • GCP (GKE)
      • ETC (Datacenter)
    • Managing Cloud Provider
      • AWS
    • Creating a User
    • Create Service Map
    • Create Registry
      • Create Registry
      • External Registry Registration
        • Setting Up AWS ECR
        • Setting Up Azure ACR
        • Setting Up Docker Hub
        • Setting Up Docker Registry
        • Setting Up Google GCR
        • Setting Up Harbor
        • Setting Up Naver
        • Setting Up Quay
    • Create a Workspace
  • Cluster Backup and Restore
    • Cocktail Backup and Restore
    • Backup/Restore Preparations
      • AWS S3 Configuration
      • Azure Blob Storage Configuration
      • Google Cloud Storage Configuration
      • MinIO Configuration
    • Create storages
    • Backups
    • Restoration
    • Backup/Restore Overview
  • Log Service
    • Cocktail Log Service
    • Installation
      • Install Log Service
      • Registration Log Service
      • Install Log Agent
      • Install Log Operator
    • Setting
      • Change Opensearch Admin password
    • Application Logs
      • Application Management
      • Application logging
        • Automatic instrumentation of container logs
          • Java
          • Python
        • Manual measurement of file logs(SDK)
          • Java
          • Python
        • Manual measurement of file logs (Sidecar)
          • Fluent-bit
    • Container Logs
    • Cluster Audit Logs
    • Troubleshooting
  • CI/CD
    • Creating a Build Server
    • Build Image
    • Setting up a Pipeline
  • application
    • Catalog
    • Application Deployment
    • Configuration Information Creation
    • Volume Requests
    • Service Exposure
    • Ingress
    • Service Mesh Configuration
  • Platform Management
    • Multicluster Configuration
    • Cluster Management
    • Workspace Management
    • Security
    • Integrated Monitoring
  • API Management
    • API Token Issuance
    • API Issuance History
    • API Execution Logs
  • Certificate Management
    • Issuer Management
    • Private Certificate
    • Public Certificate
  • Deepening operations
    • Maintaining Login Session in Case of Inability with Ingress Configuration
    • Add Ingress Proxy Configuration
    • Accessing Harbor from a Server Other Than the Registry VM
    • Configuring Harbor with a Public SSL Certificate
Powered by GitBook

â“’2023. Acornsoft Corp. All rights reserved.

On this page
  • 1. Preparation before storage creation"
  • 2. Access the storage creation page
  • 3.Enter storage information
  • 3.1 Common
  • 3.2 AWS
  • 3.3 GCP
  • 3.4 Azure
  • 3.5 MinIO
  • 3.6 Save storage information
  • 3.7 Verify the storage

Was this helpful?

Export as PDF
  1. Cluster Backup and Restore

Create storages

The Cocktail repository manages the connection status with the object storages where backups are periodically stored.

PreviousMinIO ConfigurationNextBackups

Last updated 1 year ago

Was this helpful?

1. Preparation before storage creation"

  • Prior tasks are required to create a storage. Please refer to

2. Access the storage creation page

  1. Select the [Backup/Restore] - [Storages] section.

  2. Click the "+ Create" button.

  3. Select the provider.

3.Enter storage information

The required information to be entered varies based on the selected provider. Please double-check and enter the details accurately.

3.1 Common

Item (* is required)
Content

Name*

  • Storage Name

  • Non-overlapping

Cluster*

  • AS-IS cluster to back up is set to ReadWrite

  • The TO-BE cluster to be transferred should be set to Read Only

  • When performing backup and migration operations within the same cluster, set it to Read-Write

Bucket*

  • Bucket of Storage

prefix

  • Prefix of the bucket

  • Enter a specific path if there is any for the bucket in the storage

Authentication Information*

  • Enter Server IP information for the storage

  • The format varies depending on the provider (refer below)

3.2 AWS

Item (* is required)
Content

Authentication information*

  • Enter authentication information with AWS storage permissions

  • Example [default] aws_access_key_id = aws_secret_access_key = # Optional - role_arn role_arn=

Region*

  • Enter the region information for AWS storage

Encryption Algorithm*

  • the server-side encryption type for AWS

  • You can choose betweenSSE-S3 and SSE-KMS,If selecting SSE-KMS, you must additionally provide the KMS key

KMS Key

  • the KMS key ID generated in AWS KMS

  • This is mandatory when selecting SSE-KMS in the encryption algorithm field

  • Input the <key-id> from the AWS KMS key ARN.

  • ARN Format

    arn:aws:kms:<region>:<account-ID>:key/<key-id>

profile

  • Enter the AWS profile configured in the authentication information section

3.3 GCP

Item (* is required)
Content

Authentication information*

Service Account Key Json

KMS Key

  • The Cloud KMS key name to be used for backup encryption

3.4 Azure

Item (* is required)
Content

Authentication information*

AZURE_SUBSCRIPTION_ID= AZURE_TENANT_ID= AZURE_CLIENT_ID= AZURE_CLIENT_SECRET= AZURE_CLOUD_NAME=AzurePublicCloud AZURE_ENVIRONMENT=AzurePublicCloud

Resource group name*

  • The name of the resource group containing the storage account

Storage account name*

  • The name of the storage account

Block size (Byte)

  • The block size to be used when uploading objects

3.5 MinIO

Item (* is required)
Content

Authentication information*

[default]

aws_access_key_id = aws_secret_access_key =

s3Url*

  • Object storage API URL

publicUrl*

  • Object storage API URL accessible from external sources

Skip TLS certificate

  • Use of TLS certificate

3.6 Save storage information

  1. Click the "Save" button.

  2. Click the "OK" button.

3.7 Verify the storage

  1. Verify if the storage has been successfully created.

  2. You can click on the name to view detailed information.

this place
[Screen] Access to Storage Page
[Screen] Access to Storage Creation Page
[Screen] Selecting a Provider
[screen] Enter AWS Storage Information
[Screen] Enter GCP Storage Information
[Screen] Enter Azure Storage Information
[Screen] Enter MinIO Storage Information
[Screen] Save Storage Information
[Screen] Save Storage Information
[Screen] Storage List
[Screen] Storage List
[Screen] Storage Details