DEVELOPMENT

A development guide for logging operator

Pre-requisites

Access to Kubernetes cluster

First of all, you will need access to a Kubernetes cluster. The easiest way to start is minikube.

Tools to build an Operator

Apart from the Kubernetes cluster, there are some tools that are needed to build and test the "Logging Operator".

Required Tools:-

Build Locally

To achieve this, execute this command:-

Build Image

The Logging operator gets packaged as a container image for running on the Kubernetes cluster. These instructions will guide you to build an image.

Testing

If you want to play it on Kubernetes. You can use a minikube.

Run Tests

Last updated

Was this helpful?