Operations | Monitoring | ITSM | DevOps | Cloud

Latest News

How to support a growing Kubernetes cluster with a small etcd

Etcd plays a critical role in your Kubernetes setup: it stores the ever-changing state of your cluster and its objects, and the API server uses this data to manage cluster resources. As your applications thrive and your Kubernetes clusters see more traffic, etcd handles an increasing amount of data. But etcd’s storage space is limited: the recommended maximum is 8 GiB, and a large and dynamic cluster can easily generate enough data to reach that limit.

Distributed WordPress on Cycle and GCP

Recently I've had the great privilege of working on creating a distributed WordPress deployment that leverages GCP compute and services alongside containers running on the Cycle platform. This blog dives into a bit of the history of why WordPress is difficult to deploy in a distributed way, how we approached it, some really interesting things we found, and finally, the solution we put in place.

AWS EKS Auto Mode with Qovery - Valuable Or Not?

At Qovery, we are closely following the development of EKS Auto Mode, a new feature from AWS designed to simplify Kubernetes management by automating various foundational components. While we recognize the effort AWS has put into this, our initial evaluation shows that EKS Auto Mode is still in its early stages and does not yet offer sufficient value to be a strong consideration for our users.

Guide to Cloud Migration: From PaaS to IaaS

For scaling businesses, transitioning from PaaS (Platform as a Service) to IaaS (Infrastructure as a Service) is less about a choice and more about necessity. Staying on PaaS too long can result in skyrocketing costs, limited flexibility, and performance bottlenecks — challenges that only grow as your workloads and team scale.

Understanding Docker Networking

This series will guide you through the most crucial container networking concepts. You don't need to be a Docker expert to comprehend the ideas introduced here, though a basic understanding of networking, Docker, and Kubernetes is required. Docker is a tool designed to create, build, and run isolated environments inside containers. It's widely used to containerize applications to run inside lightweight containers.

Top 10 Kubernetes Alternatives to Consider in 2025

Organizations exploring Kubernetes alternatives often face a critical decision when choosing the right container orchestration solution. While Kubernetes has established itself as the industry standard, companies are increasingly seeking alternatives that better align with their deployment needs, team expertise, and operational requirements. This comprehensive guide examines the top alternatives to Kubernetes, helping you make an informed decision for your 2025 container strategy.

How can cloud computing accelerate India's digital future?

India's digital transformation is rapidly accelerating, with cloud computing at its core. In a recent webinar, we explored the future of cloud in India, its challenges, and its transformative potential. With insights from Janakiram MSV and Kunal Kushwaha, we uncovered how cloud, AI, and IoT are reshaping industries and what opportunities lie ahead for businesses and developers. Through this blog, we will recap some of the core topics discussed and guide you through the cloud landscape in India.

How to design apps with Docker containers?

Do you want to streamline your app development process to make it efficient, scalable, and reliable? Building and deploying applications without the right tools quickly becomes complex and resource-intensive. Docker containers address these challenges by providing effective solutions. The 2023 Stack Overflow Developer Survey reveals that 42% of developers rely on Docker, demonstrating its pivotal role in modern workflows. Similarly, Datadog states that over 25% of organizations use Docker in production, which underscores its widespread adoption.