Building a Personal Roadmap (2020)

My professional life requires that I create and provide roadmaps, recommendations and detailed designs for a large financial institution. I released during the end of year holiday break that I have never documented my personal roadmap. My first attempt is to articulate a high-level set of goals of which I might detail in a later post. The Goals I thought it would make sense to create ceatgories on areas that I want to improve.


Elastic Beats on Google Kubernetes Engine (GKE)

If you followed my previous article regarding Deploying the Elastic Stack on Google Kubernetes Engine (GKE), you should be asking yourself how do I actually send data to this newly created cluster. Well that is a fantastic question that I plan on covering in this post. Once again this post is meant to help readers learn how to deploy capabilities to GKE and is not representative of individual requirements for a production environment.


Deploying the Elastic Stack on Google Kubernetes Engine (GKE)

This is a quick guide on how to deploy the Elastic stack on GKE using Storage Classes, Headless Services, and Stateful Sets. I will provide walk-throughs for building some aspects of the cluster through the Google Cloud Shell (command line) as well as the Google Cloud Platform (GCP) console. This cluster is meant to help readers learn how to deploy capabilities to GKE and is not representative individual requirements for a production environment.


Pass the AWS Solutions Architect Exam

Are you ready to take on new challenges my immersing yourself in all things cloud? Well if you are, you are probably thinking about getting an Amazon Web Service (AWS) certification. I put together a guide below that helped me pass my Solutions Architect Associate certification. Links provided on this post are not affiliated or contain referrals, I just hope you pass your exam(s) and give me a shout! Understanding Your Path Amazon provides multiple paths to achieve your Solutions Architect Associate certification as depicted by the diagram below.


Running Node Exporter on Your Synology NAS

Introduction As part of the new year, I started rebuilding my home lab to retire my aging Mac Mini ESXi cluster with “new” Dell PowerEdge R220 servers. More on the Dell's later; however, this prompted me to change out my monitoring stack to start utilizing Prometheus’ node exporter. Since node exporter is very lightweight, I decided to start capturing telemetry from my Synology DS1517+ network area storage (NAS). I didn't see any documentation so I wrote something up.