Monthly Archives: December 2022

Prometheus: Kubernetes endpoints monitoring with blackbox-exporter
0 (0)

11 December 2022

The blackbox-exporter is an exporter that can monitor various endpoints – URLs on the Internet, your LoadBalancers in AWS, or Services in a Kubernetes cluster, such as MySQL or PostgreSQL databases. Blackbox Exporter can give you HTTP response time statistics, response codes, information on SSL certificates, etc. What are we going to do in this… Read More: Prometheus: Kubernetes endpoints monitoring with blackbox-exporter0 (0) »

Loading

Terraform: modules, Outputs, and Variables
0 (0)

11 December 2022

Eventually, I got to the modules in Terraform. Namely, I had to figure out how to transfer the values ​​of the variables between two modules. So in this post, the most basic and simple examples of working with modules and their values ​​&& outputs. See more in the documentation – Modules. The Root module First, let’s… Read More: Terraform: modules, Outputs, and Variables0 (0) »

Loading

Kubernetes: ServiceAccount from AWS IAM Role for Kubernetes Pod
0 (0)

11 December 2022

We have Grafana Loki for logs and need to connect an AWS IAM Role with AWS IAM Policy, which gives access to an AWS S3 bucket where Loki’s chunks and indexes will be stored. IAM roles for Kubernetes Pods will work in the same way as IAM roles to EC2 instances: a process inside a… Read More: Kubernetes: ServiceAccount from AWS IAM Role for Kubernetes Pod0 (0) »

Loading