user63898
user63898

Reputation: 30895

How to uninstall ELK filebeat from kubernetes?

i try to uninstall the Filebeat from kubernetes but i can't find anywhere how to uninstall it how can safely uninstall it ?

Upvotes: -1

Views: 644

Answers (1)

Aakash Singhal
Aakash Singhal

Reputation: 101

Just delete the filebeat deamonset.
kubectl delete ds filebeat

Upvotes: 2

Related Questions