The page has been translated by Gen AI.

Ingress/Service Management

Users can add and manage Ingress/Service using the DevOps Console.

Getting Started with Ingress/Service Management

To start managing Ingress/Service, follow these steps:

  1. Main page, click the Project card. Move to the Project Dashboard page.
  2. Click the Build/Deploy > Ingress/Service Management menu in the left menu. Move to the Ingress/Service Management page.

Ingress Management

  1. Click the Ingress tab on the Ingress/Service Management page.
  2. Select K8S Cluster and Namespace in the Ingress tab. The Ingress list belonging to the selected namespace is retrieved.

Ingress

Note
Not all Ingress created in the namespace are displayed, and only Ingress created in DevOps Console are displayed.
ItemDescription
K8S ClusterSelect a K8S cluster from the list.
NamespaceSelect a namespace from the list. The Ingress created in the selected namespace is retrieved.
Ingress ListDisplays the Ingress list.
SearchYou can search for Ingress.
AddYou can add Ingress.
Table. Ingress Management Screen Items

Adding Ingress

To add Ingress, follow these steps:

  1. Click the Add button in the Ingress tab. The Add Ingress popup window opens.
  2. Enter information in the Add Ingress popup window and click the OK button.
  3. Click the OK button in the confirmation popup window to complete adding Ingress.
ItemDescription
Ingress NameEnter the Ingress name.
K8S ClusterDisplays the K8S cluster where Ingress will be created.
NamespaceDisplays the namespace where Ingress will be created.
ServiceSelect a Service from the Service list that Ingress will use as a target.
RulesEnter Host, Path, and Service Port to be set for Ingress.
You can enter multiple items by clicking Add.
Table. Ingress Addition Input Items

Ingress Details

To view Ingress details, follow these steps:

  1. Click the Ingress you want to view in the Ingress tab. Move to the Ingress Details page.
  2. Check the detailed information of Ingress on the Ingress Details page.
  3. Click the View icon to open the Ingress YAML popup window.
  4. You can check the Ingress YAML content in the Ingress YAML popup window.

Modifying Ingress

Caution
Ingress used in blue/green deployment and canary cannot be modified.

To modify Ingress, follow these steps:

  1. Click the Ingress you want to modify in the Ingress tab. Move to the Ingress Details page.
  2. Click the Modify button on the Ingress Details page. The Modify Ingress popup window opens.
  3. Modify the Ingress information in the Modify Ingress popup window and click the OK button.
  4. Click the OK button in the confirmation popup window to complete modifying Ingress.

Deleting Ingress

Caution
Ingress used in blue/green deployment and canary cannot be deleted.

To delete Ingress, follow these steps:

  1. Click the Ingress you want to delete in the Ingress tab. Move to the Ingress Details page.
  2. Click the Delete button on the Ingress Details page.
  3. Click the OK button in the confirmation popup window to complete deleting Ingress.

Service Management

  1. Click the Service tab on the Ingress/Service Management page.
  2. Select K8S Cluster and Namespace in the Service tab. The Service list belonging to the selected namespace is retrieved.

Service

Note
Not all Services created in the namespace are displayed, and only Services created in DevOps Console are displayed.
ItemDescription
K8S ClusterSelect a K8S cluster from the list.
NamespaceSelect a namespace from the list. The Service created in the selected namespace is retrieved.
Service ListDisplays the Service list.
SearchYou can search for Service.
AddYou can add Service.
External Endpoint Information IconIf there is additional information, it is displayed.
Table. Service Management Screen Items

Adding Service

To add Service, follow these steps:

  1. Click the Add button in the Service tab. The Add Service popup window opens.
  2. Enter information in the Add Service popup window and click the OK button.
  3. Click the OK button in the confirmation popup window to complete adding Service.
ItemDescription
Service NameEnter the Service name.
K8S ClusterDisplays the K8S cluster where Service will be created.
NamespaceDisplays the namespace where Service will be created.
TypeSelect the type of Service
  • ClusterIP
  • NodePort
  • LoadBalancer
DeploymentSelect the Deployment that will be the target of Service from the list.
PortsEnter Port Name, Port, Target, and Protocol used by Service.
You can enter multiple items by clicking Add.
Table. Service Addition Input Items

Service Details

To view Service details, follow these steps:

  1. Click the Service you want to view in the Service tab. Move to the Service Details page.
  2. Check the detailed information of Service on the Service Details page.
  3. Click the View icon to open the Service YAML popup window.
  4. You can check the Service YAML content in the Service YAML popup window.

Modifying Service

Caution
Service used in blue/green deployment cannot be modified.

To modify Service, follow these steps:

  1. Click the Service you want to modify in the Service tab. Move to the Service Details page.
  2. Click the Modify button on the Service Details page. The Modify Service popup window opens.
  3. Modify the Service information in the Modify Service popup window and click the OK button.
  4. Click the OK button in the confirmation popup window to complete modifying Service.

Deleting Service

Caution
Service used in blue/green deployment cannot be deleted.

To delete Service, follow these steps:

  1. Click the Service you want to delete in the Service tab. Move to the Service Details page.
  2. Click the Delete button on the Service Details page.
  3. Click the OK button in the confirmation popup window to complete deleting Service.
Helm Install
Managing Kubernetes Secrets