简体   繁体   English

如何为 kubernetes 安装带有 helm 的 Moloch?

[英]how to install Moloch with helm for kubernetes?

How can i install moloch via helm (or another) to kubernetes system?如何通过 helm(或其他)将 moloch 安装到 kubernetes 系统?

steps here:这里的步骤:

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)

result:结果:

$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.****

enter image description here在此处输入图像描述

I solved it, so above helm scripts are true.我解决了,所以上面的 helm 脚本是真的。 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...之后,您可能会收到另一个错误,正如我在此内容中所说的那样:( 错误:未找到秘密“被动接口” )因此您可以逐步 go 兄弟...

So, this problem about that used only one node, when you use two node or make configuration in yaml files.因此,当您使用两个节点或在 yaml 文件中进行配置时,仅使用一个节点的问题。 you can go up!你可以 go 起来!

$kubectl get nodes

在此处输入图像描述

$kubectl describe nodes

在此处输入图像描述

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM