Operations | Monitoring | ITSM | DevOps | Cloud

Latest News

Incident Review: Caches are Good, Except When They Are Bad

Between Wednesday, April 17th and Friday, April 26th, Honeycomb had four separate periods of downtime affecting the Honeycomb API, resulting in approximately 38 minutes of total downtime. At Honeycomb, we believe that visibility into production services is important, especially when service outages are making your users unhappy. We take the impact of outages on our customers seriously, and believe that transparency is key to you trusting in and using our service.

The State of AIOps is Strong

The OpsRamp State of AIOps report confirms AIOps adoption, use cases and more. Artificial intelligence for IT operations, or AIOps, is still in its infancy. It’s only been a few years since Gartner coined the term, and yet, 30% of IT teams in large enterprises will roll out AIOps initiatives by 2023. Of course, like any new enterprise technology, the jury on measurable AIOps outcomes is still out.

Understanding Istio Ingress

Istio is a hot technology right now. Giants such as Google and IBM have devoted entire teams of engineers to the project to push it to production readiness. Since 1.0 has been released recently, I wanted to write down some of the things that confused me coming from a strictly Kubernetes only world where we have Ingress controllers and Service load balancers and how Istio takes these same concepts but on stimulants.

Developing a Go app with Docker Compose

Writing Go applications in an isolated environment with Docker comes with some great advantages. You get a clean GOPATH, the bare essentials for developing, and you can easily change which Go version you’re developing against. In this quick tutorial, we’re going to show you how to structure a Go application with Docker Compose as your development environment.

Cloud Foundry Summit, Google Cloud Next, Container World, DockerCon and more

April was one of our busiest and exciting month of events so far. Here’s a recap of where we were, what we saw and where you can catch us next. While writing this, we are on the road at both DockerCon and Open Infrastructure Summit so if you are there, don’t hesitate to find our pink shirts to meet us and get a demo!

What Is CICD? What's Important and How to Get It Right

We’re on the verge of something here, people. A growing number of companies are shipping software in minutes. Yeah, you read that right. Minutes. Not hours, not weeks, months, or longer. Minutes. Often, teams struggle to ship software into the customer’s hands due to lack of consistency and excessive manual labor. Continuous integration (CI) and continuous delivery (CD) deliver software to a production environment with speed, safety, and reliability.