Documentation Index

Fetch the complete documentation index at: https://kb.vastdata.com/llms.txt

Use this file to discover all available pages before exploring further.

computecluster service-detail

Prev Next

This command displays details of a VAST compute cluster service.

Usage

computecluster service-detail --id ID
                              --resource-name RESOURCE_NAME
                              --resource-namespace RESOURCE NAMESPACE

Required Parameters

--id ID

Specifies the compute cluster by its ID.

--resource-name RESOURCE_NAME

Specifies the service for which to display details.

--resource-namespace RESOURCE NAMESPACE

Specifies the namespace to which the service belongs.

Example

vcli: admin> computecluster service-detail --id 1 --resource-name vast-telemetries-collector-service --resource-namespace vast-dataengine
{
  "api_version": "v1",
  "kind": "Service",
  "metadata": {
    "annotations": {
      "meta.helm.sh/release-name": "vast-serverless",
      "meta.helm.sh/release-namespace": "vast-dataengine"
    },
    "creation_timestamp": "2026-04-26T14:00:55Z",
    "deletion_grace_period_seconds": null,
    "deletion_timestamp": null,
    "finalizers": null,
    "generate_name": null,
    "generation": null,
    "labels": {
      "app.kubernetes.io/managed-by": "Helm",
      "vast-app": "vast-telemetries-collector"
    },
    "managed_fields": [
      {
        "api_version": "v1",
        "fields_type": "FieldsV1",
        "fields_v1": {
          "f:metadata": {
            "f:annotations": {
              ".": {},
              "f:meta.helm.sh/release-name": {},
              "f:meta.helm.sh/release-namespace": {}
            },
            "f:labels": {
              ".": {},
              "f:app.kubernetes.io/managed-by": {},
              "f:vast-app": {}
            }
          },
          "f:spec": {
            "f:internalTrafficPolicy": {},
            "f:ports": {
              ".": {},
              "k:{\"port\":8080,\"protocol\":\"TCP\"}": {
                ".": {},
                "f:name": {},
                "f:port": {},
                "f:protocol": {},
                "f:targetPort": {}
              }
            },
            "f:selector": {},
            "f:sessionAffinity": {},
            "f:type": {}
          }
        },
        "manager": "helm",
        "operation": "Update",
        "subresource": null,
        "time": "2026-04-26T14:00:55Z"
      }
    ],
    "name": "vast-telemetries-collector-service",
    "namespace": "vast-dataengine",
    "owner_references": null,
    "resource_version": "1746",
    "self_link": null,
    "uid": "2066da60-bf6a-42d9-a6da-2194422ae428"
  },
  "spec": {
    "allocate_load_balancer_node_ports": null,
    "cluster_ip": "10.85.95.224",
    "cluster_i_ps": [
      "10.85.95.224"
    ],
    "external_i_ps": null,
    "external_name": null,
    "external_traffic_policy": null,
    "health_check_node_port": null,
    "internal_traffic_policy": "Cluster",
    "ip_families": [
      "IPv4"
    ],
    "ip_family_policy": "SingleStack",
    "load_balancer_class": null,
    "load_balancer_ip": null,
    "load_balancer_source_ranges": null,
    "ports": [
      {
        "app_protocol": null,
        "name": "http",
        "node_port": null,
        "port": 8080,
        "protocol": "TCP",
        "target_port": 8080
      }
    ],
    "publish_not_ready_addresses": null,
    "selector": {
      "vast-app": "vast-telemetries-collector"
    },
    "session_affinity": "None",
    "session_affinity_config": null,
    "type": "ClusterIP"
  },
  "status": {
    "conditions": null,
    "load_balancer": {
      "ingress": null
    }
  }
}