Services
Services lists Kubernetes services returned by kubectl for the selected Kubernetes-enabled Colima profile.
What this view shows
Section titled “What this view shows”- Service name.
- Namespace.
- Service type or cluster IP.
- Ports.
- External IPs when returned by Kubernetes.
Services are queried across all namespaces.
How to get data to appear
Section titled “How to get data to appear”- Enable Kubernetes for the selected profile.
- Make sure the profile is running.
- Create services in the cluster.
- Click
Refresh.
Terminal check:
kubectl get services --all-namespacesAvailable actions
Section titled “Available actions”The view is read-only in the current source. It does not expose port-forward, edit, delete, or describe actions.
Empty states
Section titled “Empty states”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.
Source command
Section titled “Source command”kubectl --context <context> get services --all-namespaces -o jsonSee Command API, Compatibility, and Diagnostics.