kubeslice / worker-operator

Kubeslice Worker Operator Opensource Repository: The KubeSlice Worker Operator is a Kubernetes operator that manages the lifecycle of KubeSlice worker clusters.
Apache License 2.0
60 stars 19 forks source link

feat(): Slice Health Status #182

Closed gourishkb closed 1 year ago

gourishkb commented 1 year ago

Slice Health status checks the status of the following components : dns, slicerouter, slicegateway, ingress, egress and updates the overall slicehealthstatus with either a normal or warning state.

The state can be observed on the controller cluster by kubectl get workersliceconfig <slicename-clustername> -o yaml