December 22, 2019

204 words 1 min read

Bringing Kubernetes to Bare-metal with a Focus on Users

Bringing Kubernetes to Bare-metal with a Focus on Users

When the team at Scality looked for options to deploy Kubernetes on-prem, we found no option focusing on ease of operations and local storage provisioning. We released MetalK8s, an opinionated K8s d …

Talk Title Bringing Kubernetes to Bare-metal with a Focus on Users
Speakers Nicolas Trangez (R&D Architect, Scality)
Conference KubeCon + CloudNativeCon North America
Conf Tag
Location Seattle, WA, USA
Date Dec 9-14, 2018
URL Talk Page
Slides Talk Slides
Video

When the team at Scality looked for options to deploy Kubernetes on-prem, we found no option focusing on ease of operations and local storage provisioning. We released MetalK8s, an “opinionated” K8s distribution with a focus on users: easy long-term, on-prem deployments. The project is open source and in production at customers, used as a foundation to deploy Scality’s products. MetalK8s is based on the Kubespray project to reliably install a base Kubernetes cluster, including all dependencies (like etcd), using Ansible. V1.0 ships with operational tools for monitoring and metering, including Prometheus, Grafana, Elasticsearch and Kibana. Furthermore, an “ingress controller” is deployed by default, based on Nginx. All managed as Helm packages. Unlike hosted Kubernetes solutions, We focus on managing node-local storage and exposing these volumes to containers managed in the cluster.

comments powered by Disqus