Skip to main content

View details of a Self-Service Cluster

view self-service clusters

Use Wayfinder's User Interface or CLI to view all the details of a specific self-service cluster.


CLI Commands

FORMAT

wf get clusters NAME -o yaml

Use the -o yaml flag to output the YAML to the console.


wf get clusters demo8 -o yaml
apiVersion: compute.appvia.io/v2beta2
kind: Cluster
metadata:
name: demo8
namespace: ws-sand2
spec:
cloudAccessConfigRef:
name: joebloggs-sand2
workspace: sand2
cloudResourceName: sand2-demo8
clusterNetworkRef:
name: demo8
workspace: sand2
description: my demo8
expires: 96h0m0s
multitenancy: {}
nodePools:
- autoscaling:
enabled: true
maxSize: 4
minSize: 1
diskSize: 60
image: Linux
logicalName: system
machine: Standard_B2ms
maxPodsPerNode: 50
providerDetails:
aks:
mode: system
size: 1
- autoscaling:
enabled: true
maxSize: 10
minSize: 1
diskSize: 30
image: Linux
logicalName: compute
machine: Standard_D2s_v5
maxPodsPerNode: 110
providerDetails:
aks:
mode: user
size: 1
spot:
aks: {}
enabled: true
planRef:
name: my-demo-cluster-plan
version: 1.30.0-1
provider: AKS
providerDetails: {}
quotaLimits: {}
region: uksouth
stage: nonprod


Web Interface Instructions

Steps

  • Expand Workpsaces, and then navigate to YOUR-WORKSPACE-NAME > Clusters
  • Click on the Name of your cluster to see the details.

Screenshot(s)

View all Details of a Self-Service cluster