youngwookim / cloki-k8s

Kubernetes Examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cloki-k8s

cLoki on Kubernetes Example

Requirements

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

Usage

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

About

Kubernetes Examples