K2view Fabric Web Studio provides developers, architects, and data teams with a unified environment for designing, building, managing, and deploying data-driven solutions across various integration, data product, orchestration, and transformation use cases.
Fabric Web Studio enables:
With multi-space development, Fabric Web Studio enables multiple developers or teams to work concurrently within isolated, independently configurable Spaces, supporting collaborative workflows, faster iterations, and simplified testing environments.
Version 2.1 introduces several important enhancements, most notably:
.env
, compose.yaml
, .config
) enable easier customization.Studio-Docker-latest.zip
Studio-Podman-latest.zip
Fabric Web Studio supports deployment across two container orchestration environments:
Docker Compose provides a widely adopted container orchestration layer to run Web Studio, an embedded Fabric engine, and Traefik reverse proxy. Docker Compose allows full multi-space development on Docker-based platforms across Linux, macOS, or Windows (using WSL).
See: Docker Compose Installation Instructions
Podman Compose introduces daemonless, enterprise-grade containerization ideal for Red Hat Enterprise Linux (RHEL), AlmaLinux, Rocky Linux, and CentOS Stream distributions. It delivers native Linux orchestration fully compatible with Fabric Web Studio’s Compose YAML deployment model.
See: Podman Installation Instructions
Both runtimes provide equivalent capabilities. Selection depends on enterprise standards and operational preferences.
Regardless of runtime choice, each Fabric Web Studio deployment includes:
At deployment, administrators select one of the following runtime profiles depending on database requirements:
Before you install Fabric Web Studio 2.1, please have a look at the following system prerequisites. Some requirements are standard, while others depend on whether you deploy using Docker Compose or Podman Compose.
Please refer to the Installation System Requirements topic.
ARM-based processors are not directly supported. Certain operating systems provide AMD64 emulation capabilities for their ARM-based processors.
Memory: A minimum of 32GB RAM is recommended to support Web Studio, Fabric Spaces, and associated services.
Disk Space: Sufficient local storage for persistent data directories, Fabric images (~2GB per image), and logs.
For best performance on Windows, Docker Compose should run within WSL2 using a native Linux distribution.
Git Client
Internet Access
Required to:
K2view Nexus Container Registry Account
docker-compose
Python utility).Please refer to the installation instructions provided in the Installing Docker and Docker Compose topic.
To install Docker Compose Runtime for K2view Fabric Web Studio on Microsoft Windows, you will need to use Windows Subsystem for Linux (WSL) in conjunction with a Linux distribution. When installing on Microsoft Windows with WSL, you need to install a Linux distribution instead of using the default distribution bundled by Microsoft's WSL. Using the Microsoft-provided Linux distribution will cause the Docker Compose Runtime for Fabric Services to fail to run correctly. Instructions are provided in the Installing Docker and Docker Compose topic.
Podman Engine
sudo dnf install -y podman
(RHEL, AlmaLinux, Rocky) Podman Compose Plugin
sudo dnf install -y podman-compose
pip3 install --user podman-compose
Note: Podman Compose provides native compatibility for Compose YAML files with Podman pods.
systemctl --user enable --now podman.socket
loginctl enable-linger $USER
Ensure the following external services are reachable from the host machine:
After verifying prerequisites, proceed to the Installation Guide for your chosen runtime (Docker or Podman).
The installation package is available for download via K2view's Nexus Container Registry or can be obtained via K2view's GitHub Studio Blueprint. We recommend downloading the installation package from K2view's Nexus Container Registry.
Studio-Docker-latest.zip
at https://nexus.share.cloud.k2view.com/repository/k2view-download/web-studio/Podman-Studio-latest.zipStudio-Podman-latest.zip
at https://nexus.share.cloud.k2view.com/repository/k2view-download/web-studio/Podman-Studio-latest.zipEither path will require that you obtain an account for K2view's Nexus Container Registry. If you do not have an account, please request one from your K2view representative.
Fabric Web Studio 2.1 packages are validated and certified against Fabric version 8.2.4_3
. Please contact your K2view representative if you'd like to use a later version of Fabric and TDM.
To specify a later version of Fabric to use with Fabric Web Studio, edit the .env
file's FABRIC_VERSION
parameter.
K2view Fabric Web Studio provides developers, architects, and data teams with a unified environment for designing, building, managing, and deploying data-driven solutions across various integration, data product, orchestration, and transformation use cases.
Fabric Web Studio enables:
With multi-space development, Fabric Web Studio enables multiple developers or teams to work concurrently within isolated, independently configurable Spaces, supporting collaborative workflows, faster iterations, and simplified testing environments.
Version 2.1 introduces several important enhancements, most notably:
.env
, compose.yaml
, .config
) enable easier customization.Studio-Docker-latest.zip
Studio-Podman-latest.zip
Fabric Web Studio supports deployment across two container orchestration environments:
Docker Compose provides a widely adopted container orchestration layer to run Web Studio, an embedded Fabric engine, and Traefik reverse proxy. Docker Compose allows full multi-space development on Docker-based platforms across Linux, macOS, or Windows (using WSL).
See: Docker Compose Installation Instructions
Podman Compose introduces daemonless, enterprise-grade containerization ideal for Red Hat Enterprise Linux (RHEL), AlmaLinux, Rocky Linux, and CentOS Stream distributions. It delivers native Linux orchestration fully compatible with Fabric Web Studio’s Compose YAML deployment model.
See: Podman Installation Instructions
Both runtimes provide equivalent capabilities. Selection depends on enterprise standards and operational preferences.
Regardless of runtime choice, each Fabric Web Studio deployment includes:
At deployment, administrators select one of the following runtime profiles depending on database requirements:
Before you install Fabric Web Studio 2.1, please have a look at the following system prerequisites. Some requirements are standard, while others depend on whether you deploy using Docker Compose or Podman Compose.
Please refer to the Installation System Requirements topic.
ARM-based processors are not directly supported. Certain operating systems provide AMD64 emulation capabilities for their ARM-based processors.
Memory: A minimum of 32GB RAM is recommended to support Web Studio, Fabric Spaces, and associated services.
Disk Space: Sufficient local storage for persistent data directories, Fabric images (~2GB per image), and logs.
For best performance on Windows, Docker Compose should run within WSL2 using a native Linux distribution.
Git Client
Internet Access
Required to:
K2view Nexus Container Registry Account
docker-compose
Python utility).Please refer to the installation instructions provided in the Installing Docker and Docker Compose topic.
To install Docker Compose Runtime for K2view Fabric Web Studio on Microsoft Windows, you will need to use Windows Subsystem for Linux (WSL) in conjunction with a Linux distribution. When installing on Microsoft Windows with WSL, you need to install a Linux distribution instead of using the default distribution bundled by Microsoft's WSL. Using the Microsoft-provided Linux distribution will cause the Docker Compose Runtime for Fabric Services to fail to run correctly. Instructions are provided in the Installing Docker and Docker Compose topic.
Podman Engine
sudo dnf install -y podman
(RHEL, AlmaLinux, Rocky) Podman Compose Plugin
sudo dnf install -y podman-compose
pip3 install --user podman-compose
Note: Podman Compose provides native compatibility for Compose YAML files with Podman pods.
systemctl --user enable --now podman.socket
loginctl enable-linger $USER
Ensure the following external services are reachable from the host machine:
After verifying prerequisites, proceed to the Installation Guide for your chosen runtime (Docker or Podman).
The installation package is available for download via K2view's Nexus Container Registry or can be obtained via K2view's GitHub Studio Blueprint. We recommend downloading the installation package from K2view's Nexus Container Registry.
Studio-Docker-latest.zip
at https://nexus.share.cloud.k2view.com/repository/k2view-download/web-studio/Podman-Studio-latest.zipStudio-Podman-latest.zip
at https://nexus.share.cloud.k2view.com/repository/k2view-download/web-studio/Podman-Studio-latest.zipEither path will require that you obtain an account for K2view's Nexus Container Registry. If you do not have an account, please request one from your K2view representative.
Fabric Web Studio 2.1 packages are validated and certified against Fabric version 8.2.4_3
. Please contact your K2view representative if you'd like to use a later version of Fabric and TDM.
To specify a later version of Fabric to use with Fabric Web Studio, edit the .env
file's FABRIC_VERSION
parameter.