Operations | Monitoring | ITSM | DevOps | Cloud

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

Scheduling Puppet Plans in Puppet Enterprise

Puppet Plans were added in the 2019.2 release of Puppet Enterprise and Puppet Enterprise 2019.8.2 extends that functionality by adding support for scheduling Puppet Plans. This enables plans to be run at some point in the future or on a recurring schedule. Plans can be scheduled using the Puppet Enterprise console, Puppet Enterprise command line, or the Puppet Enterprise REST API. In this blog post we’ll walk through how to schedule a Puppet Plan in the Puppet Enterprise console.

Expand your Sleuth monitoring reach with Datadog

One of our most commonly requested integrations, Datadog cloud monitoring, was announced last week on the Datadog blog! Sleuth organizes your deployments into projects, which collect and organize key data from your code sources and their associated staging environments. This data consists of metrics and errors.

From react-admin to pure react

When we were building out our first UI at Speedscale we wanted to get something up and running quickly. Fortunately there are a ton of options of web frameworks that can be used to throw together a quick “hello world” kind of application. However, a SaaS application needs a lot more than just displaying data. It needs to handle user authentication, loading data from a backend API, displaying data in a variety of formats, etc.

Measure Customer Value with Self-Service Observability

DevOps practices, and the teams that implement them, are becoming increasingly critical to the value which any company provides its customers. This was the key message throughout a recent fireside chat between DevOps Institute Chief Ambassador Helen Beal and Moogsoft VP of Product and Design Adam Frank. A great paradox of the digital era is that, once written, software is invisible to those who write it.

Shipa Open Sources Ketch

Shipa, Corp., delivering a cloud native application management framework built to manage the full application lifecycle, today announced that it is open sourcing Ketch, Shipa’s deployment engine, under Apache License Version 2.0. This open source release is available on GitHub and follows the general availability launch of Shipa’s full application management framework in October.

Monolith to Microservices - A Thought Leadership Talk

On November 11, 2020, I had the pleasure of speaking with two incredible thought leaders in the DevOps space: Vivek Pandey, VP of Engineering at Shipa (https://www.shipa.io), and Patrick Deuley, Sr Product Manager at GitLab (https://www.gitlab.com). The topic of the discussion was “Monolith to Microservices,” and we covered three key areas: Starting out, Scaling and Developer Experience.

What is CI/CD?

CI/CD is a software development strategy which allows for faster development by introducing automation while still maintaining the quality of code deployed to production. Implementing a CI/CD pipeline not only promotes a safer deployment process but also improves the incident response process. CI/CD is broken down into multiple parts. The CI refers to continuous integration, meanwhile, the CD can refer to continuous delivery and/or continuous deployment.