Skip to content

Installation Guide

Great for development and testing purposes. This will run ETOS in a single-node Kubernetes cluster on your local machine using kind.

Prerequisites

Installation

Clone the repository:

git clone https://github.com/eiffel-community/etos
cd etos

Create a kind cluster:

kind create cluster

Install ETOS:

make deploy-local

This will install a local instance of ETOS on your kind cluster and will have executed a single testrun to verify that the installation was successful. For more information on how to run tests locally, please see the getting started guide.