layout | title |
---|---|
global |
HDFS charts |
Helm charts for launching HDFS daemons in a K8s cluster. Note that the HDFS charts are currently in pre-alpha quality. They are also being heavily revised and are subject to change.
Requires Kubernetes 1.6+ as the namenode
and datanodes
are using
ClusterFirstWithHostNet
, which was introduced in Kubernetes 1.6
The HDFS daemons should be launched in the following order.
- hdfs namenode daemons. For the High Availity (HA) setup, follow instructions in hdfs-namenode-k8s/README.md Or if you do not want the HA setup, follow hdfs-simple-namenode-k8s/README.md instead.
- hdfs datanode daemons. See hdfs-datanode-k8s/README.md for how to launch.
Kerberos is supported in the HA setup with the kerberosEnabled
option.
For more details, see the namenode README.md
.
There is also a HDFS client chart hdfs-client
that can be convenient for
testing.