From 7b4133cf4dafb2aa445e46cb19ecb6736231ed12 Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Sun, 17 May 2020 11:01:48 +0200 Subject: [PATCH] page title and 1st column renamed --- docs/matrix-table.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/matrix-table.md b/docs/matrix-table.md index 19cc4329..f25fd0fc 100644 --- a/docs/matrix-table.md +++ b/docs/matrix-table.md @@ -1,6 +1,6 @@ -# Kubernetes solutions or installers matrix table +# Kubernetes Distributions or Installers Matrix Table -| Kubernetes Installer or Solution | Role | Ecosystem | Infra Provider | On-Premise | Licence | HA | Standalone | Runs in Docker | Ingress + Storage
included | Automated
Deployment | Details | +| Kubernetes Installer or Distribution | Role | Ecosystem | Infra Provider | On-Premise | Licence | HA | Standalone | Runs in Docker | Ingress + Storage
included | Automated
Deployment | Details | | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | | [kubeadm](https://github.com/kubernetes/kubeadm)| SRE / DevOps | Kubernetes Upstream | Multi platform | Yes | OSS | Yes | No | No | No | No | Official kubernetes deployment tool | | [Ansible role for kubeadm automation](https://github.com/geerlingguy/ansible-role-kubernetes) | SRE / DevOps | Kubernetes Upstream | Virtual Machine | Yes | OSS | Yes | Yes | No | Yes (storage?) | No | Ansible role for kubeadm automation |