Operations | Monitoring | ITSM | DevOps | Cloud

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

A Live Chat with JFrog: 2023 Software Package Trends

While there are lots of #datareports out there, JFrog’s "2023 Software Artifact State of the Union" is the first of its kind to examine what types of packages and #binaries are leveraged in creating and delivering consumer-ready #software. Join JFrog Solution Engineering Manager, William Manning and Sr. Product Marketing Manager, Sean Pratt for a live Q&A chat.

How Livecycle Makes Qovery Preview Environments 10x More Valuable

Hey there, We were thrilled to see Livecycle.io's recent article on "Why Qovery Preview Environments Are So Valuable to Development Teams"! We truly believe in the power of our preview environments, and we're excited to share this summary with you. So, if you're interested in learning more about what Livecycle.io is and how they can make our preview environments event better, keep reading.

Learn about CWDM vs DWDM

Meeting bandwidth capacity needs of customers is a crucial business objective for today’s providers. While both coarse wavelength-division multiplexing (CWDM) and dense wavelength-division multiplexing (DWDM) are modern forms of wavelength-division multiplexing (WDM) that effectively solve those increasing bandwidth needs by upgrading the utilization of new and existing fiber, they are each designed to tackle different network challenges.

Best Practices for Remote Management

Would you believe us if we say that the term “remote management” was once a nightmare for conservative or old-school managers? No matter how much it seems to be hyped today, there was a time when remote management was considered a nightmare for several dated enterprise owners across the globe. After the massive COVID pandemic hit, the concept of remote working seems to have leveled up. Did we mention this is not going to be easy though?

10 Ways to Optimize your Azure cost

In modern times, building and publishing an application has become very easy with Cloud-based deployment. Users don’t need to worry about infrastructure-related challenges like availability, reliability, scalability, etc. The cloud providers are responsible for keeping the deployment flow simple and intact. Providing many advantages and coherence, the high cost incurred for such benefits is the downside.

Optimize Kubernetes workload resourcing with StormForge and Datadog

StormForge Optimize Live is a machine learning-powered performance and resource optimization solution for Kubernetes workloads. Optimize Live ingests and analyzes production observability data and recommends specific actions to optimize CPU and memory utilization. You can take these actions manually or set them to occur automatically, making it easier to maintain a high level of application performance while minimizing cloud costs.

Kubernetes Liveness Probes: A Practical Guide

Have you ever wondered how you can help Kubernetes manage your pods in the most efficient way? Kubernetes can do a decent job “out of the box,” but it can be optimized just like any other system. One such optimization in the Kubernetes world is introducing liveness probes, and in this post, you’ll learn everything about them.

Deploy Access Restricted Azure website from DevOps Pipelines

We have a couple of internal websites hosted on Azure. Websites that require authentication and should only be accessed from our IP. This can easily be configured using Access Restrictions in Azure. But when doing so, you exclude the dynamic IP range for Microsoft-hosted Azure DevOps build agents. In this post, I'll show you how we set up deployment to the Access Restricted websites with a bit of PowerShell magic.