Introduction

The Knowledge Discovery containers allow you to quickly set up a simple Knowledge Discovery installation on Kubernetes using Helm, which is a package manager for Kubernetes. This Helm chart deploys a DAH, DIH, and a set of Content components that can autoscale with demand.

The chart can deploy in mirror-mode (autoscaling to fulfill query demand) or in non-mirror mode (autoscaling to fulfill index demand) depending on the setupMirrored Helm value. The default is non-mirror mode. For more details on these components, see Knowledge Discovery Core Components .

NOTE: This guide assumes that you have installed and set up the Kubernetes platform in your environment. It does not provide general information about how to use Kubernetes.

For more information about Kubernetes, refer to the Kubernetes documentation: https://kubernetes.io/docs/home/.