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…