在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):jaegertracing/jaeger-operator开源软件地址(OpenSource Url):https://github.com/jaegertracing/jaeger-operator开源编程语言(OpenSource Language):Go 90.1%开源软件介绍(OpenSource Introduction):Jaeger Operator for KubernetesThe Jaeger Operator is an implementation of a Kubernetes Operator. Getting startedFirstly, ensure an ingress-controller is deployed. When using Then follow the Jaeger Operator installation instructions. Once the
This will create a Jaeger instance named $ kubectl get -n observability ingress
NAME HOSTS ADDRESS PORTS AGE
simplest-query * 192.168.122.34 80 3m In this example, the Jaeger UI is available at http://192.168.122.34. The official documentation for the Jaeger Operator, including all its customization options, are available under the main Jaeger Documentation. CRD-API documentation can be found here. Compatibility matrixSee the compatibility matrix here. Jaeger Operator vs. JaegerThe Jaeger Operator follows the same versioning as the operand (Jaeger) up to the minor part of the version. For example, the Jaeger Operator v1.22.2 tracks Jaeger 1.22.0. The patch part of the version indicates the patch level of the operator itself, not that of Jaeger. Whenever a new patch version is released for Jaeger, we'll release a new patch version of the operator. Jaeger Operator vs. KubernetesWe strive to be compatible with the widest range of Kubernetes versions as possible, but some changes to Kubernetes itself require us to break compatibility with older Kubernetes versions, be it because of code imcompatibilities, or in the name of maintainability. Our promise is that we'll follow what's common practice in the Kubernetes world and support N-2 versions, based on the release date of the Jaeger Operator. For instance, when we released v1.22.0, the latest Kubernetes version was v1.20.5. As such, the minimum version of Kubernetes we support for Jaeger Operator v1.22.0 is v1.18 and we tested it with up to 1.20. The Jaeger Operator might work on versions outside of the given range, but when opening new issues, please make sure to test your scenario on a supported version. Jaeger Operator vs. Strimzi OperatorWe maintain compatibility with a set of tested Strimzi operator versions, but some changes in Strimzi operator require us to break compatibility with older versions. The jaeger Operator might work on other untested versions of Strimzi Operator, but when opening new issues, please make sure to test your scenario on a supported version. (experimental) Generate Kubernetes manifest fileSometimes it is preferable to generate plain manifests files instead of running an operator in a cluster. curl https://raw.githubusercontent.com/jaegertracing/jaeger-operator/main/examples/simplest.yaml | docker run -i --rm jaegertracing/jaeger-operator:master generate | kubectl apply -n jaeger-test -f - It is recommended to deploy the operator instead of generating a static manifest. Contributing and DevelopingPlease see CONTRIBUTING.md. License |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论