首页 > 解决方案 > 如何使用 helm 为 kubernetes 安装 Moloch?

问题描述

如何通过 helm(或其他)将 moloch 安装到 kubernetes 系统?

这里的步骤:

1. $git clone https://github.com/sealingtech/EDCOP-MOLOCH
2. $cd EDCOP-MOLOCH
3. $helm install moloch moloch/ --values moloch/values.yaml
4. $helm list (ok)
5. $kubectl get po (pending status)

结果:

$kubectl describe pod moloch-moloch-capture-0
    
Warning  FailedScheduling  7m58s  default-scheduler  0/1 nodes are available: ****1 node(s) didn't match Pod's node affinity.****

在此处输入图像描述

标签: dockerkuberneteschartsdocker-composekubernetes-helm

解决方案


I solved it, so above helm scripts are true. After that you can get another error as i said in this content:(Error: secret "passive-interface" not found) so you can go step by step bros...

So, this problem about that used only one node, when you use two node or make configuration in yaml files. you can go up!


推荐阅读