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:
- Main page, click the Project card. Move to the Project Dashboard page.
- Click the Build/Deploy > Ingress/Service Management menu in the left menu. Move to the Ingress/Service Management page.
Ingress Management
- Click the Ingress tab on the Ingress/Service Management page.
- 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.| Item | Description |
|---|---|
| K8S Cluster | Select a K8S cluster from the list. |
| Namespace | Select a namespace from the list. The Ingress created in the selected namespace is retrieved. |
| Ingress List | Displays the Ingress list. |
| Search | You can search for Ingress. |
| Add | You can add Ingress. |
Table. Ingress Management Screen Items
Adding Ingress
To add Ingress, follow these steps:
- Click the Add button in the Ingress tab. The Add Ingress popup window opens.
- Enter information in the Add Ingress popup window and click the OK button.
- Click the OK button in the confirmation popup window to complete adding Ingress.
| Item | Description |
|---|---|
| Ingress Name | Enter the Ingress name. |
| K8S Cluster | Displays the K8S cluster where Ingress will be created. |
| Namespace | Displays the namespace where Ingress will be created. |
| Service | Select a Service from the Service list that Ingress will use as a target. |
| Rules | Enter 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:
- Click the Ingress you want to view in the Ingress tab. Move to the Ingress Details page.
- Check the detailed information of Ingress on the Ingress Details page.
- Click the View icon to open the Ingress YAML popup window.
- 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:
- Click the Ingress you want to modify in the Ingress tab. Move to the Ingress Details page.
- Click the Modify button on the Ingress Details page. The Modify Ingress popup window opens.
- Modify the Ingress information in the Modify Ingress popup window and click the OK button.
- 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:
- Click the Ingress you want to delete in the Ingress tab. Move to the Ingress Details page.
- Click the Delete button on the Ingress Details page.
- Click the OK button in the confirmation popup window to complete deleting Ingress.
Service Management
- Click the Service tab on the Ingress/Service Management page.
- 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.| Item | Description |
|---|---|
| K8S Cluster | Select a K8S cluster from the list. |
| Namespace | Select a namespace from the list. The Service created in the selected namespace is retrieved. |
| Service List | Displays the Service list. |
| Search | You can search for Service. |
| Add | You can add Service. |
| External Endpoint Information Icon | If there is additional information, it is displayed. |
Table. Service Management Screen Items
Adding Service
To add Service, follow these steps:
- Click the Add button in the Service tab. The Add Service popup window opens.
- Enter information in the Add Service popup window and click the OK button.
- Click the OK button in the confirmation popup window to complete adding Service.
| Item | Description |
|---|---|
| Service Name | Enter the Service name. |
| K8S Cluster | Displays the K8S cluster where Service will be created. |
| Namespace | Displays the namespace where Service will be created. |
| Type | Select the type of Service
|
| Deployment | Select the Deployment that will be the target of Service from the list. |
| Ports | Enter 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:
- Click the Service you want to view in the Service tab. Move to the Service Details page.
- Check the detailed information of Service on the Service Details page.
- Click the View icon to open the Service YAML popup window.
- 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:
- Click the Service you want to modify in the Service tab. Move to the Service Details page.
- Click the Modify button on the Service Details page. The Modify Service popup window opens.
- Modify the Service information in the Modify Service popup window and click the OK button.
- 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:
- Click the Service you want to delete in the Service tab. Move to the Service Details page.
- Click the Delete button on the Service Details page.
- Click the OK button in the confirmation popup window to complete deleting Service.