Kubernetes
Deploy Jibril on Kubernetes
To deploy Jibril as a DaemonSet on Kubernetes clusters, use the setup-k8s.sh
script. This script automatically creates a Deployment file with the necessary ConfigMap, DaemonSet, and related resources.
Currently almost all development-like Kubernetes distributions (Minikube, Microk8s, ...) are supported, as long as compute nodes are virtual-machines or real hosts.
Container based compute nodes distributions, like Kind, will make resource consumption bigger and is unsupported for now).
Last updated
Was this helpful?