Last updated
Last updated
If you are a beginner with Kubernetes and don't want to go in the complexity of Helm, you can use the beloved tool of Kubernetes client likekubectl
.
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.
A installation guide for "Logging Operator" inside Kubernetes cluster using kubectl command line tool.