kubesphere-sigs / fluent-operator-walkthrough

Fluent Operator Walkthrough
Apache License 2.0
29 stars 13 forks source link

change KIND to minikube #11

Closed wenchajun closed 2 years ago

wenchajun commented 2 years ago

Signed-off-by: chengdehao dehaocheng@kubesphere.io

FIX https://github.com/kubesphere-sigs/fluent-operator-walkthrough/issues/10 @FeynmanZhou thanks for submitting an issue. I tried to deploy and configure fluent-operator with kind, but things are not going well.First, I used HostToContainer as well as Bidirectional to mount into kind, but the paths in the container and the host do not reach a real sense of connectivity. fluentbit is unable to collect logs.I used the dummy plugin to mock the data, but the mocked data does not reflect the features of fluent-operator, such as multi-tenant isolation and sending data by namespace. So minikube is used to deploy the relevant components.