diff --git a/src/sections/Oasis-platform.rst b/src/sections/Oasis-platform.rst index a7a7fa8..a4dbcbe 100644 --- a/src/sections/Oasis-platform.rst +++ b/src/sections/Oasis-platform.rst @@ -128,11 +128,13 @@ events batches split by ``eve``. These all run in parallel across all running no The Kubernetes installation adds three new oasis components. -- ``oasis-task-controller``, handles analysis chunking based on chunking options set for a model. -- ``oasis-websocket``, publishes messages to an auto-scaling component that controls the size of worker pool nodes -- ``oasis-worker-controller``, scales up and down the number of running VMs in a worker pool. +.. csv-table:: + :header: "Component", "Description", "Technology" + "oasis-task-controller", "handles analysis chunking based on chunking options set for a model.", "Custom Python code" + "oasis-websocket", "publishes messages to an auto-scaling component that controls the size of worker pool nodes", "Django Channels, Redis" + "oasis-worker-controller", "scales up and down the number of running VMs in a worker pool", "Custom Python code" |