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.
- On the Main page, click the Project card. You will be taken to the Project Dashboard page.
- Click the Build/Deploy > Ingress/Service Management menu in the left menu. You will be taken to the Ingress/Service Management page.
Ingress management
- On the Ingress/Service Management page, click the Ingress tab.
- 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.| Item | Explanation |
|---|---|
| K8S cluster | Select a K8S cluster from the list. |
| Namespace | Select a namespace from the list. Ingresses created in the selected namespace will be displayed. |
| Ingress list | Displays the list of Ingresses. |
| Search | You can search for Ingress. |
| Add | You can add an Ingress. |
Table. Ingress management screen items
Add Ingress
To add an Ingress, follow these steps.
- Click the Add button on the Ingress tab. The Add Ingress popup window opens.
- Add Ingress After entering the information in the popup window, click the Confirm button.
- Click the Confirm button in the confirmation popup to complete adding the Ingress.
Item Explanation Ingress name Please enter the Ingress name. K8S cluster Specifies the K8S cluster where the Ingress will be created. Namespace Specifies the namespace where the Ingress will be created. Service Select the Service that Ingress will use as a target from the list of Services. Rules Enter 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.
- Click the Ingress you want to view in the Ingress tab. Navigate to the Ingress Details page.
- On the Ingress Details page, view the detailed information of the Ingress.
- When you click the View icon, the Ingress YAML popup window opens.
- 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.
- In the Ingress tab, click the Ingress you want to edit. You will be taken to the Ingress Details page.
- On the Ingress Details page, click the Edit button. The Ingress Edit popup opens.
- Ingress Edit In the popup window, edit the Ingress information and click the Confirm button.
- 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.
- In the Ingress tab, click the Ingress you want to delete. You will be taken to the Ingress Details page.
- On the Ingress Details page, click the Delete button.
- In the confirmation popup, click the Confirm button to complete the Ingress deletion.
Service Management
- On the Ingress/Service Management page, click the Service tab.
- 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.| Item | Explanation |
|---|---|
| K8S cluster | Select a K8S cluster from the list. |
| namespace | Select a namespace from the list. Services created in the selected namespace will be displayed. |
| Service List | Displays the list of services. |
| search | You can search for Service. |
| Add | You can add a Service. |
| External Endpoint information icon | If there is related additional information, display it. |
Table. Service Management Screen Items
Add Service
To add a Service, follow these steps.
- Click the Add button in the Service tab. The Service Add popup opens.
- Add Service After entering the information in the popup window, click the Confirm button.
- In the confirmation popup, click the Confirm button to complete adding the Service.
Item Explanation Service name Please enter the service name. K8S cluster Displays the K8S cluster where the Service will be created. namespace Specifies the namespace where the Service will be created. type Select the Service type ClusterIPNodePortLoadBalancer
Deployment Select the Deployment that will be the Service’s target from the list. Ports Enter 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.
- On the Service tab, click the Service you want to view in detail. You will be taken to the Service Details page.
- Service Details page shows detailed information.
- Click the View icon to open the Service YAML popup window.
- 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.
- In the Service tab, click the Service you want to edit. Go to the Service Details page.
- On the Service Details page, click the Edit button. The Service Edit popup window opens.
- Service Edit In the popup window, edit the Service information and click the Confirm button.
- 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.
- On the Service tab screen, click the Service you want to edit. You will be taken to the Service Details page.
- On the Service Details page, click the Delete button.
- Click the Confirm button in the confirmation popup to complete the Service deletion.