Glossary

Role

A Stacklet is made up of multiple roles, which refer to the different processes that make up the service.

For example HDFS consists of 3 roles: Name nodes, journal nodes and data nodes. Learn more about Roles and role groups.

Role group

A Role is made up of multiple role groups.

A role group can override configuration set at role level, allowing for different configurations for sets of processes. Learn more about Roles and role groups.

Stacklet

A deployed service or product instance that is managed by a Stackable operator.

A Stacklet is defined by a custom resource like AirflowCluster or DruidCluster. The term refers to the defining resource and all the resources that belong to it, which are created by the operator, such as StatefulSets, Services, Secrets and ConfigMaps. All objects together are the Stacklet.