Service Istio

The istio cluster resource deploy the servicemesh operator and a istio instance that provide service-mesh support in your cluster (full-stack including monitoring).

This cluster resource is based on the cluster-istio helm chart defined in startx helm-repository.

Description

Field Content
Name STARTX cluster Istio-operator
tags startx cluster config admin istio
provider STARTX
format openshift template
content 3 ArgoCD application
namespace startx-istio
operator servicemeshoperator@2.0.2

Add to a cluster

# Associate this cluster resource to the cluster mycluster (runable resource)
sxcm resource associate istio mycluster
# Enable this cluster resource to the cluster mycluster (running resource)
sxcm resource enable istio mycluster

Remove from a cluster

# Dissociate this cluster resource from the cluster mycluster (removable resource)
sxcm resource dissociate istio mycluster
# Disable this cluster resource from the cluster mycluster (removed resource)
sxcm resource disable istio mycluster

Get cluster resource detail

# Read information about the cluster resource version installed into your host (local)
sxcm resource info istio

More on resource

You should read the cluster resource management documentation section to learn the command meaning and how to create your own cluster resource service to deliver personalized cluster configuration.