{"id":16474310,"url":"https://github.com/maguowei/kube-stack","last_synced_at":"2025-03-21T06:32:17.449Z","repository":{"id":69331926,"uuid":"147692099","full_name":"maguowei/kube-stack","owner":"maguowei","description":"Kubernetes Stack for Development Environment ","archived":false,"fork":false,"pushed_at":"2024-10-03T09:34:19.000Z","size":184,"stargazers_count":12,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-17T22:18:49.554Z","etag":null,"topics":["elastic-stack","k8s","kube-stack","kubernetes"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maguowei.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-09-06T15:09:14.000Z","updated_at":"2024-10-03T09:34:22.000Z","dependencies_parsed_at":"2024-07-12T02:59:25.746Z","dependency_job_id":"36e9367b-3016-4ce1-a6a1-056357463090","html_url":"https://github.com/maguowei/kube-stack","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maguowei%2Fkube-stack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maguowei%2Fkube-stack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maguowei%2Fkube-stack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maguowei%2Fkube-stack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maguowei","download_url":"https://codeload.github.com/maguowei/kube-stack/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244751656,"owners_count":20504245,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["elastic-stack","k8s","kube-stack","kubernetes"],"created_at":"2024-10-11T12:30:47.716Z","updated_at":"2025-03-21T06:32:16.851Z","avatar_url":"https://github.com/maguowei.png","language":null,"readme":"# Kubernetes Stack\n\n```text\n.\n├── LICENSE\n├── README.md\n├── chrome\n│   ├── README.md\n│   ├── deployment.yaml\n│   └── service.yaml\n├── clickhouse\n│   ├── deployment.yaml\n│   ├── pvc.yaml\n│   └── service.yaml\n├── elastic\n│   ├── README.md\n│   ├── elasticsearch\n│   │   ├── README.md\n│   │   ├── deployment.yaml\n│   │   ├── pvc.yaml\n│   │   └── service.yaml\n│   ├── filebeat\n│   │   ├── README.md\n│   │   ├── cinfigmap.yaml\n│   │   ├── daemonset.yaml\n│   │   └── pvc.yaml\n│   └── kibana\n│       ├── configmap.yaml\n│       ├── deployment.yaml\n│       ├── secret.yaml\n│       └── service.yaml\n├── etcd\n│   ├── README.md\n│   ├── deployment.yaml\n│   └── service.yaml\n├── grafana\n│   ├── configmap.yaml\n│   ├── deployment.yaml\n│   ├── pvc.yaml\n│   ├── secret.yaml\n│   └── service.yaml\n├── jaeger\n│   ├── README.md\n│   ├── agent-daemonset.yaml\n│   ├── collector-deployment.yaml\n│   ├── collector-service.yaml\n│   ├── example\n│   │   ├── hotrod-deployment.yaml\n│   │   ├── hotrod-service.yaml\n│   │   └── ingress.yaml\n│   ├── query-deployment.yaml\n│   ├── query-service.yaml\n│   ├── spark-dependencies\n│   │   └── jaeger-spark-dependencies-cronjob.yaml\n│   └── storage-configmap.yaml\n├── loki\n│   ├── deployment.yaml\n│   ├── promtail\n│   │   ├── configmap.yaml\n│   │   └── daemonset.yaml\n│   └── service.yaml\n├── minio\n│   ├── deployment.yaml\n│   ├── pvc.yaml\n│   ├── secret.yaml\n│   └── service.yaml\n├── mitmporxy\n│   ├── README.md\n│   ├── mitmproxy.yaml\n│   └── service.yaml\n├── mysql\n│   ├── README.md\n│   ├── configmap.yaml\n│   ├── deployment.yaml\n│   ├── mysqld-exporter.yaml\n│   ├── pvc.yaml\n│   ├── secret.yaml\n│   └── service.yaml\n├── nats\n│   ├── deployment.yaml\n│   └── service.yaml\n├── postgres\n│   ├── deployment.yaml\n│   ├── pvc.yaml\n│   ├── secret.yaml\n│   └── service.yaml\n├── prometheus\n│   ├── README.md\n│   ├── configmap.yaml\n│   ├── deployment.yaml\n│   ├── node-exporter\n│   │   └── node-exporter-daemonset.yaml\n│   ├── pvc.yaml\n│   ├── rbac.yml\n│   └── service.yaml\n├── pulsar\n│   ├── README.md\n│   ├── deployment.yaml\n│   ├── pulsar-manager-deployment.yaml\n│   ├── pvc.yaml\n│   └── service.yaml\n├── pyroscope\n│   ├── README.md\n│   ├── deployment.yaml\n│   └── service.yaml\n├── redis\n│   ├── README.md\n│   ├── deployment.yaml\n│   ├── pvc.yaml\n│   ├── redis-exporter.yaml\n│   ├── redisinsight\n│   │   ├── README.md\n│   │   ├── deployment.yaml\n│   │   └── service.yaml\n│   └── service.yaml\n└── superset\n    ├── README.md\n    ├── configmap.yaml\n    ├── deployment.yaml\n    ├── pvc.yaml\n    └── service.yaml\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaguowei%2Fkube-stack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaguowei%2Fkube-stack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaguowei%2Fkube-stack/lists"}