Custom resource
HbaseCluster
Auto-generated derived type for HbaseClusterSpec via `CustomResource`
- API group
- hbase.stackable.tech
- API versions in 26.3
- v1alpha1
- Scope
- Namespaced
- Operator
- Apache HBase
- Roles
- 3 (masters, regionServers, restServers)
Schema
HbaseCluster.hbase.stackable.tech .spec fields for SDP 26.3.
Schema
- Configuration that applies to all roles and role groups. This includes settings for logging, ZooKeeper and HDFS connection, among other things.
- Specify which image to use, the easiest way is to only configure the
productVersion. You can also configure a custom image registry to pull from, as well as completely custom images. Consult the Product image selection documentation for details. - The HBase master process is responsible for assigning regions to region servers and manages the cluster.
- Region servers hold the data and handle requests from clients for their region.
- Rest servers provide a REST API to interact with.
- Cluster operations properties, allow stopping the product instance as well as pausing reconciliation.
- A list of generic Kubernetes objects, which are merged into the objects that the operator creates. List entries are arbitrary YAML objects, which need to be valid Kubernetes objects. Read the Object overrides documentation for more information.