Deployment
ECS Quickstart
Kadeck is available as a containerized application via AWS Marketplace. This guide provides instructions for deploying Kadeck using Amazon ECS (Elastic Container Service). Deployment of Kadeck (Starter S1) on Amazon ECS Prerequisites An active AWS ...
Download Kadeck docker image for offline use
Offline docker setup These are the steps to transfer the Kadeck Teams docker image to a server that runs docker without internet access: On a device with internet access: use docker save xeotek/kadeck:VERSION > kadeck.tar to save the file ...
Deploy Kadeck using Amazon Elastic Container Service (ECS)
This article describes how to set up a container running Kadeck Teams Enterprise using Amazon Elastic Container Service (ECS). Please log into your AWS console. A user with permissions to create containers in Amazon ECS is required. 1. Create a task ...
Configure a Kadeck cluster setup
This article describes how to configure multiple Kadeck instances that run as a cluster. Define master nodes First define a list of master nodes. In this example, we will configure 3 Kadeck instances running as a minimum (to handle 2 simultaneous ...
Installations & Environments
An installation refers to a Kadeck instance or multiple Kadeck instances that share a database (e.g., PostgreSQL) and run in a cluster configuration (with upstream load balancer). Multiple Apache Kafka clusters One Kadeck installation can manage ...
External database
If you want to know how to configure a database, please read this article as well. Kadeck, at this point in time, supports two databases: H2 Postgresql If no database is specified with startup parameters, Kadeck will use an H2 in-memory database. ...
Observability with health endpoints
Kadeck exposes health endpoints that make it possible to monitor and observe its healthiness. Endpoint Description /metrics An endpoint with metrics split into application, base and vendor. /health An endpoint with the health status for database, ...
Horizontal Scaling
Architecture of a single node To scale horizontally just add servers behind a load balancer (with sticky sessions active). Don't forget to update the cluster configuration Startup Parameters when starting Kadeck on each server.
Deploy Kadeck using a Helm chart
Kadeck can be deployed using a Helm chart. The helm chart is available in a repository here..
Download Kadeck Teams image to a private repository
A valid license is necessary to use the web/server version. if you don't have a valid license, follow the All in one box or Desktop download guides or contact us here to purchase licenses. The teamid and secret are mandatory and acquired when ...
Try out Kadeck Teams on a local machine
Replace {latest version} with the actual latest released version. Getthe Kadeck Teams docker image via docker from our official repository, using: docker pull xeotek/kadeck:{latest version} Free version Use the following command to run Kadeck Teams ...