Operations | Monitoring | ITSM | DevOps | Cloud

Latest Posts

What is LDAP and how does it work?

As corporations grow, the need to organize user data and assets into a hierarchical structure becomes critical to to simplify storage access of those assets. LDAP enables organizations to store, manage, and secure information about the organization, its users, and assets. In this guide, we’ll explain what LDAP is, its uses, and how it works.

Monitoring as code: what it is and why you need it

“Everything as code” has become the status quo among leading organizations adopting DevOps and SRE practices, and yet, monitoring and observability have lagged behind the advancements made in application and infrastructure delivery. The term “monitoring as code” isn’t new by any means, but incorporating monitoring automation as part of an infrastructure as code (IaC) initiative is not the same as a complete end-to-end solution for monitoring as code.

Monitoring as code with Sensu Go and SensuFlow

Sensu creator and CTO Sean Porter recently wrote about “monitoring as code” and his perspectives on where the next generation of monitoring and observability workflows is headed. That post did a great job of outlining the concepts; this post will put theory into practice with SensuFlow, a new prescriptive monitoring as code workflow for Sensu Go, and its accompanying GitHub Action.

Organize your monitoring fleet with Sensu cluster federation

Recently, I led a webinar on Sensu cluster federation and some of the ways users can effectively use Sensu’s API. With the API, you can create as many clusters as needed and federate them without much effort. Also, Sensu makes the management of these clusters very easy by allowing you to manage access using a single web UI. In this post, I will recap the webinar, with step-by-step demos that will touch on how you can.

Achieve comprehensive observability with Sensu and Elasticsearch

Elasticsearch is a great platform for any data lake initiative, and ideal for analyzing your monitoring and observability data. But if you’re working with a number of different monitoring and observability tools, especially across multiple cloud environments, you might find it challenging to get all your data into Elasticsearch.

Go for systems operators, part 1: a brief history of Go

For Sensu Software Engineer Eric Chlebek, the Go programming language is a core part of his day-to-day, and building a monitoring tool has given him unique insight into the world of operations and what operators are looking for in a monitoring solution. In this series, he shares his learnings about Go as it relates to and benefits IT operators.

Kubernetes vs. Docker Swarm: choosing the best option for you

If you’re reading this post, you may have decided to containerize your applications. That’s great! The next step is to decide which container orchestration platform is best for you: Kubernetes or Docker Swarm. In this post, you’ll learn the key differences between Kubernetes and Docker Swarm, as well as the pros and cons of both approaches.

Getting started with Minikube: a Minikube tutorial

Minikube is a utility you can use to run Kubernetes (k8s) on your local machine. It creates a single node cluster contained in a virtual machine (VM). This cluster lets you demo Kubernetes operations without requiring the time and resource-consuming installation of full-blown K8s. A screenshot of the Minikube interface. 💯 emoji use. This flexibility enables you to try out Kubernetes deployments, perform development tasks, or test configurations easily.

Filling gaps in Kubernetes observability with the Sensu Kubernetes Events integration

Kubernetes and its various APIs offer a wealth of information for monitoring and observability. In a recent webinar with the CNCF (as well as a whitepaper based on that webinar), Sensu CEO Caleb Hailey goes in-depth into the most-useful APIs for cloud-native observability. In this post, we’ll focus on the Kubernetes Events API — including why it matters and how it can add context for your observability strategy.