This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

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. On the Main page, click the Project card. You will be taken to the Project Dashboard page.
    2. Click the Build/Deploy > Ingress/Service Management menu in the left menu. You will be taken to the Ingress/Service Management page.

    Ingress management

    1. On the Ingress/Service Management page, click the Ingress tab.
    2. Select K8S cluster and namespace in the Ingress tab. The list of Ingresses belonging to the selected namespace will be displayed.

    Ingress

    Reference
    Not all Ingresses created in the namespace are displayed; only the Ingresses created from the DevOps Console are shown.
    ItemExplanation
    K8S clusterSelect a K8S cluster from the list.
    NamespaceSelect a namespace from the list. Ingresses created in the selected namespace will be displayed.
    Ingress listDisplays the list of Ingresses.
    SearchYou can search for Ingress.
    AddYou can add an Ingress.
    Table. Ingress management screen items

    Add Ingress

    To add an Ingress, follow these steps.

    1. Click the Add button on the Ingress tab. The Add Ingress popup window opens.
    2. Add Ingress After entering the information in the popup window, click the Confirm button.
    3. Click the Confirm button in the confirmation popup to complete adding the Ingress.
      ItemExplanation
      Ingress namePlease enter the Ingress name.
      K8S clusterSpecifies the K8S cluster where the Ingress will be created.
      NamespaceSpecifies the namespace where the Ingress will be created.
      ServiceSelect the Service that Ingress will use as a target from the list of Services.
      RulesEnter the Host, Path, and Service Port to configure in the Ingress.
      Click Add to input multiple entries.
      Table. Additional Ingress Input Items

    Ingress Details

    To view the detailed information of an Ingress, follow the steps below.

    1. Click the Ingress you want to view in the Ingress tab. Navigate to the Ingress Details page.
    2. On the Ingress Details page, view the detailed information of the Ingress.
    3. When you click the View icon, the Ingress YAML popup window opens.
    4. Ingress YAML In the popup window, you can view the Ingress YAML content.

    Edit Ingress

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

    To modify the Ingress, follow these steps.

    1. In the Ingress tab, click the Ingress you want to edit. You will be taken to the Ingress Details page.
    2. On the Ingress Details page, click the Edit button. The Ingress Edit popup opens.
    3. Ingress Edit In the popup window, edit the Ingress information and click the Confirm button.
    4. In the confirmation popup, click the Confirm button to complete the Ingress modification.

    Delete Ingress

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

    To delete an Ingress, follow these steps.

    1. In the Ingress tab, click the Ingress you want to delete. You will be taken to the Ingress Details page.
    2. On the Ingress Details page, click the Delete button.
    3. In the confirmation popup, click the Confirm button to complete the Ingress deletion.

    Service Management

    1. On the Ingress/Service Management page, click the Service tab.
    2. In the Service tab, select the K8S cluster and namespace. The list of Services belonging to the selected namespace will be displayed.

    Service

    Reference
    Not all Services created in the namespace are displayed; only the Services created from the DevOps Console are shown.
    ItemExplanation
    K8S clusterSelect a K8S cluster from the list.
    namespaceSelect a namespace from the list. Services created in the selected namespace will be displayed.
    Service ListDisplays the list of services.
    searchYou can search for Service.
    AddYou can add a Service.
    External Endpoint information iconIf there is related additional information, display it.
    Table. Service Management Screen Items

    Add Service

    To add a Service, follow these steps.

    1. Click the Add button in the Service tab. The Service Add popup opens.
    2. Add Service After entering the information in the popup window, click the Confirm button.
    3. In the confirmation popup, click the Confirm button to complete adding the Service.
      ItemExplanation
      Service namePlease enter the service name.
      K8S clusterDisplays the K8S cluster where the Service will be created.
      namespaceSpecifies the namespace where the Service will be created.
      typeSelect the Service type
      • ClusterIP
      • NodePort
      • LoadBalancer
      DeploymentSelect the Deployment that will be the Service’s target from the list.
      PortsEnter the Port Name, Port, Target, and Protocol that the Service will use.
      Click the Add button to input multiple entries.
      Table. Service addition input fields

    Service Details

    To view the Service details, follow these steps.

    1. On the Service tab, click the Service you want to view in detail. You will be taken to the Service Details page.
    2. Service Details page shows detailed information.
    3. Click the View icon to open the Service YAML popup window.
    4. Service YAML You can view the Service YAML content in the popup window.

    Edit Service

    Caution
    The Service used in blue/green deployments cannot be modified.

    To modify the Service, follow these steps.

    1. In the Service tab, click the Service you want to edit. Go to the Service Details page.
    2. On the Service Details page, click the Edit button. The Service Edit popup window opens.
    3. Service Edit In the popup window, edit the Service information and click the Confirm button.
    4. In the confirmation popup, click the Confirm button to complete the Service edit.

    Delete Service

    Caution
    The Service used in blue/green deployments cannot be deleted.

    To delete a Service, follow the steps below.

    1. On the Service tab screen, click the Service you want to edit. You will be taken to the Service Details page.
    2. On the Service Details page, click the Delete button.
    3. Click the Confirm button in the confirmation popup to complete the Service deletion.