Last updated
Last updated
In order to setup redis-operator, you'll need access to a Kubernetes cluster:-
- hypervisor to run a Kubernetes cluster
- for Kubernetes cluster creation on the local machine
- to interact with Kubernetes cluster
For deployment of the Logging Operator, we need a Kubernetes runtime environment. We will use minikube for that purpose
Now we can use kubectl
to connect with the Kubernetes cluster.
Since we are going to use pre-baked manifests of Kubernetes in that case we need to setup the namespace with a specific name called "logging-operator".
So we have already pre-configured CRD in directory. We just have to run a magical kubectl
commands.
Similar like CRD, we have pre-baked RBAC config files as well inside which can be installed and configured by kubectl.
Once all the initial steps are done, we can create the deployment for "Logging Operator". The deployment manifests for the operator are present inside file.
We have a few samples manifests files inside .
A quickstart guide to create a minikube cluster and setup "Logging Operator" on it.