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
  • What information does it provide?
  • What are the advantages of service mesh configuration?
  • Ease of Istio installation
  • Integration of Cocktail Cloud and Istio monitoring screens
  • Task List
  • 1. Install Service Mesh
  • 1.1 View Cluster List
  • 1.2 View Installed Addons for the Cluster
  • 1.3 View Available Addons for the Cluster
  • 1.4 View Istio Addon Information
  • 1.5 Deploy Istio
  • 2. View Service Mesh
  • 2.1 Accessing Graph Information Guide
  • 2.2 Select Graph Type
  • 2.3 Configure Graph Display Information

Was this helpful?

Export as PDF
  1. application

Service Mesh Configuration

Service mesh is a concept used to describe the network of microservices and their interactions, forming the foundation for managing service-to-service communications.

Istio is the industry-standard technology for managing service mesh, and Cocktail supports the installation and monitoring of Istio.

What information does it provide?

  • It visualizes service-to-service connection configurations.

  • It provides network traffic monitoring information.

What are the advantages of service mesh configuration?

Ease of Istio installation

Istio installation is made easy through Cocktail Cloud's addon features.

Integration of Cocktail Cloud and Istio monitoring screens

Istio's monitoring screen is integrated with Cocktail Cloud's web UI.

Task List

  • Install Service Mesh

  • View Service Mesh

1. Install Service Mesh

1) To use the service mesh, the platform administrator needs to deploy Istio to a specific cluster through the addon feature.

1.1 View Cluster List

1) Go to [Infrastructure] - [Clusters] tab and select the registered cluster.

1.2 View Installed Addons for the Cluster

1) The overview screen for the selected cluster will be displayed. Click on the [Addon] menu at the top to see the list of installed addons for that cluster.

1.3 View Available Addons for the Cluster

1) To install Istio, click on the "Deploy" button in the upper-right corner of the Addons list screen. The list of addons already installed and those available for installation on the cluster will be displayed.

1.4 View Istio Addon Information

1) Click on the "Deploy" button for the Istio card. Information about the Istio addon and explanations of parameters that can be configured during deployment will be shown.

1.5 Deploy Istio

1) Navigate to the "Settings" tab at the top of the Istio addon information screen. The configuration information input screen for deploying Istio will appear. After entering the configuration information, click the "Deploy" button.

Item (* is required)
Content

Kiali Service Type

Set the workload type for Kiali deployment (Default: Client IP)

Kiali Username

Kiali login account

Kiali Password

Kiali account password

Kiali TLS Cert Chain(Base64 Encoded)

Base64 encoding value of ca.crt from Kiali certificate.

Kiali TLS Key(Base64 Encoded)

Base64 encoding value of ca.key from the Kiali certificate

2) After Istio is installed on the cluster, the "Service Mesh" menu will be displayed at the top when accessing the service map screen for that cluster.

2. View Service Mesh

1) Access the "Service Mesh" menu for a specific service map. In the center of the screen, it displays the connection relationships between services and workloads, along with information about requests and responses. On the right side of the screen, it shows traffic-related information specific to the selected connection relationship in the center of the screen.

2.1 Accessing Graph Information Guide

1) Click on the question mark button at the top of the Graph to get information on how to view the graph

2.2 Select Graph Type

1) Choose the desired graph type to view.

2) Available graph types include

  • App Graph: Displays the connection relationships between services and workloads, representing all versions of workloads as a single graph node.

  • Service Graph: Displays the connection relationships between services.

  • Versioned App Graph: Displays the connection relationships between services and workloads, showing individual connections with multiple versions of workloads. Additionally, it includes multiple versions of the same workload within a single box.

  • Workload Graph: Displays the connection relationships between services and workloads, showing individual connections with multiple versions of workloads. Unlike the Versioned App Graph, it does not include multiple versions of the same workload within a single box.

2.3 Configure Graph Display Information

Configure the information displayed on the edges connecting nodes in the graph. Additionally, configure the elements displayed on the graph.

PreviousIngressNextMulticluster Configuration

Last updated 1 year ago

Was this helpful?

[Screen] View Cluster List
[Screen] View List of Add-ons Installed on the Cluster
[Screen] View Add-on List
[Screen] View Istio Add-on Information
[Screen] Enter Configuration Information for Istio Deployment
[Screen] Service Mesh Monitoring
[Screen] Method of Viewing Graphs
[Screen] Selecting Graph Types
[Screen] Selecting Display Information on Edges
[Screen] Selecting Elements to Display on the Graph