百度智能云

All Product Document

          Cloud Container Engine

          Service Management

          Service

          Users can create and modify services through the YAML file template provided by cloud platform, view and operate the Endpoint information of services and the information of associated container group (Pod) in the page, manage the life cycle of services, and allow users to modify the deployed services at any time through YAML files.

          Operation Service

          1.Enter "Product Service > Cloud Container Engine (CCE)", click "Traffic Access > Service" to enter service list page. View the list of services, and then select clusters and namespaces to display the list of services for the selected clusters and namespaces.

          2.Click "Create New Service", the user can create a new service in the form of yaml, select cluster and namespace, fill in yaml file, click "OK", and return to the service list after submitting successfully.

          • Copy: You can copy the contents of the current yaml file.
          • Cancel: Return to the list page.

          CCE supports three types of services:

          • ClusterIP refers to exposing services through the internal IP of the cluster. Services can only be accessed within the cluster. It is the default ServiceType;
          • Nodeports, which expose services through IP and static ports (NodePort) on each node. The nodeport service is routed to a specific pod. By visiting NodeIP:NodePort Can access services from outside the cluster;
          • Loadbalancer refers to the Baidu load balance (BLB) service provided by cloud platform, which is routed to NodePort service and ClusterIP service. For specific usage, please see "create service of LoadBalancer type".

          If the submitted content is wrong, an error message and request id will be displayed in the pop-up box. If the error message fails to meet the requirements, a ticket can be submitted and the customer service support will reply.

          3.To view service details, click service name in any line of the list page to enter service details page, which includes:

          • Basic information of Service: Name, namespace, label, selector, type, hold session information, creation time.
          • Connection information: Cluster IP, internal Endpoint.

          Endpoint details, associated container groups, event information.

          Related operations Delete service: On Service list page, check Service to delete, click "Delete", and then click "OK" after confirming the information. Bulk deletion is not supported at this time.

          Modify service: On Service list page, click "Modify". After the modification, click "Update" to submit.

          Previous
          Working Load
          Next
          Set Ingress Traffic Forwarding