To forward to GCP Cloud Logging as a Daemonset.
1.2K
To forward to GCP Cloud Logging as a Daemonset. It's inspired to fluent/fluentd-kubernetes-daemonset
Dockerfile linksSee also dockerhub tags page: https://hub.docker.com/r/hiiiide/fluentd-ds-cloudlogging/tags
kubectl apply -f https://raw.githubusercontent.com/hiiiide/docker-fluentd-ds-cloudlogging/master/manifests/rbac.yaml
This secret is used in the manifest to deploy the Fluentd.
apiVersion: v1
kind: Secret
metadata:
name: fluentd-secret
namespace: kube-system
type: Opaque
data:
gcp-project-id: <ENCODED_BASE64_GCP_PROJECT_ID>
gcp-credentials: <ENCODED_BASE64_GCP_CREDENTIALS>
Please prepare a ConfigMap yourself. I create a sample for your help.
https://gist.github.com/hiiiide/81cde8544b713f72859e25283c25ee6a
kubectl apply -f https://raw.githubusercontent.com/hiiiide/docker-fluentd-ds-cloudlogging/master/manifests/daemonset.yaml
0.0.1, v0.0.1, latest
Content type
Image
Digest
Size
158.6 MB
Last updated
about 6 years ago
docker pull hiiiide/fluentd-ds-cloudlogging