{"id":23080991,"url":"https://github.com/onzack/rkm","last_synced_at":"2025-10-24T09:31:55.073Z","repository":{"id":54494000,"uuid":"247145266","full_name":"onzack/rkm","owner":"onzack","description":"Remote Kubernetes Monitoring (RKM) monitors as much as necessary and as little as possible to keep things simple and easy.","archived":false,"fork":false,"pushed_at":"2021-02-17T14:14:41.000Z","size":972,"stargazers_count":7,"open_issues_count":4,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-04T00:33:43.868Z","etag":null,"topics":["grafana","influxdb","kubernetes","kubernetes-monitoring","monitoring"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/onzack.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}},"created_at":"2020-03-13T19:15:36.000Z","updated_at":"2025-03-30T19:57:52.000Z","dependencies_parsed_at":"2022-08-13T17:40:47.367Z","dependency_job_id":null,"html_url":"https://github.com/onzack/rkm","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/onzack/rkm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onzack%2Frkm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onzack%2Frkm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onzack%2Frkm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onzack%2Frkm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/onzack","download_url":"https://codeload.github.com/onzack/rkm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onzack%2Frkm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270644764,"owners_count":24621332,"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","status":"online","status_checked_at":"2025-08-15T02:00:12.559Z","response_time":110,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["grafana","influxdb","kubernetes","kubernetes-monitoring","monitoring"],"created_at":"2024-12-16T13:44:14.746Z","updated_at":"2025-10-24T09:31:55.019Z","avatar_url":"https://github.com/onzack.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RKM - Remote Kubernetes Monitoring\nSimple monitoring tool for local and remote Kubernetes clusters.  \nUsed technonlogies:\n\n* Go\n* Docker\n* Bash\n* InfluxDB\n* Grafana\n\n# Architecture\n![A Sample Graph for visualization ](./docs/rkm.png)\n\n# Grafana Dashbaord\n![Grafana Dashboard ](./docs/rkm-mission-control.png)\n\n# Installation\n\n## RKM Mission Control\n\n### Install InfluxDB\nThe RKM-Outpost metrics are stored in an InfluxDB.  \nIf you don't already have an InfluxDB, install one for example with the [InfluxDB Helm Chart](https://github.com/influxdata/helm-charts/tree/master/charts/influxdb) on Kubernetes.  \nThe InfluxDB and RKM-Outpost have a few dependencies:\n1. The InfluxDB must be reachable for RKM-Outpost\n3. An InfluxDB database for the RKM-Outpost metrics, for example \"rkm\"\n4. User and password for the InfluxDB database\n\n### Install Grafana\nIf your don't have a Grafana instance, install one for example with the [Grafana Helm Chart](https://github.com/helm/charts/tree/master/stable/grafana) on Kubernetes. Grafana must have access to the InfluxDB database.  \nAdd the InfluxDB database as a datasource to Grafana and import the [RKM Mission Control Dashboard](https://github.com/onzack/rkm/blob/main/Grafana/rkm-mission-control-dashboard.json).\n\n## RKM Outpost\nInstall RKM Outpost Helm Chart:  \n1. Create rkm-outpost namespace:  \n`kubectl create namespace rkm-outpost`\n2. Create secret for InfluxDB authentication:  \n`kubectl create secret generic rkm-secrets --from-literal=INFLUXDB_USER=\u003cuser\u003e --from-literal=INFLUXDB_PW=\u003cpassword\u003e -n rkm-outpost`\n3. Clone this repository:  \n`git clone https://github.com/onzack/rkm.git`\n4. Create and adjust the custom-values.yaml file for your cluster:  \n`cp ./rkm/deployments/kubernetes/helm/rkm-outpost/custom-values.yaml cluster-1-values.yaml`  \n`vim custom-values.yaml`  \n**Importat**  \nrkm-outpost does not have proxy support yet. We are working on it.\n\n5. Install Helm Chart:  \n`helm install -f custom-values.yaml -n rkm-outpost rkm-outpost ./rkm/deployments/kubernetes/helm/rkm-outpost`  \n\n# Docker repositories\nRKM-Outpost: https://quay.io/repository/onzack/rkm-outpost  \nRKM-Outpost operator: https://quay.io/repository/onzack/rkm-outpost-operator\n\n# Licence\nCopyright 2021 [ONZACK AG](https://www.onzack.com)\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n[http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonzack%2Frkm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonzack%2Frkm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonzack%2Frkm/lists"}