Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaegertracing/jaeger-operator
Jaeger Operator for Kubernetes simplifies deploying and running Jaeger on Kubernetes.
https://github.com/jaegertracing/jaeger-operator
hacktoberfest jaegertracing kubernetes operator
Last synced: 5 days ago
JSON representation
Jaeger Operator for Kubernetes simplifies deploying and running Jaeger on Kubernetes.
- Host: GitHub
- URL: https://github.com/jaegertracing/jaeger-operator
- Owner: jaegertracing
- License: apache-2.0
- Created: 2018-08-28T08:03:12.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-12-17T02:50:52.000Z (7 days ago)
- Last Synced: 2024-12-17T08:54:40.375Z (6 days ago)
- Topics: hacktoberfest, jaegertracing, kubernetes, operator
- Language: Go
- Homepage: https://www.jaegertracing.io/docs/latest/operator/
- Size: 24.2 MB
- Stars: 1,035
- Watchers: 18
- Forks: 344
- Open Issues: 116
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status][ci-img]][ci] [![Go Report Card][goreport-img]][goreport] [![Code Coverage][cov-img]][cov] [![GoDoc][godoc-img]][godoc] [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/jaegertracing/jaeger-operator/badge)](https://securityscorecards.dev/viewer/?uri=github.com/jaegertracing/jaeger-operator)
# 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 - <