helm install fluent-bit

1 개요[ | ]

helm install fluent-bit
$ helm repo add fluent https://fluent.github.io/helm-charts
"fluent" has been added to your repositories
$ helm repo update
Hang tight while we grab the latest from your chart repositories...
...Successfully got an update from the "fluent" chart repository
Update Complete. ⎈Happy Helming!⎈
$ helm install fluent-bit fluent/fluent-bit
NAME: fluent-bit
LAST DEPLOYED: Wed May 24 01:30:45 2023
NAMESPACE: default
STATUS: deployed
REVISION: 1
NOTES:
Get Fluent Bit build information by running these commands:

export POD_NAME=$(kubectl get pods --namespace default -l "app.kubernetes.io/name=fluent-bit,app.kubernetes.io/instance=fluent-bit" -o jsonpath="{.items[0].metadata.name}")
kubectl --namespace default port-forward $POD_NAME 2020:2020
curl http://127.0.0.1:2020
$ kubectl get all,clusterrole,clusterrolebinding,sa | grep fluent-bit
pod/fluent-bit-8vk5d                                1/1     Running   0               2m39s
pod/fluent-bit-fctkg                                1/1     Running   0               2m39s
pod/fluent-bit-gjc8r                                1/1     Running   0               2m39s
service/fluent-bit                        ClusterIP   10.0.0.84     <none>        2020/TCP       2m39s
daemonset.apps/fluent-bit                        3         3         3       3            3           <none>          2m39s
clusterrole.rbac.authorization.k8s.io/fluent-bit                                                             2023-05-24T01:30:47Z
clusterrolebinding.rbac.authorization.k8s.io/fluent-bit                                             ClusterRole/fluent-bit                                             2m40s
serviceaccount/fluent-bit                        1         2m40s

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}