OpenShift - and Kubernetes Daemonsets

Опубликовано: 31 Октябрь 2024
на канале: Steve Konish
368
3

Kubernetes Daemonsets are a useful option for scheduling services on all the nodes in a cluster (including the masters), or a subset (only the workers).
In this video, we show how the Red Hat Universal Base Image (UBI) container may be used as a daemonset in two examples. Created by Steve Konish at Red Hat.

Demo files used in this demo are located here:
https://github.com/steveok67/OpenShif...