Grafana alert watcher written in GO

Grafana 8.1 alert watcher written in GO

Introduction With the recent release of Grafana 8 a new opt-in feature for alerting has been made available. Grafana alerting has dramatically changed, and in my opinion, for the good. Why? Primarily due to the fact you are no longer limited to a dashboard. Alerts, rules, can be made directly in the alert manager tab. With this change in Grafana I was hoping to find a GO project that would consist of a REST API wrapper for this new feature; however, I could not find anything....

September 7, 2021 · 7 min · Me
Apache Hadoop and Yarn - Big Data Series

Apache Hadoop and Yarn - Big Data Series

Introduction I feel a little late to the party, probably by half a decade or more, but nonetheless, I was recently tasked with creating a proof of concept - ecosystem for big data. With that said, my adventures began with configuring a compute instance on our cloud provider and installing docker/docker-compose. At which point, scouring the many documents and sites on “big data” I opted with Apache Hadoop, a well-known, reliable, scalable, distributed computing framework....

November 21, 2020 · 14 min · Me
Remove boundaries with Boundary

Remove boundaries with Boundary

Introduction Hashicorp Boundary is a product in its infancy that is meant to allow for simple and secure remote access to your private hosts. An evolved version of SSH bastions and VPNs allowing RDP, SSH, Postgres and other commands to be easily used. At the moment, Boundary allows for several key management services (KMS) like OCI KMS, AWS KMS, etc; however, this article will focus using Vault, another product from Hashicorp....

October 31, 2020 · 8 min · Me
Become nomadic on Digitalocean

Become nomadic on Digitalocean

Introduction In previous articles I introduced Packer and Terraform. In those two articles I did not discuss the files that were copied and executed remotely. To some degree, this will be the focus of this article in addition to configuring Nomad jobs. So to sum up quickly, I will briefly discuss the installation and configuration of Consul, Vault and Nomad to create a simple Nomad cluster on DigitalOcean. However, it is recommended to quickly go through the “Get Started Tutorials” for each product to get a better understanding....

October 18, 2020 · 10 min · Me
Provisioning and Managing DigitalOcean Resources with Terraform

Provisioning and Managing DigitalOcean Resources with Terraform

Introduction Hashicorp’s Terraform is an infrastructure as code tool something like Ansible. However, here, I will be managing DigitalOcean resources where Terraform absolutely performs better than that of Ansible. Do not get be wrong I love Ansible and use it frequently. I want to quickly add that this article will be a part of a series of Hashicorp related articles. I will, in future, present/write on Nomad, Vault and Consul....

October 4, 2020 · 7 min · Me