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.
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 asBidirectional
to mount intokind
, 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 thedummy
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.