Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on DevOps, CI/CD, Automation and related technologies.

Global AWS Orchestration with Runbook Automation

It is common for companies to have multiple AWS Accounts, and as it turns out, there are cases where certain operational tasks need to be performed on EC2’s that reside in each account. Examples of this include standardizing practices for auditing, patching, and incident-response – such as retrieving diagnostics or remediation. This demo showcases how Runbook Automation orchestrates commands and scripts on EC2’s spanning numerous AWS accounts through an integration with Systems Manager (SSM).

How to fix and prevent CrashLoopBackOff events in Kubernetes

It's one of the most dreaded words among Kubernetes users. Regardless of your software engineering skill or seniority level, chances are you've seen it at least once. There are a quarter of a million articles on the subject, and countless developer hours have been spent troubleshooting and fixing it. We're talking, of course, about CrashLoopBackOff.

Containerizing and Deploying a Production Remix App

In the modern web-app space, there’s been a trend going around that I like to describe as “getting back to basics”. It seems as though over the years, the tooling and complexity around building web-apps has gotten more and more complex. In that time, we’ve strayed further from browser primitives into highly abstracted and javascript-heavy solutions to solve problems our browsers solved back in the 90’s.

How to Extract Insightful Data From Proxy Protocol Packets

Boosting the transparency of your load balancer traffic is advantageous. Web applications continually pass information back and forth, yet some of this important data is often hard to get during transit. And while the perceived “black box” nature of networking seems overwhelming, what if you could peek behind the curtain to better understand your traffic?

CloudZero Introduces New Optimization Workflow To Help Engineers Find, Act On, And Track Savings

CloudZero’s overarching goal is to help companies maximize the return on their cloud investment. To do that, it’s essential that engineers be accountable for their cloud costs. They must prioritize cost equal to quality and security and keep costs in check from the earliest days of development through the most advanced stages of production. Year after year, getting engineers to take action tops the list of challenges FinOps practitioners face.

What is remote access? An open door to productivity and flexibility

What is remote access and how has it transformed work dynamics around the world? Let’s dive in, explore and discover together how this innovative practice has reshaped conventional work structures and opened up a whole range of possibilities!

The Power of Automation in DevOps

In the ever-evolving world of software development and operations, DevOps has emerged as a game-changer. DevOps, short for Development and Operations, is a set of practices and principles that bridge the gap between these two traditionally siloed domains, fostering collaboration and accelerating the delivery of high-quality software. At the heart of DevOps lies automation, a powerful force that revolutionizes the way software is developed, tested, and deployed.

Navigating the Waters of SharePoint Online Limits

SharePoint Online (SPO) has become a linchpin in fostering collaborative work environments in the modern digital age. Its robust features provide a platform where individuals can share, manage, and collaborate on content seamlessly. As SharePoint Online continues to evolve, understanding its limits and boundaries is crucial for administrators to ensure optimal performance and user satisfaction.

How to test a MongoDB NoSQL database

Most development teams know that testing the application layer of a system (a.k.a the codebase) is of vital importance. Testing the data layer (the database) is just as important. To perform database testing, you construct queries to assert and validate the database operations, structures, and attributes required by the application connecting to the database.