Giter VIP home page Giter VIP logo

terraform-kubernetes-jaeger's Introduction

Jaeger tracing

This TF module deploys a Jaeger backend that includes an Elasticsearch cluster. Also, it schedules a cron job that cleans up tracing data that is older than 4 weeks, i.e. it has a default retention period of 4 weeks.

Providers

Name Version
helm >= 1.0
template n/a

Inputs

Name Description Type Default Required
curator_actions Curator actions map
{
"actions": {
"1": {
"action": "delete_indices",
"description": "Clean up ES by deleting old indices",
"filters": [
{
"direction": "older",
"exclude": false,
"filtertype": "age",
"source": "creation_date",
"unit": "days",
"unit_count": 28
}
],
"options": {
"continue_if_exception": false,
"disable_action": false,
"ignore_empty_list": true,
"timeout_override": 300
}
}
}
}
no
curator_chart_name Chart name for Curator string "elasticsearch-curator" no
curator_chart_repository Chart repository for Curator string "stable" no
curator_chart_version Chart version for Curator string "2.1.3" no
curator_cron_schedule Crontab which Curator will run string "0 16 * * *" no
curator_enabled Enable/disable Curator bool false no
curator_image_tag Curator's docker image tag string "5.7.6" no
curator_namespace Kubernetes namespace to which Curator is deployed string "core" no
curator_release_name Helm release name for Curator string "elasticsearch-curator" no
elasticsearch_chart_name Chart name for Elasticsearch string "elasticsearch" no
elasticsearch_chart_repository Chart repository for Elasticsearch string "elastic" no
elasticsearch_chart_repository_url Chart repository for Elasticsearch string "https://helm.elastic.co" no
elasticsearch_chart_version Chart version for Elasticsearch string "7.5.1" no
elasticsearch_client_persistence_disk_size Persistence disk size in each Elasticsearch client node string "1Gi" no
elasticsearch_client_replicas Num of replicas of Elasticsearch client node number 2 no
elasticsearch_client_resources Kubernetes resources for Elasticsearch client node map
{
"limits": {
"cpu": "1",
"memory": "1536Mi"
},
"requests": {
"cpu": "25m",
"memory": "1536Mi"
}
}
no
elasticsearch_cluster_name Name if the elasticsearch cluster string "tracing" no
elasticsearch_data_persistence_disk_size Persistence disk size in each Elasticsearch data node string "30Gi" no
elasticsearch_data_replicas Num of replicas of Elasticsearch data node number 2 no
elasticsearch_data_resources Kubernetes resources for Elasticsearch data node map
{
"limits": {
"cpu": "1",
"memory": "2560Mi"
},
"requests": {
"cpu": "25m",
"memory": "2560Mi"
}
}
no
elasticsearch_image Elasticsearch image string "docker.elastic.co/elasticsearch/elasticsearch-oss" no
elasticsearch_image_tag Elasticsearch imagetag string "6.8.2" no
elasticsearch_major_version Used to set major version specific configuration. If you are using a custom image and not running the default Elasticsearch version you will need to set this to the version you are running number 6 no
elasticsearch_master_minimum_replicas The value for discovery.zen.minimum_master_nodes. Should be set to (master_eligible_nodes / 2) + 1. Ignored in Elasticsearch versions >= 7. number 2 no
elasticsearch_master_persistence_disk_size Persistence disk size in each Elasticsearch master node string "4Gi" no
elasticsearch_master_replicas Num of replicas of Elasticsearch master node number 3 no
elasticsearch_master_resources Kubernetes resources for Elasticsearch master node map
{
"limits": {
"cpu": "1",
"memory": "1536Mi"
},
"requests": {
"cpu": "25m",
"memory": "1536Mi"
}
}
no
elasticsearch_namespace Kubernetes namespace to which Elasticsearch is deployed string "core" no
elasticsearch_psp_enable Create PodSecurityPolicy for ES resources bool true no
elasticsearch_rbac_enable Create RBAC for ES resources bool true no
elasticsearch_release_name Helm release name for Elasticsearch string "jaeger-elasticsearch" no
helm_release_timeout_seconds Time in seconds to wait for any individual kubernetes operation during a helm release. number 900 no
jaeger_agent_resources Kubernetes resources for Jaeger Agent service map
{
"limits": {
"cpu": "100m",
"memory": "128Mi"
},
"requests": {
"cpu": "25m",
"memory": "128Mi"
}
}
no
jaeger_chart_name Chart name for Jaeger string "jaeger" no
jaeger_chart_repository Chart repository for Jaeger string "jaegertracing" no
jaeger_chart_repository_url Chart repository for Jaeger string "https://jaegertracing.github.io/helm-charts" no
jaeger_chart_version Chart version for Jaeger string "0.18.2" no
jaeger_collector_resources Kubernetes resources for Jaeger Collector service map
{
"limits": {
"cpu": "512m",
"memory": "256Mi"
},
"requests": {
"cpu": "50m",
"memory": "256Mi"
}
}
no
jaeger_enabled Enable/disable Jaeger bool false no
jaeger_image_tag Jaeger's docker image tag string "1.16.0" no
jaeger_namespace Kubernetes namespace to which Jaeger is deployed string "core" no
jaeger_query_resources Kubernetes resources for Jaeger Query service map
{
"limits": {
"cpu": "200m",
"memory": "128Mi"
},
"requests": {
"cpu": "25m",
"memory": "128Mi"
}
}
no
jaeger_release_name Helm release name for Jaeger string "jaeger" no
jaeger_ui_ingress_annotations Ingress annotations for the Jaeger Query service map {} no
jaeger_ui_ingress_hosts Ingress hosts for the Jaeger Query service map {} no
max_history Max History for Helm number 20 no

Outputs

No output.

terraform-kubernetes-jaeger's People

Contributors

lawliet89 avatar

Stargazers

Holegots avatar

Watchers

James Cloos avatar  avatar Chris Sng avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.