How to run kubeflow on AKS

What’s Kubeflow ? Let me copy/paster two lines from wikipedia : At its core, Kubeflow offers an end-to-end ML stack orchestration toolkit to build on Kubernetes as a way to deploy, scale and manage complex systems. Features such as running JupyterHub servers allowing multiple users to contribute to a project simultaneously has become an invaluable…




Get Virtual Machine ScaleSet private IPs

Sorry for not posting stuff recently i’m really busy working with customers on really big project.In this post i’ll show you some tools i built in order to help myself in my daily work. We’re working on a project that use dozens of virtual machine scalesets and each time they scale new ip are assigned…




How to create an Azure JIT user RBAC role

When you speak about security on a public cloud environment every single action that can reuce the surface attack should be taken. Microsoft Azure provide a very good tool that can enable any port on any VM for a single time and a specific IP, it’s called Just In Time access (JIT) and avaible in…




How to build a High Available PaaS/IaaS platform on Microsoft Azure ?

With cloud hegemony now most of our customers want real resilient infrastructures even on Cloud platform. Indeed, they need to be assured, like they were on premise, that their businesses services are up and running. In addition to that they want to be able to scale.. because this is the cloud promise: start small and…




Changing gear: I am now an Azure architect !

A big change occurred in my life this week: I started a new job in Orange Business Services as an Azure Architect Wednesday. With the new Azure France region opening in 2017, the attraction of the Microsoft cloud public platform is rising up here, so my goal will be to provide best architectures for our…




Retour du Microsoft Cloud Summit [FR]

WOW !! Impossible de trouver autre chose pour décrire ces jours passés au Microsoft Cloud Summit. De mémoire d’informaticien je n’avais jamais vu/suivi une conférence aussi importante sur des technologies Microsoft (mais pas que) sur le sol français organisée par non pas une mais des communautés. Des chiffres impressionnants, 900 participants, 7 tracks en parallèle,…




How to create a Kubernetes cluster on Azure in minutes !

If sometimes you’ve asked yourself how are containers platforms are built in Azure PaaS solution like ACS (Azure Container Service) here is a tool you want to take a look at ! The name of this tools is acs-engine ! [su_quote url=”https://github.com/Azure/acs-engine”]The Azure Container Service Engine (acs-engine) generates ARM (Azure Resource Manager) templates for Docker…




How to create a Docker Datacenter on Microsoft Azure

  During the last Dockercon, a new product was shipped to public: Docker Datacenter. Let’s discover this product and initialize a datacenter. You can get a one month trial here. So what is Docker Datacenter ? What is the best way to explain Docker Datacenter ? Docker web site… [su_quote cite=”Docker web site” url=”http://www.docker.com/products/docker-datacenter”] Fastest…




Pester, Jenkins, Remote & ExitCode

  Continuous integration needs your systems and deployments to be totally controlled and tested. Pester is a good framework for that. I’ve already write about it on this blog. For one of our customer I’ve worked hand to hand with them on Infrastructure Continuous Delivery in Windows Environment. I won’t speak about the VMWare, Chef…




First steps with Azure Container Services

  Few weeks ago, Microsoft has released a new PaaS fonctionnality, which is not really a PaaS but a hybrid IaaS where you don’t own anything but you’ve got some freedom. let’s take a look at it. First of all, go to your Azure tenant and search the marketplace for “Azure Container Service” After that,…