Quickstart

Quickstart

This guide will walk you through the steps to create a new project from the KSO template.

Prerequisites

Setting Up the Project

To create a new project from the KSO template, use the following sbt command:

sbt new do4-2022/scala-kube-operator-scaffold.g8

This command will prompt you for the properties needed to generate the project. For more information on the properties, see the Template Properties page.

Navigate to the project directory:

cd project-name

Replace project-name with the name you provided when generating the project.

Start coding and have fun!