Scaleway – Builders – Packer by HashiCorp

The scaleway Packer builder is able to create new images for use with Scaleway. The builder takes a source image, runs any provisioning necessary on the image after launching it, then snapshots it into a reusable image. This reusable image can then be used as the foundation of new servers that are launched within Scaleway. The builder does not manage snapshots. Once it creates an image, it is up to you to use it or delete it.

Source : Scaleway – Builders – Packer by HashiCorp
Tiens intéressant on a désormais de quoi builder nos images de VM scaleway avec packer. Une option intéressante en vue d’implémenter une infrastructure immutable.

Kubernetes the not so hard way with Ansible (at Scaleway) – Part 1 – The basics

I’ll create a series of posts about running Kubernetes (k8s for short) at Scaleway managed by Ansible. But you should be able to use the playbooks with minor modifications for other hoster. I’ll only test this with Ubuntu 16.04 LTS but with minimal modifications it should work with all systemd based Linux operating systems. I used Kelsey Hightower’s wonderful guide Kubernetes the hard wayas starting point. My goal is to install a Kubernetes cluster with Ansible which could be used in production and is maintainable. It’s not H/A at the moment because the Kubernetes components currently communicate only with one API server. So ATM there are still a few TODO’s besides make API server H/A e.g. upgrading parts of the cluster will need some changes in the playbooks/roles later I guess. But my first goal is to get the cluster up and running.

Source : Kubernetes the not so hard way with Ansible (at Scaleway) – Part 1 – The basics
Une très bonne série de posts sur la mise en place d’un cluster Kubernetes chez scaleway. A voir…

Rancher Labs | Software for building a Private Container Service

Rancher Labs builds open source software for building a private container service. Rancher makes running Docker on any infrastructure simple and scalable.

Source : Rancher Labs | Software for building a Private Container Service
Depuis quelques semaines je suis en train de tester rancher. Et le moins qu’on puisse dire c’est que c’est devenu un système très abouti.
L’installation est simple, le déploiement aussi. L’interface est bien faite et permet de faire des tas de chose depuis l’accès au log, jusqu’à la gestion des conteneurs en passant par le monitoring et un système d’upgrade / rollback très bien foutu.
Franchement rancher est vraiment très bon, j’ai même redéployé toute on infrastructure personnelle avec.
Désormais avec un scaleway + rancher j’ai une infra qui commence vraiment à être intéressante et peu onéreuse.