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. Ingress Creation
  • 1.1 Accessing the Ingress Screen
  • 1.2 Entering Basic Ingress Information
  • 1.3 Entering Ingress Rules
  • 1.4 Entering Ingress TLS Information
  • 1.5 Save
  • 2. Viewing Ingress
  • 2.1 Viewing Ingress List
  • 2.2 Viewing Detailed Ingress Information

Was this helpful?

Export as PDF
  1. application

Ingress

PreviousService ExposureNextService Mesh Configuration

Last updated 1 year ago

Was this helpful?

1. Ingress Creation

Ingress is a feature that allows controlling HTTP/HTTPS routing from outside the cluster to internal services within the cluster. To create Ingress, it is necessary to install the Ingress controller in the cluster beforehand through the Cocktail Cloud's addon management screen.

1.1 Accessing the Ingress Screen

1) Click on the "+ Create" button at the top right of the Ingress screen in the Service Map.

1.2 Entering Basic Ingress Information

1) Provide the necessary basic information for Ingress configuration.

Item (* is required)
Content

ingress name*

Write the name of the Ingress you want to register

Ingress Controller*

Select the installed Ingress controller

SSL Redirect

If using an SSL certificate and need to automatically redirect from HTTP to HTTPS, choose TRUE

Label

Input labels to be registered for the Ingress

Annotation

Input comments to be registered for the Ingress

To configure automatic redirection from HTTP to HTTPS, set SSL Redirect to true and include force-ssl-redirect: true in the comments.

1.3 Entering Ingress Rules

1) Click the "Edit" button in the "Rules" section of Ingress settings.

2) When adding a host, enter the desired host name and click "+ Add."

If there are pre-registered hosts, select "Select from existing hosts" and click "+ Add.".

Item (* is required)
Content

host*

The entered host is specified by adding it

path*

Select the installed Ingress controller

Path Type*

  • Prefix: Matches values by separating the prefix of the URL path based on /, distinguishing between uppercase and lowercase.

  • ImplementationSpecific: Varies depending on IngressClass, can be separated by a separate pathType, or use the path type the same as Prefix or Exact

  • Exact: Strictly distinguishes the case of the URL path

Target Service*

Choose the service to connect to the Ingress among the currently created exposed services

Targeted Service Port*

Select the port to be served by the service

1.4 Entering Ingress TLS Information

Configure TLS-related information for Ingress, including secrets used to terminate TLS traffic on port 443 and host information included in TLS certificates.

1) Click the "Edit" button in the "TLS" section of Ingress settings.

2) Select the Secret and target host, then click "+ Add."

Item (* is required)
Content

Secret*

Select the public certificate Secret that has been previously registered

Targeted host*

Choose the host for which TLS certificates will be applied

3) After completion, click "Apply."

1.5 Save

1) To actually create the Ingress, be sure to click the "Save" button.

2. Viewing Ingress

Access the [Ingress] screen in the Service Map to view the created Ingress information.

2.1 Viewing Ingress List

1) In the [Ingress] screen of the Service Map, view the list of Ingress.

2.2 Viewing Detailed Ingress Information

1) Click on the Ingress name link displayed in the Ingress list. The configuration and status information of the Ingress will be displayed.

2) You can also view Ingress settings information and status information in YAML format. After clicking the "Settings" button at the top of the screen, select "YAML View" as the settings view at the top of the screen to display information in YAML format.

[Screen] Ingress Screen in Service Map
[Screen] Enter Basic Information for Ingress
[Screen] Ingress Name and Controller Information Input Screen
[Screen] Ingress Annotation Input Screen
[Screen] Ingress Rule Configuration
[Screen] Ingress TLS Configuration
[Screen] Ingress List View
[Screen] Ingress Detailed Information View
[Screen] View YAML Format of Ingress Configuration and Status Information