Operations | Monitoring | ITSM | DevOps | Cloud

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

SQL Server Terms Translated into PostgreSQL

The rise in popularity of open-source RBDMs has encouraged many organizations to adopt PostgreSQL, but as a DBA or Developer, it can be challenging when exploring new database platforms, no matter how experienced you are. When looking at SQL Server, it has many similarities to PostgreSQL, but there are several big differences too.

Making a move: How migrating to Ubuntu saved a life insurance company 60% in costs

Balancing high performance operations against the need to reduce total operating costs is a classical dilemma faced by both large and small organisations. This dilemma becomes particularly important when you choose the foundation of your IT infrastructure: the operating system. A recent case study by Tech Mahindra, the multinational IT services and consulting firm, details how their partnership with Canonical enabled them to shift the balance for a major Fortune 500 life insurance company.

Understanding and Optimizing CI/CD Pipelines

Building, testing and deploying software is a time-consuming process that many organizations aim to minimize by automating repeatable work wherever possible. To do so, many organizations are utilizing a continuous integration, continuous delivery (CI/CD) philosophy in combination with cloud native tools like Kubernetes to develop and deploy software at scale.

Scaling Up to Keep Costs Down: Automation for Web Application Incident Management

Any organization that’s keeping up with today’s sharp rise in business demands (or better yet, getting ahead of the game) is doing so by getting innovative and jumping at the chance to do things differently. They’re not relying on the old ways or trying to use their existing toolbox. Instead, organizations are looking to the newest technologies and means of adding efficiency to as many day-to-day functions as possible.

Reliability Best Practices: How Gremlin Uses Gremlin

Ensuring software availability is essential for any SaaS company—including Gremlin. To do that, our teams need to identify the reliability risks hiding in our systems. That’s why our development, platform, and SRE teams use Gremlin regularly to perform Chaos Engineering experiments, run reliability tests, and track the reliability of our systems against our standards. Along the way they’ve picked up a thing or two about how to find and fix reliability risks with Gremlin.

Behind the Scenes: Mattermost OpenOps AI Mindmeld | July 27, 2023

Tune in for a behind-the-scenes discussion on the advancement of Mattermost's AI tools and how they're being integrated into the team's current projects. The main topics covered include using AI to create tweets, the potential of using the tool to auto-generate text that resembles a user's tone, how to improve public awareness and involvement in OpenOps, and more.

How to monitor connector's API Connections in Logic Apps?

Let us consider a scenario where a Logic App is used to communicate with SharePoint through API connections, known as connectors. When configuring the connector, it communicates with Azure AD, retrieving a username and password and continuously refreshing the authentication token. When the Logic App calls the connector, it performs operations like uploading files to SharePoint.