The Cloud Deployment Kit for TIBCO Spotfire® provides a reference and starting point for deploying TIBCO Spotfire® using containers and Helm charts on a Kubernetes cluster.
This repository contains recipes to build container images and Helm charts for certain TIBCO Spotfire® products. You can extend and customize these recipes and examples.
This repository does not include TIBCO Spotfire® software or other third party software. This repository contains quick guides, templates, configuration examples, and scripts.
The recipes have been validated with the Spotfire® releases identified in Spotfire components versions. They might work for other Spotfire versions with some modifications. For more information, see how versions are related.
Note: TIBCO Spotfire products are commercially licensed products and are subject to the payment of license fees. You must have a valid license for each of the TIBCO Spotfire applications you choose to build and run in a container. Additional license fees might be due to TIBCO for the license rights required to deploy a TIBCO product to a Cloud Computing Environment. Carefully review the TIBCO Cloud Computing Environment Licensing Policy (“CCEL Policy") to understand the requirements, including how to calculate the number of Processor Units that you must license when a TIBCO product is deployed in a Cloud Computing Environment.
- Required TIBCO Spotfire installation packages. If you have a TIBCO account, you can download the packages from TIBCO eDelivery.
- Kubernetes 1.24+, a working Kubernetes cluster from a certified K8s distro.
- Helm 3+, for building and deploying the charts.
- An OCI-compliant container image building tool (for example,
docker
,podman
, or alternative), for building the container images.
The following applications have been validated in this Cloud Deployment Kit (CDK) for TIBCO Spotfire:
- TIBCO Spotfire® Server
- TIBCO Spotfire® Web Player
- TIBCO Spotfire® Automation Services
- TIBCO Spotfire® Service for Python
- TIBCO Spotfire® Service for R
- TIBCO® Enterprise Runtime for R - Server Edition (TERR™ service)
Note: For more information on TIBCO Spotfire® and its components, see the TIBCO Spotfire® Documentation.
Using the provided charts, you can also deploy the following:
- The required Spotfire Server® database schemas on a supported database server (for example, PostgreSQL).
- A reverse proxy (HAProxy) for accessing the Spotfire Server cluster service, with session affinity for external HTTP access.
- An Ingress with routing rules for accessing the configured reverse proxy.
- Shared storage locations (Persistent Volumes) for the Spotfire Library import and export, custom jars, deployment packages, and so on.
Note: For information on sizing and supported third party software, see the System requirements for TIBCO Spotfire® products.
- Fetch the required Spotfire installation packages.
- Build and push the Spotfire container images.
- Build and publish the Spotfire helm charts.
- Deploy your Spotfire environment using the Spotfire helm charts.
You are welcome to raise issues and improvements related to this project in the GitHub Issues tab.
For issues related to the TIBCO Spotfire products, use the TIBCO support channel.
For improvements related to the TIBCO Spotfire products, use the TIBCO Ideas portal.
For issues related to third party products, see their respective documentation.
This project (Cloud Deployment Kit for TIBCO Spotfire) is licensed under the Apache 2.0 License.
When you build and use the container images, you fetch and use other software components that are subject to their own licenses. See how to analyze container images to identify included artifacts and their individual licenses.
When you build and use the helm charts, you fetch and use other charts that might fetch other container images, each with their own licenses. A partial summary of the third party software and licenses used in this project is available here.
Copyright 2022-2023 Cloud Software Group, Inc.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.