Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 918 Bytes

deployment.md

File metadata and controls

23 lines (15 loc) · 918 Bytes

Deploy Kioku to Kubernetes cluster

Prerequisites

  • Kubernetes cluster
    • Ingress controller
  • helm

Installation

If you wish to deploy Kioku onto a Kubernetes cluster, please ensure that an ingress controller is provisioned beforehand. Furthermore, it is generally recommended to install Kioku to a new Kubernetes cluster, because there are some dependent deployments, which are all being deployed using the deploy.sh script:

From the root-directory of the repository execute the following:

./deploy.sh

Tracing

The performance and metrics of the deployment such as dependencies between services can be viewed using jaeger. In order to access the jaeger frontend, you will have to expose the port 16686 of the jaeger-service in the monitoring namespace.