layout | title |
---|---|
global |
HDFS charts |
Helm charts for launching HDFS daemons in a K8s cluster. Note that the HDFS charts are currently 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. See the kerberosEnabled
option in the namenode and
datanode charts.
There is also a HDFS client chart hdfs-client
that can be convenient for
testing.