Operations | Monitoring | ITSM | DevOps | Cloud

Top 10 DevOps Tools

Over the years DevOps has become quite the buzzword. Although DevOps has been challenging to describe because of its abstract nature, it’s described mainly as a culture change, where Dev and Ops teams collaborate to establish a more agile and reliable framework that counts on trust, transparency, and seamless communication to improve productivity and speed of software development from code commit to deploy.

Tips for modern NOCs - simplifying IT operations team reporting

The dreaded monthly operations and application meeting is edging near. You know which meeting we’re talking about: the one where all the Ops teams get together to talk about what they are seeing, about application enhancements and modifications, potential improvements, and often – about their frustrations!

What is AWS S3

Amazon Simple Storage Service, widely known as Amazon S3, is a highly scalable, fast, and durable solution for object-level storage of any data type. Unlike the operating systems we are all used to, Amazon S3 does not store files in a file system, instead it stores files as objects. Object Storage allows users to upload files, videos, and documents like you were to upload files, videos, and documents to popular cloud storage products like Dropbox and Google Drive.

Requirements of a Security Platform in a DevOps World

Businesses today cannot afford to be hacked. Cyber attacks can result in hefty fines and lawsuits, not to mention the reputational damage that can result in long-term revenue loss. Of course, this has always been true. But what has changed over the past few years is both the sheer volume of attacks and the growing sophistication used in them. As a result, there is a need an updated and upgraded kind of SIEM security platform to face them.

12 mobile device features that help ensure corporate data security

Our hearts might skip a beat every time we put our hands in our pocket and can’t find our mobile phone, and we’re filled with dread at the thought of losing the device that contains our personal photos and the corporate data saved on it. But just misplacing a device is not how we put corporate data at risk; small actions in our day-to-day lives can have a major impact on the safety of the corporate data on our devices.

Monitoring Amazon ECS with Blue Matador

Amazon ECS allows you to easily run containers in AWS in units called tasks. Groups of identical tasks are called services, and groups of services running on the same infrastructure are called clusters. Since it is critical to the health of your application, properly monitoring ECS is a top priority for most teams. In this blog post, we will go over how Blue Matador monitors ECS tasks automatically and without configuration.

Kubernetes Master Class: Kubernetes from Zero to Hero

Kubernetes has become the de facto standard for deploying containerized applications at scale on the different cloud providers. Why is this? In this Kubernetes Master Class, we'll discuss the reasons for using Kubernetes (K8s), the core concepts, architecture, real-life scenarios, and the differences betwen using managed vs un-managed K8s solutions, and how to reduce costs by using cloud excess capacity.

7 ways to speed up your build cycle

Few things have more potential for causing stress within software teams than a defective build cycle. Each of us remembers the first time in our careers when our code broke the build. For many of us, there’s still a sigh of relief at each step in the process when nothing blows up. In a perfect world, where we’d all write flawless code with 100% test coverage, builds would be stressless, boring affairs.