Operations | Monitoring | ITSM | DevOps | Cloud

Qovery

The secrets behind our growth - Customer Success

Companies that want to take care of their customers have to invest in a Customer Success team and define the right strategy (Thanks Rav Dhaliwal for your help here). Thinking about customer success is typically something that happens much later (too late?) after the Sales efforts. Growth pressure on startups puts effort in the sales machine to close as many customers as possible while forgetting that growth comes from the current customers. A happy customer is less likely to churn.

Managed Kubernetes Comparison: EKS vs DigitalOcean Kubernetes

The container orchestration service Kubernetes has taken cloud-native application hosting by storm. By automating infrastructure tasks, Kubernetes—an open-source system designed by Google—simplifies the technical work of application deployment, scaling, and management. Managed Kubernetes services take this process a step further, handling more of the management tasks so that engineers can focus more time and resources on developing apps.

7 Things to Consider To Build Scalable Web Applications

Suppose you've built a web application and started getting a few customers. After some feedback and iterations, you are ready with a product that people want. From now, your application is drawing attention to more and more users, with more and more requests per minute (RPM). Suddenly, a wave of new people use your app, and at one point, they can't use it anymore. While testing your app, you realize that it's working correctly. So what happened? You are simply facing a scalability problem.

Managed Kubernetes Comparison: EKS vs GKE

Kubernetes is changing the tech space as it becomes increasingly prominent across various industries and environments. Kubernetes can now be found in on-premise data centers, cloud environments, edge solutions, and even space. As a container orchestration system, Kubernetes automatically manages the availability and scalability of your containerized applications. Its architecture consists of various planes that make up what is known as a cluster.

Heroku vs AWS : what to choose in 2022? - Detailed comparison

As a developer, using Heroku (a Platform as a service (PaaS)) helps get our applications up and running quickly. Without worrying about servers, scaling, backup, network, and so many underground details. Heroku is the perfect solution to start a project. But as the project grows, the needs become more complex, and moving from Heroku to Amazon Web Services (AWS) becomes more and more a no-brainer choice (discover why so many CTOs decide to move from Heroku to AWS).

Announcement: Pleco - the open-source Kubernetes and Cloud Services garbage collector

TLDR; Pleco is a service that automatically removes Cloud managed services and Kubernetes resources based on tags with TTL. When using cloud provider services, whether using UI or Terraform, you usually have to create many resources (users, VPCs, virtual machines, clusters, etc...) to host and expose an application to the outside world. When using Terraform, sometimes, the deployment will not go as planned.

How To Use Buildpacks To Run Containers

The high demand to deliver software that is both highly available and able to meet customer requests has, in part, led to the adoption of microservice architecture, a software architecture pattern that makes it easier to deploy applications as self-contained entities called containers. These containers are nothing but processes that run as long as the application in them is running.