Operations | Monitoring | ITSM | DevOps | Cloud

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

Unveiling Past Incidents: Accelerating Incident Resolution with Historical Context

Having the context of how similar issues were handled in the past can be invaluable. It can help incident responders grasp the nature of recurring problems, their causes, and effective solutions that have worked in the past. Introducing Squadcast’s Past Incidents feature that assists incident responders by presenting them with a list of similar past incidents related to the same service they are currently investigating.

State of DevOps: Takeaways on the 2023 DORA Report

It's that time of year! The 2023 Accelerate State of DevOps Report is about to be released, so we're teaming up with DORA and Google Cloud to give you the lowdown on key findings. Join us October 19 at 9 a.m. PT / Noon ET to hear straight from DORA researcher Eric Maxwell about: Give Sleuth a try and see how we empower software teams to build faster by making engineering efficiency easy to improve and measurable — in a way that both managers and developers love.

Still running Ubuntu 18.04? What you need to know

Ubuntu 18.04 LTS, installed by millions of users and continuing to have a massive footprint on AWS, hit its End of Life (EOL) in May 2023. When using an unsupported version of Ubuntu LTS, your system and your end users are vulnerable to security risks. Not every company has the time or resources to undertake a migration project to a later and supported Ubuntu LTS distribution which is why many are adopting Ubuntu Pro.

Sean Astin Dives into Developer Well-Being: GitKon 2023 Spotlight!

Venture into the intersection of Middle-Earth and the coding universe with Sean Astin at GitKon 2023. Best known for his role as Samwise Gamgee in Lord of the Rings, Sean delves deep into the realm of developer well-being. Drawing from personal anecdotes, including his cherished memories of receiving a Commodore 64, Sean bridges his affinity for technology with the pressing issue of mental health in the developer community. Join us for this enlightening talk where passion for code meets compassion for the mind.

Unlocking Kubernetes Deployment Excellence with CI CD Automation

Software development, agility and efficiency are paramount. Continuous Integration and Continuous Deployment (CI/CD) practices have revolutionised the way we build, test, and deploy software. When coupled with the power of Kubernetes, an open-source container orchestration platform, organisations can achieve a level of deployment excellence that was once only a dream.

The importance of Azure cost to DevOps

Cloud computing’s ascent has redefined modern business operations. Azure, among other platforms, offers unparalleled scalability, speed, and resilience. However, this vast potential brings about the challenge of cost management. Although DevOps teams traditionally focus more on deployment and uptime, addressing Azure costs is essential. Here’s why.

Navigating Multi-Cloud Environments: Managing Deployments with Ease

Multi-cloud seems like an obvious path for most organizations, but what isn’t obvious is how to implement it, especially with a DevOps centric approach. For Cycle users, multi-cloud is just something they do. It’s a native part of the platform and a standardized experience that has led to 70+% of our users consuming infrastructure from more than 1 provider.

How to SSH into Docker containers

A Docker container is a portable software package that holds an application’s code, necessary dependencies, and environment settings in a lightweight, standalone, and easily runnable form. When running an application in Docker, you might need to perform some analysis or troubleshooting to diagnose and fix errors. Rather than recreating the environment and testing it separately, it is often easier to SSH into the Docker container to check on its health.