cLoki on Kubernetes Example
You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. It is recommended to run this tutorial on a cluster with at least two nodes that are not acting as control plane hosts.
- Clickhouse K8s Cluster
- Configure access details in
cloki-deployment.yaml
kubectl apply -f cloki-service.yaml,cloki-deployment.yaml
Access your application
If you're already using minikube for your development process:
minikube service cloki
Otherwise, let's look up what IP your service is using!
kubectl describe svc cloki