Development Cluster Configuration: Difference between revisions
Jump to navigation
Jump to search
DrEdWilliams (talk | contribs) mNo edit summary |
DrEdWilliams (talk | contribs) m (→Storage) Tag: visualeditor |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
These packages form the basic functionality of the development cluster. The packages need | The Development cluster is deployed using [[K3s - Kubernetes Simplified]]. | ||
These packages form the basic functionality of the development cluster. The packages need to preserve the IP address assignments. | |||
Scripts & config files are checked into gitlab under the Kubernetes group project listed. | Scripts & config files are checked into gitlab under the Kubernetes group project listed. | ||
| Line 6: | Line 8: | ||
|- | |- | ||
! activity !! gitlab !! script/procedures/config !! IP !! hostname(s) | ! activity !! gitlab !! script/procedures/config !! IP !! hostname(s) | ||
|- | |- | ||
| NVIDIA device plugin || || https://github.com/NVIDIA/k8s-device-plugin || || | | NVIDIA device plugin || || https://github.com/NVIDIA/k8s-device-plugin || || | ||
|- | |- | ||
| | | GitLab - Helm deployment || [https://gitlab.dev.williams.localnet/admin/projects/k8s/gitlab Kubernetes/gitlab] || kubernetes/gitlab/helm || 10.0.0.203 || gitlab.dev.williams.localnet | ||
|} | |} | ||
=== Storage === | === Storage === | ||
The production cluster | The production cluster uses Rook/Ceph for its persistent storage. The storage components are arranged: | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
! component !! system !! | ! component !! system !! storageclass !! storage !! size | ||
|- | |- | ||
| Storage Server || storage1 || | | Storage Server || storage1 || rook-ceph || local 5x4TB drives || 20TB (ceph) | ||
|} | |} | ||
Latest revision as of 11:26, 29 October 2021
The Development cluster is deployed using K3s - Kubernetes Simplified.
These packages form the basic functionality of the development cluster. The packages need to preserve the IP address assignments.
Scripts & config files are checked into gitlab under the Kubernetes group project listed.
| activity | gitlab | script/procedures/config | IP | hostname(s) |
|---|---|---|---|---|
| NVIDIA device plugin | https://github.com/NVIDIA/k8s-device-plugin | |||
| GitLab - Helm deployment | Kubernetes/gitlab | kubernetes/gitlab/helm | 10.0.0.203 | gitlab.dev.williams.localnet |
Storage[edit]
The production cluster uses Rook/Ceph for its persistent storage. The storage components are arranged:
| component | system | storageclass | storage | size |
|---|---|---|---|---|
| Storage Server | storage1 | rook-ceph | local 5x4TB drives | 20TB (ceph) |