# jaeger-operator **Repository Path**: langhuadb/jaeger-operator ## Basic Information - **Project Name**: jaeger-operator - **Description**: 高性能分布式调用链监控系统 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-06-18 - **Last Updated**: 2022-08-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Build Status][ci-img]][ci] [![Go Report Card][goreport-img]][goreport] [![Code Coverage][cov-img]][cov] [![GoDoc][godoc-img]][godoc] # Jaeger Operator for Kubernetes The Jaeger Operator is an implementation of a [Kubernetes Operator](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/). ## Getting started Firstly, ensure an [ingress-controller is deployed](https://kubernetes.github.io/ingress-nginx/deploy/). When using `minikube`, you can use the `ingress` add-on: `minikube start --addons=ingress` Then follow the Jaeger Operator [installation instructions](https://www.jaegertracing.io/docs/latest/operator/). Once the `jaeger-operator` deployment in the namespace `observability` is ready, create a Jaeger instance, like: ``` kubectl apply -n observability -f - <