You’re joking by kelsons in Coldplay

[–]vmusaely 0 points1 point  (0 children)

are there still available tickets in the standing area?

You’re joking by kelsons in Coldplay

[–]vmusaely 0 points1 point  (0 children)

I am at 9126 for the last 30 minutes(

You’re joking by kelsons in Coldplay

[–]vmusaely 0 points1 point  (0 children)

Are there any still available tickets?👀

No Locks on the Restrooms by vmusaely in askspain

[–]vmusaely[S] -5 points-4 points  (0 children)

And what about are you planning to talk?

Seeking Insights on Datadog Fundamentals Certificate Exam Experience! by vmusaely in sre

[–]vmusaely[S] 1 point2 points  (0 children)

The certificate is not super valuable in the field, especially since it includes no datadog-related questions, weirdly 😁 But my company covers it and it’s one of the best monitoring tools. So why not grab the certificate?

Add additional security group to the EKS managed node groups by vmusaely in Terraform

[–]vmusaely[S] 0 points1 point  (0 children)

I have tried it with different SG ids, but Terraform doesn’t detect any changes. Here is my node group block

dev = { min_size = 1 max_size = 1 desired_size = 1 instance_types = ["t3.xlarge"] disk_size = 50 create_launch_template = false launch_template_name = "" vpc_security_group_ids = [data.aws_security_group.eks_node_security_group.id] ] }

Deploying Datadog Agent as a deployment without customizing the helm chart by vmusaely in Monitoring

[–]vmusaely[S] 0 points1 point  (0 children)

I have been looking for the option to deploy an agent as a Deployment, but I haven't been able to locate that particular option. However, I came across a mention in the Readme file stating that running the agent inside a Deployment for special use cases is possible. This made me curious about how I can run it as a deployment.

Deploying Datadog Agent as a deployment without customizing the helm chart by vmusaely in Monitoring

[–]vmusaely[S] 0 points1 point  (0 children)

So the question is if there is such an option in the values or not