Skip to content

rafaelsplima/datadog-applications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Datadog Power User

Repositorio com material de apoio do curso Datadog Power User

Informações para rodar ambiente:

1 - MINIKUBE:

minikube stop #Parar minikube delete #Limpar

1.1 minikube start --driver=docker #START

minikube dashboard - # Verificar status

2 - SUBINDO AGENT: helm ls --all-namespaces #Lista containers heml helm install datadog -f values.yaml --set datadog.apiKey=XX datadog/datadog --set datadog.logs.enabled=true

3 - IMAGEM: 3.1 eval $(minikube docker-env) 3.2 minikube docker-env 3.3 docker build . -t dotnet-api:1.0.0 --no-cache # Fazer o build da imagem

4 - DEPLOY KUBERNETS: kubectl apply -f dotnet-todoapi.yaml

5 - STATUS POD | STATUS LOGS: kubectl get pods kubectl logs

6 - EXPOR SERVIÇO: minikube tunnel

7 - Popular API: ./populate.sh

Documentação

About

Repositorio com material de apoio do curso Datadog Power User

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors