Skip to content

Services

Services lists Kubernetes services returned by kubectl for the selected Kubernetes-enabled Colima profile.

  • Service name.
  • Namespace.
  • Service type or cluster IP.
  • Ports.
  • External IPs when returned by Kubernetes.

Services are queried across all namespaces.

  1. Enable Kubernetes for the selected profile.
  2. Make sure the profile is running.
  3. Create services in the cluster.
  4. Click Refresh.

Terminal check:

Terminal window
kubectl get services --all-namespaces

The view is read-only in the current source. It does not expose port-forward, edit, delete, or describe actions.

  • Services unavailable: Colima diagnostics need to complete.
  • No profile selected: select a profile first.
  • Kubernetes is disabled: enable Kubernetes on the selected profile.
  • No services reported by kubectl: no services were returned or the command failed.
  • No services match the current search: local search filtered the list.
Terminal window
kubectl --context <context> get services --all-namespaces -o json

See Command API, Compatibility, and Diagnostics.