Kubernetes

This section contains information on deploying the Vela server service with Kubernetes.

Prerequisites

This section provides all required dependencies to install and start the server with Kubernetes.

Dependency 1: Kubernetes

Kubernetes will be used for downloading the server and managing the lifecycle of the application.

You can refer to Kubernetes’ official documentation on installing and configuring the service.

Dependency 2: Redis

Redis will be used for storing workloads, created by the server, that will run on a worker.

You can refer to Redis’s official documentation on installing and configuring the service.

Installation

This section provides an example of installing the server with Kubernetes.

This example only shows a subset of all possible configuration options.

Step 1: TODO

TODO