The page has been translated by Gen AI.

Service and Ingress Management

A service is an abstraction method that exposes applications running in a set of pods as a network service, and an ingress is used to expose HTTP and HTTPS paths from outside the cluster to inside the cluster. After creating a namespace, you can create or delete services, endpoints, ingresses, and ingress classes.

Reference

Service, endpoint, ingress, ingress class services are set by default to the cluster (namespace) selected when creating the service. Even if you select other items in the list, the default cluster (namespace) setting is retained.

  • To select a different cluster (namespace), click the gear button on the right side of the list. In the Cluster/Namespace Settings popup, select the cluster and namespace you want to change and click the Confirm button. You can view the services created in the selected cluster/namespace.

Service Management

You can create a service and view or delete its detailed information.

Create Service

To create a service, follow the steps below.

  1. All Services > Container > Kubernetes Engine Click the menu. Navigate to the Service Home page of Kubernetes Engine.
  2. Click Service under the Service and Ingress menu on the Service Home page. You will be taken to the Service List page.
  3. Service List page, select the cluster and namespace from the gear button at the top left, then click Create Object.
  4. In the Object Creation Popup, enter the object information and click the Confirm button.
Reference
For detailed information on the concept of services and object creation, refer to the Kubernetes official documentation > Service.

Check service detailed information

To view detailed service information, follow the steps below.

  1. All Services > Container > Kubernetes Engine Click the menu. Navigate to the Service Home page of Kubernetes Engine.
  2. On the Service Home page, click Service under the Service and Ingress menu. You will be taken to the Service List page.
  3. On the Service List page, select the cluster and namespace from the gear button at the top left, then click Confirm.
  4. On the Service List page, select the item for which you want to view detailed information. You will be taken to the Service Details page.
    • If you select Show System Objects at the top of the list, items other than the Kubernetes object entries will be displayed.
  5. Click each tab to view service information.
    Category
    Detailed description
    Delete ServiceDelete the service
    Detailed InformationCan check detailed service information
    YAMLService resource files can be edited in the YAML editor
    • Click the Edit button, modify the resource, then click the Save button to apply the changes
    • When editing content, click the Diff button to view the changes
    EventCheck events that occurred within the service
    Account InformationCheck basic information about the Account such as Account name, location, creation date, etc.
    Metadata InformationCheck the service’s metadata information
    Object InformationCheck the service’s object information
    Table. Service Detailed Information Items

Delete Service

To delete the service, follow the steps below.

  1. All Services > Container > Kubernetes Engine Click the menu. Navigate to the Service Home page of Kubernetes Engine.
  2. On the Service Home page, click Service under the Service and Ingress menu. You will be taken to the Service List page.
  3. Service List page, select the cluster and namespace from the top left gear button, then click Confirm.
  4. Service List page, select the item you want to delete. Service Details page will be opened.
  5. Click Delete Service on the Service Details page.
  6. If the Notification Confirmation Window appears, click the Confirm button.
Caution
After selecting the item you want to delete on the service list page, click Delete to delete the selected service.

Manage Endpoints

You can create an endpoint and view or delete its detailed information.

Create Endpoint

To create an endpoint, follow these steps.

  1. All Services > Container > Kubernetes Engine Click the menu. Navigate to the Service Home page of Kubernetes Engine.
  2. Click Endpoint under the Service and Ingress menu on the Service Home page. Navigate to the Endpoint List page.
  3. Endpoint List page, select the cluster and namespace from the Gear button at the top left, then click Create Object.
  4. In the Object Creation Popup, enter the object information and click the Confirm button.

Check endpoint detailed information

To view detailed endpoint information, follow these steps.

  1. All Services > Container > Kubernetes Engine Click the menu. Navigate to the Service Home page of Kubernetes Engine.
  2. Service Home page, click Endpoint under the Service and Ingress menu. Navigate to the Endpoint List page.
  3. On the Endpoint List page, select the cluster and namespace from the gear button at the top left, then click Confirm.
  4. Endpoint List page, select the item you want to view detailed information for. Endpoint Details page will be opened.
    • If you select Show System Objects at the top of the list, all items except the Kubernetes object entries will be displayed.
  5. Click each tab to view service information.
    Category
    Detailed description
    Endpoint DeletionDelete endpoint
    Detailed InformationCan check detailed information of the endpoint
    YAMLEndpoint resource files can be edited in the YAML editor
    • click the Edit button and modify the resource, then click the Save button to apply the changes
    • When editing content, click the Diff button to view the changes
    EventCheck events that occurred within the endpoint
    Account InformationCheck basic information about the Account such as Account name, location, creation date, etc.
    Metadata InformationCheck the metadata information of the endpoint
    Object InformationCheck the endpoint’s object information
    Table. Endpoint Detailed Information Items

Delete Endpoint

To delete the endpoint, follow the steps below.

  1. Click the All Services > Container > Kubernetes Engine menu. Go to the Service Home page of Kubernetes Engine.
  2. On the Service Home page, click Endpoint under the Service and Ingress menu. You will be taken to the Endpoint List page.
  3. Endpoint List page, select the cluster and namespace from the gear button at the top left, then click Confirm.
  4. Endpoint List page, select the item you want to delete. Navigate to the Endpoint Detail page.
  5. Click Delete Endpoint on the Endpoint Details page.
  6. Notification Confirmation Window appears, click the Confirm button.
Reference
On the endpoint list page, after selecting the item you want to delete, click Delete to delete the selected endpoint.

