Install EFK stack on Kubernetes using Helm

Описание к видео Install EFK stack on Kubernetes using Helm

1.Install helm
2. create the helm package
3. modify the helm chats

Helm create .
helm package .
helm install my-logging-stack ./my-logging-stack-0.1.0.tgz
helm list
helm status my-logging-stack
kubectl get pods
kubectl get services
kubectl create secret generic elasticsearch-credentials --from-literal=password='kibana'

kubectl create secret generic elasticsearch-credentials --from-literal=username='elastic' --from-literal=password='kibana' --namespace=fluentd
https://github.com/ThulasiKumar379/EF...

Комментарии

Информация по комментариям в разработке