Last updated
Last updated
First of all, you will need access to a Kubernetes cluster. The easiest way to start is minikube.
- hypervisor to run a Kubernetes cluster
- for Kubernetes cluster creation on the local machine
- to interact with Kubernetes cluster
Apart from the Kubernetes cluster, there are some tools that are needed to build and test the "Logging Operator".
Required Tools:-
To achieve this, execute this command:-
The Logging operator gets packaged as a container image for running on the Kubernetes cluster. These instructions will guide you to build an image.
If you want to play it on Kubernetes. You can use a minikube.
A development guide for logging operator