IOC builder for EPICS and Kubernetes
ibek is the epics-containers IOC builder.
It declaratively defines EPICS IOC instances for containers and Kubernetes,
separating a generic IOC image (which bundles a set of EPICS support modules)
from an IOC instance (a YAML description of what that image should run). From
that YAML, ibek generates the IOC startup script (st.cmd) and EPICS database
that the container runs. Recent versions also add ibek pattern for vendoring
runtime-support patterns into a services repo. See the
documentation for the overview and
tutorials.
| Source | https://github.com/epics-containers/ibek |
|---|---|
| PyPI | pip install ibek |
| Documentation | https://epics-containers.github.io/ibek |
| Releases | https://github.com/epics-containers/ibek/releases |
See https://epics-containers.github.io/ibek for more detailed documentation.