Skip to content

Services

The Services page provides a list of Kubernetes Services within your OtterScale cluster. Services define a logical set of Pods and a policy by which to access them, enabling network connectivity for your applications.

The Services page displays a list of all services. The table includes the following information:

ColumnDescription
NameThe name of the Kubernetes Service.
TypeThe type of service (e.g., ClusterIP, NodePort, LoadBalancer), which determines how the service is exposed.
Cluster IPThe internal IP address assigned to the service, used for communication within the cluster.
PortsThe number of ports exposed by the service. Hovering over the count reveals a detailed table with the following fields: Protocol, Port, NodePort, TargetPort, and Name.
EndpointsFor services of type NodePort, this column displays the accessible endpoints. Hovering over the endpoint name reveals the full URL (e.g., http://<node-ip>:<node-port>), and a copy button allows you to quickly copy it to the clipboard.

Currently, the Services page is read-only and provides monitoring capabilities. You can view the configuration and access points for your services, but creation and modification are typically handled through the application deployment process (e.g., via the Workloads page or Helm charts).