Sliding Window Algorithm Implementation Using Python3

The sliding window approach is a handy way to scan through a series of points and spot the ones that don’t belong.

Send Alerts to Slack Using Kibana Sentinl

Catching something interesting in your logs is only half the battle; you also want to hear about it where you’re already paying attention.

Installing Kibana with Sentinl on Kubernetes

This article walks through installing Kibana together with the Sentinl plugin on the Kubernetes platform.

Kibana Sentinl

Kibana is great for looking at logs, but it won’t tell you when something goes wrong unless you’re watching.

Installing the Graylog Collector Sidecar

Container logs are scattered across the filesystem and don’t make their way into Graylog on their own.

Java with AWS Lambda Functions

In this post we’ll build an AWS Lambda function and then open it up to the outside world through the AWS API Gateway service.

Installing Kubernetes with Kubeadm

Kubeadm is one of the simplest ways to bring up a Kubernetes node, and in this post that’s exactly what we’ll do.

Getting Started with Golang

Continuing this series on next-generation languages, this time I’m taking a look at Golang.

The Docker exec Command

In this post we’ll step inside running containers using the docker exec command.

Docker pull and push

In this post we take a look at the docker pull and docker push commands, the two halves of moving images in and out of Docker Hub.