DNS Cluster on Hestia

Is it possible to make a DNS Cluster with two instances of HestiaCP?
The same way as it possible in Vesta?

Hi, yes you can make the cluster the same way like in the vesta docs, the dns cluster api hasnt changed yet.

Trying to install HestiaCP for Slave DNS instance on fresh Debian 9.11.
Here is my install string:
bash hst-install.sh --apache no --nginx no --vsftpd no --mysql no --exim no --dovecot no --clamav no --spamassassin no
And got errors.
Here is log:
Welcome to the Hestia Control Panel installer!

Please wait a moment while we update your system's repositories and
install any necessary dependencies required to proceed with the installation...

(*) Installing ntpdate...
(*) Installing dirmngr...
(*) Installing apt-transport-https...

  _   _           _   _        ____ ____
 | | | | ___  ___| |_(_) __ _ / ___|  _ \
 | |_| |/ _ \/ __| __| |/ _` | |   | |_) |
 |  _  |  __/\__ \ |_| | (_| | |___|  __/
 |_| |_|\___||___/\__|_|\__,_|\____|_|

                      Hestia Control Panel
                                    v1.0.6


====================================================================


The following server components will be installed on your system:

   - Bind DNS Server
   - Firewall (Iptables) + Fail2Ban Access Monitor

====================================================================


Would you like to continue with the installation? [Y/N]: Y
Please enter admin email address: *
Please enter FQDN hostname [*]:
Installation backup directory: /root/hst_install_backups/231220191317
Installation log file: /root/hst_install_backups/hst_install-231220191317.log

Adding required repositories to proceed with installation:

(*) NGINX
(*) PHP
(*) MariaDB
(*) Hestia Control Panel

Updating currently installed packages, please wait...|
Now installing Hestia Control Panel and all required dependencies.
NOTE: This process may take 10 to 15 minutes to complete, please wait...
-
(*) Configuring system settings...
sed: can't read /etc/rssh.conf: No such file or directory
sed: can't read /etc/rssh.conf: No such file or directory
sed: can't read /etc/rssh.conf: No such file or directory
chmod: cannot access '/usr/bin/rssh': No such file or directory
(*) Configuring Hestia Control Panel...
cp: cannot stat '/usr/local/hestia/install/deb/sudo/admin': No such file or directory
chmod: cannot access '/etc/sudoers.d/admin': No such file or directory
cp: cannot stat '/usr/local/hestia/install/deb/logrotate/hestia': No such file or directory
cp: cannot stat '/usr/local/hestia/install/deb/packages': No such file or directory
sed: can't read /usr/local/hestia/data/packages/*.pkg: No such file or directory
cp: cannot stat '/usr/local/hestia/install/deb/templates': No such file or directory
cp: cannot stat '/usr/local/hestia/install/deb/templates/web/unassigned/index.html': No such file or directory
cp: cannot stat '/usr/local/hestia/install/deb/templates/web/skel/document_errors/*': No such file or directory
cp: cannot stat '/usr/local/hestia/install/deb/firewall': No such file or directory
(*) Generating default self-signed SSL certificate...
hst-install-debian.sh: line 1115: /usr/local/hestia/bin/v-generate-ssl-cert: No such file or directory
(*) Adding SSL certificate to Hestia Control Panel...
sed: -e expression #1, char 3: unexpected `,'
sed: -e expression #1, char 1: unknown command: `,'
cp: cannot stat '/usr/local/hestia/install/deb/ssl/dhparam.pem': No such file or directory
(*) Configuring PHP...
find: ‘/etc/php*’: No such file or directory
(*) Configuring Bind DNS server...
cp: cannot stat '/usr/local/hestia/install/deb/bind/named.conf': No such file or directory
cp: cannot stat '/usr/local/hestia/install/deb/bind/named.conf.options': No such file or directory
chown: invalid group: ‘root:bind’
chown: invalid group: ‘root:bind’
chown: invalid user: ‘bind:bind’
chmod: cannot access '/etc/bind/named.conf': No such file or directory
chmod: cannot access '/etc/bind/named.conf.options': No such file or directory
update-rc.d: error: unable to read /etc/init.d/bind9
Failed to start bind9.service: Unit bind9.service not found.
Error: bind9 start failed

Please retry the installation with enabled nginx and apache2 OR php fpm, current state of the installer doesnt support a installation without a web engine.

Sorry for the off-topic @Raphael , but you hint that the DNS cluster API will change sometime. Any good read about that available?

We would like to do a rewrite of the dns cluster api, basicly to improve it and make it faster (instant sync, not every 5 minutes). But there has no work started yet for this, it’s just a to do point.