Manage Ingress

Ingress is an API object that manages external access (HTTP, HTTPS) to services within the Kubernetes Engine, used to expose workloads externally, and provides L7 load balancing functionality.

Create Ingress

To create an ingress, follow the steps below.

  1. All Services > Container > Kubernetes Engine Click the menu. Navigate to the Service Home page of Kubernetes Engine.
  2. Service Home page, click Ingress under the Service and Ingress menu. Go to the Ingress List page.
  3. Ingress List page에서 클러스터와 네임스페이스를 왼쪽 상단의 gear 버튼에서 선택 후, Create Object을 클릭하세요.
  4. In the Object Creation Popup, enter the object information and click the Confirm button.
Reference
For detailed information on the concept of Ingress and object creation, refer to the Kubernetes official documentation > Ingress.

Check Ingress Detailed Information

To view the ingress detailed information, follow the steps below.

  1. All Services > Container > Kubernetes Engine Click the menu. Navigate to the Service Home page of Kubernetes Engine.
  2. Click Ingress under the Service and Ingress menu on the Service Home page. Navigate to the Ingress List page.
  3. On the Ingress List page, select the cluster and namespace from the gear button at the top left, then click Confirm.
  4. Select the item you want to view detailed information for on the Ingress List page. You will be taken to the Ingress Details page.
    • If you select Show System Objects at the top of the list, items other than the Kubernetes object entries will be displayed.
  5. Click each tab to view service information.
    Category
    Detailed description
    Delete IngressDelete Ingress
    Detailed InformationCan view detailed information of Ingress
    YAMLIngress resource files can be edited in the YAML editor
    • Click the Edit button, modify the resource, then click the Save button to apply changes
    • When editing content, click the Diff button to view the changed content
    EventCheck events that occurred within the ingress
    Account InformationCheck basic information about the Account such as Account name, location, creation date, etc.
    Metadata InformationCheck the metadata information of the ingress
    Object InformationCheck the object information of Ingress
    Table. Ingress detailed information items

Delete Ingress

To delete Ingress, follow the steps below.

  1. All Services > Container > Kubernetes Engine Click the menu. Navigate to the Service Home page of Kubernetes Engine.
  2. Service Home page, click Ingress under the Service and Ingress menu. Navigate to the Ingress List page.
  3. On the Ingress List page, select the cluster and namespace from the gear button at the top left, then click Confirm.
  4. Ingress List page, select the item you want to delete. Go to the Ingress Details page.
  5. Click Delete Ingress on the Ingress Detail page.
  6. Alert confirmation window appears, click the Confirm button.
Caution
On the Ingress list page, after selecting the item you want to delete, you can delete the selected Ingress by clicking Delete.

Manage Ingress Class

IngressClass refers to an API resource that allows multiple ingress controllers to be used in a single cluster. In each ingress, you must specify a reference class to the IngressClass resource that includes the configuration, including the controller that must implement the class.

Create Ingress Class

To create an Ingress class, follow these steps.

  1. All Services > Container > Kubernetes Engine Click the menu. Go to the Service Home page of Kubernetes Engine.
  2. Click IngressClass under the Service and Ingress menu on the Service Home page. Go to the IngressClass List page.
  3. On the IngressClass List page, select the cluster and namespace from the top-left gear button, then click Create Object.
  4. In the Object Creation Popup, enter the object information and click the Confirm button.
Reference
The concept of IngressClass and detailed information about object creation, see the Kubernetes official documentation > Ingress.

Check Ingress Class Detailed Information

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

  1. All Services > Container > Kubernetes Engine Click the menu. Navigate to the Service Home page of Kubernetes Engine.
  2. On the Service Home page, click IngressClass under the Service and Ingress menu. Navigate to the IngressClass List page.
  3. IngressClass List page, select the cluster and namespace from the gear button at the top left, then click Confirm.
  4. On the IngressClass List page, select the item for which you want to view detailed information. You will be taken to the IngressClass Detail page.
    • If you select Show System Objects at the top of the list, items other than the Kubernetes object entries will be displayed.
  5. Click each tab to view service information.
    Category
    Detailed description
    Delete Ingress ClassDelete the ingress class
    Detailed InformationCan check detailed information of IngressClass
    YAMLIngress class resource file can be edited in the YAML editor
    • Click the Edit button, modify the resource, then click the Save button to apply the changes
    • When editing content, click the Diff button to view the changes
    EventCheck events that occurred within the Ingress class
    Account InformationCheck basic information about the Account such as Account name, location, creation date, etc.
    Metadata InformationCheck the metadata information of the Ingress class
    Object InformationCheck the object information of the Ingress class
    Table. Ingress Class Detailed Information Items

Delete Ingress Class

To delete the Ingress class, follow the steps below.

  1. All Services > Container > Kubernetes Engine Click the menu. Navigate to the Service Home page of Kubernetes Engine.
  2. On the Service Home page, click IngressClass under the Service and Ingress menu. Navigate to the IngressClass List page.
  3. IngressClass List page, select the cluster and namespace from the gear button at the top left, then click Confirm.
  4. Select the item you want to delete on the IngressClass List page. Move to the IngressClass Details page.
  5. Click Delete Ingress Class on the Ingress Class Details page.
  6. Notification confirmation window appears, click the Confirm button.
Warning
On the Ingress Class list page, after selecting the item you want to delete, clicking Delete will delete the selected Ingress Class.
Manage Workload
Storage Management