Operations | Monitoring | ITSM | DevOps | Cloud

DevOps

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

Episode 16: Using Redis for Distributed Sessions in ASP.NET Core

We need distributed session. Spoiler: We DON'T roll it ourselves. In-memory sessions stop working as soon as there is more than one server. Most production environments have more than one server so the session issue needs to be dealt with. There are two options for sessions in a web farm. First, a load balancer can be used to lock each user on a specific box. This lets us continue to use in-memory sessions. The second is switching from in-memory to distributed session storage.

Unleash your IoT Development tools with WSL

Francesco Buccoli, Microsoft Marco Dal Pino, SoftJam See how easily a set of Linux tools for IoT could be perfectly integrated in a development pipeline, as part of an industrial process that makes devices ready to be used. To achieve this, we'll leverage on some containerized solution hosted on Azure along with standard IoT industry tools, all driven by Visual Studio Code and GitHub.

Patch Manager Plus now offers support for drivers and BIOS updates

Among the updates that we ignore most are driver updates, and sometimes for good reason. There have been plenty of cases wherein a driver update caused more harm than good. This could be due to two reasons. One, the user blindly clicked the update without taking a minute to read what the update actually achieves, or two, the user was not equipped to understand what the update achieves. Whatever the reason, one thing is clear: we cannot leave the cybersecurity of an organization up to chance.

A "Retrospective" of Amy Tobey's "The Future of DevOps is Resilience Engineering"

April 22, 2020 at 11:20 AM PST, Amy Tobey began her talk “The Future of DevOps is Resilience Engineering” at Gremlin’s Failover Conf. This talk focused on key concepts from DevOps as a way to understand resilience engineering. Amy began by having the audience participate in a group breathing exercise, taking 3 deep breaths before speaking about the yoga practice of pranayama as a way to understand DevOps.

Introducing Managed Starts and Stops

Last October, we added Managed Backups. Managed Backups is a fantastic feature in Skeddly where you simply configure your backup plan, add resources to the plan, and Skeddly manages the actions used to create and delete your backups for you. Today, I’m going to introduce you to a similar feature for starting and stopping your cloud resources: Managed Start/Stops.

Making the Most of Helm 3

Building upon the success of Helm 2, Helm 3 has recently been released and the server-side component, Tiller, is finally gone! Helm works out-of-the-box with Coderesh, so releasing your Helm 3 applications is as easy as pie. In this blog post, you will learn about viewing Helm releases, and monitoring Helm environments. Still using Helm 2? Not to worry! With a click of a button, in Codefresh, you can manage both Helm 2 and Helm 3 clusters simultaneously!