👋
Datadog logs
Send logs from k8s cluster to datadog.
Table of Contents
-
GKE
-
Datadog
Requirements
- Google Cloud SDK;
- gcloud CLI;
- kubectl;
- helm;
- Datadog account + Apikey;
Usage
gcloud auth login
gcloud components update
gcloud config set project <my-project>
gcloud container clusters create my-cluster-datadog --zone southamerica-east1-a --project <my-project>
helm repo add datadog https://helm.datadoghq.com
helm repo add stable https://charts.helm.sh/stable
helm repo update
kubectl create namespace datadog
helm install tadeu-teste-datadog -f values.yml -n datadog --set datadog.site='datadoghq.com' --set datadog.apiKey=myapikeyec747bdd2b92a3fc42345678 datadog/datadog
Author
- Website: http://www.tadeubernacchi.com.br/
- Twitter: @tadeuuuuu
- Github: @tbernacchi
- LinkedIn: @tadeubernacchi
Show your support
Give a
This README was generated with