Operations | Monitoring | ITSM | DevOps | Cloud

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

How we improved testing Ubuntu on WSL - and how you can too!

As the popularity of Windows Subsystem for Linux increases, the Ubuntu development team is committed to delivering a first class experience for Linux developers on Windows. To achieve this we’ve made improvements to our automated testing workflows via the creation of WSL-specific GitHub actions. In this post, Ubuntu WSL engineer Eduard Gómez Escandell talks us through the motivation for this approach and how you can implement these actions for your own CI workflows.

Evolution at the edge: what matters when developing an edge strategy?

The evolution of information technology is governed by how businesses adapt to ever-increasing amounts of data. Those businesses most able to exploit more data, win. Terms such as ‘speed’ and ‘agility’ refer to how a business handles and uses this data. Given the 2.5 quintillion bytes created every day, there is a huge opportunity for businesses to create unassailable leadership.

3 Tips to Improve Your Dockerfile Build time

Building Docker images efficiently is crucial for developers and organizations seeking streamlined development and deployment processes, and it’s a real topic for the 50k developers on Qovery; a few weeks ago, a topic was even open on our forum about it. In this article, we will explore three valuable tips gathered along the way to improve the build time of your Dockerfiles, allowing you to optimize your workflow and save valuable time.

Kubernetes Simplified: Understanding its Inner Workings

Kubernetes has revolutionized the world of container orchestration, providing organizations with a powerful solution for deploying, managing, and scaling applications. However, the complexity of Kubernetes can be daunting for newcomers. In this blog, we will demystify Kubernetes by breaking down its core components, revealing its operational principles, and guiding you through the process of running a pod.

Predictive Modeling: The Next Big Thing for ITPA, Intelligent Automation

If you had the power to predict the future, how would you use it? Gartner refers to the predictive modeling process as that which collects data, formulates a statistical model, makes predictions, and then validates the model as additional data becomes available. In the world of intelligent automation, teams use predictive modeling to formulate how future outcomes or behaviors will be, by using historical data, machine learning (ML) algorithms, and analytical techniques.

Kubernetes Architecture Part 3: Data Plane Components

This Kubernetes Architecture series covers the main components used in Kubernetes and provides an introduction to Kubernetes architecture. After reading these blogs, you’ll have a much deeper understanding of the main reasons for choosing Kubernetes as well as the main components that are involved when you start running applications on Kubernetes.

PromQL Cheat Sheet: A Quick Guide to Prometheus Query Language

Prometheus is an open-source monitoring and alerting toolkit that has gained significant popularity in DevOps and systems monitoring. At the core of Prometheus lies PromQL (Prometheus Query Language), a powerful and flexible query language used to extract valuable insights from the collected metrics. In this guide, we will explore the basics of PromQL and provide query examples for an example use case.