YugabyteDB Cluster CRD

    The configuration options provided by the custom resource are explained here.

    Configuration options

    Specify replica count for master & tserver pods under replicas field. This is a required field.

    A ClusterIP service will be created when yb-tserver-ui port is explicitly specified. If it is not specified, only StatefulSet & headless service will be created for TServer. ClusterIP service creation will be skipped. Whereas for Master, all 3 kubernetes objects will always be created.

    Specify a PersistentVolumeClaim template under the volumeClaimTemplate field for master & each. This is a required field.