From 80e93aeb66c3afa21e100a21ecab6a69a503e2d6 Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Sat, 16 May 2020 13:56:22 +0200 Subject: [PATCH] column renamed --- docs/matrix-table.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/matrix-table.md b/docs/matrix-table.md index 3be19817..0bbe25e8 100644 --- a/docs/matrix-table.md +++ b/docs/matrix-table.md @@ -1,6 +1,6 @@ # Kubernetes solutions or installers matrix table -| PaaS Candidate | Role | Ecosystem | Infra Provider | On-Premise | Licence | HA | Standalone | Runs in Docker | Ingress + Storage
included | Automated
Deployment | Details | URL | +| Kubernetes Installer or Solution | Role | Ecosystem | Infra Provider | On-Premise | Licence | HA | Standalone | Runs in Docker | Ingress + Storage
included | Automated
Deployment | Details | URL | | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | | kubeadm | SRE / DevOps | Kubernetes Upstream | Multi platform | Yes | OSS | Yes | No | No | No | No | Official kubernetes deployment tool | [https://github.com/kubernetes/kubeadm](https://github.com/kubernetes/kubeadm) | | Ansible Role with kubeadm | SRE / DevOps | Kubernetes Upstream | Virtual Machine | Yes | OSS | Yes | Yes | No | Yes (storage?) | No | Ansible role for kubeadm automation | [https://github.com/geerlingguy/ansible-role-kubernetes](https://github.com/geerlingguy/ansible-role-kubernetes) |