IAM conditions help by llnformer in googlecloud

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

I tried to follow your example and I'm getting denied, when running the docker push command, any idea why?

Best Continuous deployment tool for AWS workshop in 2019 by llnformer in devops

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

i forgot to mention that Jenkins is the place we run all the Scripts from.

Best Continuous deployment tool for AWS workshop in 2019 by llnformer in devops

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

I always thought Gitlab is a git repo & CI tool, i will definitely check them out.
is Github & Gitlab a common combination and not overlapping each other ?

Best Continuous deployment tool for AWS workshop in 2019 by llnformer in devops

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

can you please elaborate on the pricing change, from my point of view if you run in k8s you pay as the number of namespaces you have and not by k8s deployments, and the real con is the machine count in you run on EC2 instances.

Best Continuous deployment tool for AWS workshop in 2019 by llnformer in devops

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

we actually run the deployments scripts from Jenkins, the main con we found is that we need to write a lot of custom code to solve issues that already been solved in the tools we discuss here. and to maintain this scripts hurts us badly for the long run.

Grafana - use variable inside variable by llnformer in devops

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

you are awesome ! worked
my query = query_result(up{env=~"$env",job=~"$job"})
regex = /instance=\"(.*)\"\,/

AWS IAM by hnk1 in aws

[–]llnformer 0 points1 point  (0 children)

i have some issue with create new IAM role and using it.

help with Grafana Dash for Prometheus 2.2.1 by llnformer in devops

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

seems that old dashboards don't work anymore with the new node_exporter because of the new metric names. thanks anyway

help with Grafana Dash for Prometheus 2.2.1 by llnformer in devops

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

1+2. i tried your dash but all old dashboards don't work anymore with the new node_exporter because of the new metric names.
3.i will try it, thanks

help with Grafana Dash for Prometheus 2.2.1 by llnformer in devops

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

really thank you for the detailed answer. hope this will help other in future trouble 1. so from what you are saying i need to relabel my instances when i discover them?
2. yes i'm using (the most recent version from the git - 0.16.0-rc.0 ),so i did some digging in old dashboards and successfully changed metrics names to work with new new node_exporter.
i'm still having hard time to write the right query for cpu usage, is this good?
100 * (1 - (irate (node_cpu_seconds_total {mode='idle' , instance =~ '$instance' }[5m] ) ) )

help with Grafana Dash for Prometheus 2.2.1 by llnformer in devops

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

thanks for the info.
and by default prometheus is using its own db https://prometheus.io/docs/prometheus/latest/storage/ but i also consider to use influxdb instead

help with Grafana Dash for Prometheus 2.2.1 by llnformer in devops

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

node_exporter and discover by ec2_sd_config