Skip to content

Working with Services

Services expose stable network endpoints for pods in your cluster.

Common actions

ActionSteps
DescribeRight-click Service → Describe
Port forwardContext menu → port forward to reach the service locally
Edit YAMLDescribe webview → YAML tab
DeleteContext menu → Delete (confirmation required)

Tips

  • Review selector labels and endpoints in the describe view to confirm pods match the service.
  • Port forwarding is useful for ClusterIP services that are not otherwise reachable from your workstation.

Context menu help

Right-click a Service and choose Help (when shown) to return to this page from VS Code.

MIT License