Open Source

A public and participative roadmap for our Public Cloud!

A public and participative roadmap for our Public Cloud!

Last week, we published a first version of the roadmap for Public Cloud on OVHcloud’s GitHub. In this post, we will share why we made this bold move and how this can help you. Public Cloud : our fastest evolving set of services Offering Baremetal services and Web Hosting for now more than 20 years, …

A public and participative roadmap for our Public Cloud! Read More »

Sponsorship of the JupyterCon 2020: sharing values and supporting with infrastructure

Sponsorship of the JupyterCon 2020: sharing values and supporting with infrastructure

Echoing yesterday’s announcement on the Jupyter blog, OVHcloud is proud to support JupyterCon as platinum sponsor and infrastructure donor. As you probably know, Jupyter has been a huge enabler of the programming community, with over 140 Kernels supported such as Python, R, Julia, Spark, Sas, Haskell, Ruby, C++, Go, etc… The Jupyter Project embodies open and collaborative …

Sponsorship of the JupyterCon 2020: sharing values and supporting with infrastructure Read More »

Celebrating Harbor joining the restricted list of CNCF Graduated projects

Celebrating Harbor joining the restricted list of CNCF Graduated projects

A couple of months ago, one year after the general availability of our Managed Kubernetes Service, we launched Managed Private Registry service. We shared in a previous blog post why we chose to base it on the CNCF Harbor project . Two OVHcloud employees became project maintainers. We now have a new event to celebrate: …

Celebrating Harbor joining the restricted list of CNCF Graduated projects Read More »

We run a full blown init system inside the container as docker entry point

Journey to next-gen Ceph storage at OVHcloud with LXD

Introduction My name is Filip Dorosz. I’ve been working at OVHcloud since 2017 as a DevOps Engineer. Today I want to tell you a story of how we deployed next-gen Ceph at OVHcloud. But first, a few words about Ceph: Ceph is a software defined storage solution that powers OVHcloud’s additional Public Cloud volumes as …

Journey to next-gen Ceph storage at OVHcloud with LXD Read More »

Interpretability Engine: An open-source tool to interpret your models in ML Serving

Context Artificial Intelligence is now a part of our daily life and the services it provides continue to flourish in multiple industries. At OVHCloud, we have recently launched ML Serving; a service to deploy Machine Learning models, ready to use in production. Its likely you’ve read some articles relating to Machine Learning (ML) techniques or …

Interpretability Engine: An open-source tool to interpret your models in ML Serving Read More »

BigBlueButton

During the Covid-19 crisis, OVHcloud has been careful to maintain close contact with schools and universities and continue to support them. We have always taken action to share our insights and opportunities with students at job fairs, career meetings, technology showcases, and practical seminars. As part of this initiative, OVHcloud offer vouchers to schools and …

BigBlueButton Read More »

Pimp my Makefile

To avoid repeating yourself, it is good practice to put all tasks that you might run twice somewhere in your project. A Makefile is the perfect place and is also an executable documentation: instead of documenting the build process, you should write it in a build target. Make is almost everywhere – either installed, or …

Pimp my Makefile Read More »