Operations | Monitoring | ITSM | DevOps | Cloud

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

systemd journal logs: A Game-Changer for DevOps and Developers

“Why bother with it? I let it run in the background and focus on more important DevOps work.”— a random DevOps Engineer at Reddit r/devops In an era where technology is evolving at breakneck speeds, it's easy to overlook the tools that are right under our noses. One such underutilized powerhouse is the systemd journal. For many, it's a mere tool to check the status of systemd service units or to tail the most recent events (journalctl -f).

Bridging the ITIL vs DevOps Mindset: CI/CD Best Practices for ITIL Organizations

DevOps practices in software development have revolutionized the way updates are released. However, many companies entrenched in ITIL practices find it challenging to seamlessly integrate with the DevOps practice of Continuous Integration and Continuous Delivery/Deployment (CI/CD). This is because ITIL focuses on stability, which suits older systems, while DevOps is ideal for modern setups with its agile, automated practices.

Unveiling SharePoint

In the realm of enterprise solutions, Microsoft SharePoint has emerged as a cornerstone for fostering collaboration and managing content. Originating back in 2001, SharePoint has meticulously evolved, aligning itself with the changing dynamics of the corporate world. Today, it stands as a robust platform enabling organizations to create, manage, and share content in a highly secure environment.

Re-Imagining Cloudsmith.io

When a headhunter reached out to me about the CEO role at Cloudsmith (where I started in August!), one of the first things I did was sign up for a trial account. The product's depth and sophistication really impressed me, and contributed to my decision to go ahead with the interviews. (Glad I did.) They were right; our web interface is still largely a Django web app, tightly coupled to the back end, and you can see the Bootstrap showing everywhere.

Regulating hyperscalers: How the CMA investigation could alter cloud computing

In 2022, Ofcom, a UK regulator, began its market study into the cloud industry to investigate the dominance that hyperscalers, especially AWS and Microsoft, hold over the industry and the limits this creates for customers. This investigation follows concerns surrounding customers feeling “locked in” to a single provider, potentially leading to inflated prices in the market¹.

DORA myth debunked: You ARE ready for the metrics

DORA myth debunked: You ARE ready for the metrics. Even if your software development team doesn't deploy that frequently, you can still benefit from tracking DORA metrics, because they help teams focus on improving their software delivery performance. Give Sleuth a try and see how we give teams actionable insights on how to improve, no-code automations to instantly ship improvements, and metrics to measure their impact — all in a way that both managers and developers love.

Restricted unprivileged user namespaces are coming to Ubuntu 23.10

Ubuntu Desktop firmly places security at the forefront, and adheres to the principles of security by default. This approach caters to both everyday users and organisations with specific compliance requirements. As such, Ubuntu ensures that its recommended security configurations are equally robust, easy to understand and readily accessible as part of the default user experience.

Use Grafana to Monitor Flask Apps With Graphite

Monitoring the performance and health of web applications is paramount for ensuring a seamless user experience. Flask offers developers the flexibility to build dynamic applications. However, as applications grow in complexity, so does the need for efficient monitoring solutions. This is where Grafana and Graphite come into play.