Operations | Monitoring | ITSM | DevOps | Cloud

Latest News

Announcing Intelligent Application and Service Monitoring for VxRail

When Futurum Research asked IT executives to evaluate data center initiatives and storage strategies in terms of their promise for the future, over half cited converged and hyperconverged infrastructure as bearing the most potential. We’ve observed this trend in our own interactions with customers undergoing digital transformation as well, driving us to devote significant resources toward ensuring our users are fully covered as they roll out hyperconverged technologies in their data centers.

3 Key Digital Transformation Focus Areas for IT Leaders

Aligning business objectives and running complex hybrid IT environments have always required a balancing act for IT leaders. Over the past few years, digital transformation has become more of an essential IT strategy than a buzzword. A spotlight on digitization and seamless customer experience is driving CIOs to innovate and build integrated solutions. Business-driven digital transformation enables CIOs to rethink their approaches toward managing modern IT infrastructure.

S3 Endpoint Connectivity in AWS VPC

There are a few, simple things in life I really, truly enjoy: a full breath of air, watching my kids learn and grow, and playing the piano immediately come to mind. I was reminded of another one after spending an hour with CameronB from DevOpsChat — full understanding of a complex problem. For me, it’s not finding a fix that works, I have to continue until I understand the underlying issues, but then it’s bliss.

A Complete Introduction to Apache Kafka

Kafka is an open source real-time streaming messaging system and protocol built around the publish-subscribe system. In this system, producers publish data to feeds for which consumers are subscribed to. With Kafka, clients within a system can exchange information with higher performance and lower risk of serious failure. Instead of establishing direct connections between subsystems, clients communicate via a server which brokers the information between producers and consumers.

Create Kafka Topics in 3 Easy Steps

Creating a topic in production is an operative task that requires awareness and preparation. In this tutorial, we’ll explain all the parameters to consider when creating a new topic in production. Setting the partition count and replication factor is required when creating a new Topic and the following choices affect the performance and reliability of your system.

RVM: How to Get Started and Manage Your Ruby Installations

It’s the night before a big deadline, and just before you press the button to deploy, you notice a small but important bug! You open a terminal, type in the command to run the code—and all you see is a page of errors. It’s these palm-sweating moments that make us wonder whether we made the correct career decision. Configuring our systems and keeping them working is a struggle most of us deal with regularly. Ruby Version Manager (RVM) attempts to solve this problem.