Client authentication to secure Kudu clusters
Users running client Kudu applications must first run the kinit
command to obtain a Kerberos ticket-granting ticket. For example:
kinit admin@EXAMPLE-REALM.COM
Once authenticated, you use the same client code to read from and write to Kudu servers with and without the Kerberos configuration.