Skip to content

Latest commit

 

History

History

kube-system

descheduler

Leveraging descheduler to automatically evict pods that no longer satisfy their NodeAffinity constraints. This is used to work in concert with node-feature-discovery such that when USB devices are moved from one node to a different node, the pods requiring the USB devices will be properly forced to reschedule to the new location

external-secrets and 1Password connect

Using external-secrets & 1Password connect to reference secrets housed in 1Password

Intel GPU Plugin

Leverage Intel-based iGPU via the gpu plugin DaemonSet for serving-up GPU-based workloads (e.g. Plex) via the gpu.intel.com/i915 node resource

kured

Automatically drain and reboot nodes when a reboot is required (e.g. a kernel update was applied): https://github.com/weaveworks/kured

nfs-client-provisioner

Using the nfs-client storage type

nfs-pv

nfs-based persistent mounts for various pod access (media mount & data mount)

nginx

ingress-nginx controller leveraging cert-manager as the central cert store for the wildcard certificate

node-feature-discovery

Using the USB feature of node-feature-discovery to dynamically label nodes that contain specific USB devices we care about

reloader

reloader: A Kubernetes controller to watch changes in ConfigMap and Secrets and do rolling upgrades on Pods with their associated Deployment, StatefulSet, DaemonSet and DeploymentConfig

snapshot-controller

snapshot-controller: Sidecar container that watches Kubernetes Snapshot CRD objects and triggers CreateSnapshot/DeleteSnapshot against a CSI endpoint. Used in conjunction with volsync.

volsync

volsync: Asynchronous data replication for Kubernetes volumes. Leveraging storage CSI snapshotting and restic, this enables the backing-up of persistent volumes to an S3 bucket.