Start FE (role type is Follower):kubectl create -f doris_follower.yml
Start BE:kubectl create -f doris_be.yml
Start the BE (role type is Compute Node):kubectl create -f doris_cn.yml
kubectl scale statefulset doris-be-cluster1 --replicas=4kubectl scale statefulset doris-cn-cluster1 --replicas=4Connect to the FE using mysql-client and perform operations such as' show backends' and ‘show frontends’ to view the status of each node
kubectl create -f xxx.ymlkubectl apply -f xxx.ymlkubectl delete -f xxx.ymlkubectl get podskubectl exec -it xxx(podName) -- /bin/shkubectl logs xxx(podName)kubectl get epHow is data persistent?
Users need to mount PVC on their own to persist metadata information, data information, or log information
How to safely shrink the BE node?
BE:User manual execution is required before current resizingALTER-SYSTEM-DECOMMISSION-BACKEND
BE(The role type is Compute Node): Do not store data files and can directly shrink,About Computing Nodes
FE startup error “failed to init statefulSetName”
doris_ The environment variables statefulSetName and serviceName for follower. yml must appear in pairs, such as CN configured_ SERVICE, CN must be configured_ STATEFULSET