Skip to content

Commit

Permalink
removed tool recs and adr
Browse files Browse the repository at this point in the history
  • Loading branch information
housa committed Feb 18, 2025
1 parent d1efa1e commit aeb2790
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 28 deletions.
22 changes: 0 additions & 22 deletions docs/hardware_ready/ADRs/Cillium_as_network_plugin.md

This file was deleted.

12 changes: 6 additions & 6 deletions docs/hardware_ready/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ A virtualisation layer can benefit via abstracting the actual hardware, and enab
In case virtualisation is chosen, the below recommendations are what you would run in your VM. For setting up your VM’s we recommend Talos with KubeVirt.

## Decision Matrix
| Problem domain | Description | Reason for importance | Tool recommendation |
|:---:|:---:|:---:|:---:|
| Kubernetes Node Operating System | The Operating System running on each of the hosts that will be part of your Kubernetes cluster | Choosing the right OS will be the foundation for building a production-grade Kubernetes cluster | Talos Linux |
| Storage solution | The underlying storage capabilities which Kubernetes will leverage to provide persistence for stateful workloads | Choosing the right storage solution for your clusters needs is important as there is a lot of balance tradeoffs associated with it, e.g redundancy vs. complexity | Longhorn (iscsi) OpenEBS (iscsi) |
| Container Runtime (CRI) | The software that is responsible for running containers | You need a working container runtime on each node in your cluster, so that the kubelet can launch pods and their containers | Containerd (embedded in Talos??? But maybe always containerd anyways?) |
| Network plugin (CNI) | Plugin used for cluster networking | A CNI plugin is required to implement the Kubernetes network model | [Cilium](Cillium_as_network_plugin.md) |
| Problem domain | Description | Reason for importance | Tool recommendation |
|:---:|:---:|:---:|:----------------------------------------:|
| Kubernetes Node Operating System | The Operating System running on each of the hosts that will be part of your Kubernetes cluster | Choosing the right OS will be the foundation for building a production-grade Kubernetes cluster | |
| Storage solution | The underlying storage capabilities which Kubernetes will leverage to provide persistence for stateful workloads | Choosing the right storage solution for your clusters needs is important as there is a lot of balance tradeoffs associated with it, e.g redundancy vs. complexity | |
| Container Runtime (CRI) | The software that is responsible for running containers | You need a working container runtime on each node in your cluster, so that the kubelet can launch pods and their containers | |
| Network plugin (CNI) | Plugin used for cluster networking | A CNI plugin is required to implement the Kubernetes network model | |

0 comments on commit aeb2790

Please sign in to comment.