Clever Cloud
Description de Clever Cloud
Clever Cloud est un service d’automatisation de votre usine logicielle : les opérations d’infrastructure ne sont plus à votre charge au profit de votre cœur de métier. CC est fournisseur de solutions Lire la suite PaaS optimisées par runtime technologique (Java, Scala, NodeJS, PHP, Docker...). CC est aussi fournisseur de solutions SaaS dédiées aux projets DEVOPS : déploiement de briques destinées à l’intégration continue et déploiement continu (Jenkins, GitLab, GitHub Enterprise, Nexus, RocketChat...) Afficher moinsQui utilise Clever Cloud?
Conçu pour les développeurs afin d'accélérer les versions de logiciels et d'applications. Clever Cloud est basé sur des normes permettant aux grandes et petites entreprises d'évoluer sans la dépendance de fournisseurs.
Clever Cloud ne vous convainc pas tout à fait ?
Comparer avec une alternative populaire
Clever Cloud
Avis sur Clever Cloud
Note moyenne
Avis classés par taille de l'entreprise (nombre d'employés)
- <50
- 51-200
- 201-1 000
- >1 001
Trouver les avis classés par note
Damien
Alternatives envisagées :
Indispensable pour faire tourner WeLoveDevs.com
Avantages :
Git push et c'est déployé ! Monitoring inclus, si l'instance s'arrête ça recommence au bout de quelques minutes. Et le support client est plus que réactif !
Inconvénients :
Autoscaling peut être un peu brutal, mais il a raison de l'être.
François
Amazing dev experience
Commentaires : Clever Cloud provide tools to build and deploy fastly and lets developper focus on their code
Avantages :
Easy to use dev centric plateform, high level automation for build and deploy apps, high availability
Inconvénients :
there's no "apps group" feature in the UI :D
Nicolas
Alternatives envisagées :
Perfect solution for PaaS with a good human support when needed
Commentaires : What we also like is the auto-scaling featuer. We are conferences's organizer. During our events we need maybe 4 active servers, to host and to server between 5000 to 10,000 attendees. But once the tradeshow is over, we don't need such power in term of CPU/Memory. Clever-cloud has a native auto-scaling system that save a lot of cash. You pay only for what you consume.
Avantages :
Clever-cloud is a simple platform as a service solution we've been using for the Devoxx conferences since 2016. We deploy Java and Scala backend applications, with postgreSQL, Redis and Elasticsearch add-ons. The solution is very simple (basically, you do a git push to Clever-cloud and voilà). The tooling is good (you can use a CLI to deploy from your localhost or to fetch logs). What I like the most about Clevercloud is the Support team. They are always helpful and they can help you when you need.
Inconvénients :
It's not a Container as a Service solution. You can deploy a Docker container (we did that for Keycloak), but it's not the most natural approach with Clever-cloud
Damien
Great product, almost a 10/10!
Commentaires : Great overall experience, I recommend Clever Cloud for all my new projects now!
Avantages :
Super easy integration and setup: deploying multiple applications with a database is really quick and the documentation is helpful and up-to-date. Also, vertical and horizontal scaling is very easy to configure and you'll pay only what you've used.
Inconvénients :
The database pricing which is separated from the credits: I would like to pay only for credits, and that the database, which is invoiced each month, use my credits to be paid. It would avoid me multiple transactions, especially when using a currency that is not Euro.
Mathieu
Alternatives envisagées :
A game changer about web software deployment
Commentaires : I saved many days about writing deployment script and maintain workflow
Avantages :
The ease of deployment process among the quality of the documentation.
Inconvénients :
I miss some ways to deployment software in 'dev' envrionement, espacially for PHP. I would like to be able to configure my deployment for a target environement (prod, dev, test ...). The main bottleneck for PHP is that by default the deployment process install Composer dependancies without the flag --dev. It could be useful to configure it through an ENV var in the console