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. Move to the external registry creation screen
  • 2. Enter Registry Registration Information
  • Access JSON Verification Steps
  • Project ID Verification
  • Registry & Endpoint URL Verification

Was this helpful?

Export as PDF
  1. Getting Started
  2. Create Registry
  3. External Registry Registration

Setting Up Google GCR

Google Container Registry provides secure private Docker storage on Google Cloud. The Container Registry is a private Docker storage compatible with widely used continuous deployment systems.

PreviousSetting Up Docker RegistryNextSetting Up Harbor

Last updated 1 year ago

Was this helpful?

1. Move to the external registry creation screen

1) Navigate to [Build Configuration] - [External Container Registries].

2) Click the "+ Register" button in the upper right corner to select the provider for creation.

2. Enter Registry Registration Information

1) Click the "+ Register" button and select "Google GCR."

2) After registering Google GCR authentication information in the basic information, click the "Test Connection" button.

Item (* is required)
Content

Name*

Enter the name of the external container registry to be registered

Describe

Enter a description for the external container registry

Endpoint URL*

Enter the Endpoint URL corresponding to the registry region

Registry*

Enter the name of the already registered registry

Access ID*

_json_key

Access JSON*

Enter the google service account private key (in JSON key format)

  1. Enter the name for the registry to be created in the registry.

  2. Enter a description for the registry in the description.

  3. Enter the EndPoint URL in the correct format.

  4. Enter the registry name.

  5. Enter Access ID and Access JSON.

  6. Click "Test Connection" in the upper right corner to verify if the registry is available.

  7. Click the "Save" button in the upper right corner.


Access JSON Verification Steps

1) Log in to the Google Cloud Console.

2) In the Google Cloud Console, click on the "IAM & Admin" button.

3) Under the "IAM & Admin" tab, click on "Service Accounts," then click the "+ Create Service Account" button at the top center.

4) Set the name for the service account. then click "CREATE AND CONTINUE"button.

5) Set the permissions for the service account to be created.

Owner permissions grant full access to most Google Cloud resources.

You can provide different permissions if needed, but access may be restricted based on the assigned permissions..

6) Click on the created service account, click "Add Key," then click "Create a new key," choose JSON format, and click "Create."

7) Verify that the JSON file has been generated locally.

Accss JSON : File contents

Project ID Verification

Project ID : The name in the leftmost select box in the search.

Registry & Endpoint URL Verification

레지스트리 : Repository name

Endpoint URL : Region of the registry to be created

List of regions:

https://cloud.google.com/artifact-registry/docs/repositories/repo-locations
Google Cloud console - Web UI AdminGoogle Cloud
[Screen] Registries
[Screen] Select External Registries
[Screen] Select External Registries(Google GCR)
[Screen] Register Google GCR Registry Authentication Information
Logo