{"id":37171844,"url":"https://github.com/oskoperator/osko","last_synced_at":"2026-02-21T01:13:29.001Z","repository":{"id":205797894,"uuid":"660584297","full_name":"oskoperator/osko","owner":"oskoperator","description":"OpenSLO Kubernetes Operator","archived":false,"fork":false,"pushed_at":"2025-09-14T18:51:30.000Z","size":6802,"stargazers_count":19,"open_issues_count":8,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-01-14T22:24:51.797Z","etag":null,"topics":["kubernetes-operator","monitoring","openslo","slo"],"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/oskoperator.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":"DCO","cla":null}},"created_at":"2023-06-30T10:38:52.000Z","updated_at":"2025-11-30T20:18:31.000Z","dependencies_parsed_at":"2023-11-14T13:26:43.962Z","dependency_job_id":"f3f0ba76-7336-47fe-b503-4ddc5c93fee6","html_url":"https://github.com/oskoperator/osko","commit_stats":null,"previous_names":["oskoperator/osko"],"tags_count":39,"template":false,"template_full_name":null,"purl":"pkg:github/oskoperator/osko","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oskoperator%2Fosko","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oskoperator%2Fosko/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oskoperator%2Fosko/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oskoperator%2Fosko/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oskoperator","download_url":"https://codeload.github.com/oskoperator/osko/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oskoperator%2Fosko/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29670123,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T00:11:43.526Z","status":"ssl_error","status_checked_at":"2026-02-20T23:52:33.807Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["kubernetes-operator","monitoring","openslo","slo"],"created_at":"2026-01-14T20:02:59.396Z","updated_at":"2026-02-21T01:13:28.969Z","avatar_url":"https://github.com/oskoperator.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# osko - OpenSLO Kubernetes Operator\n\nThis operator aims to provide it's users with simple management of SLIs, SLOs, alerting rules and alerts routing via Kubernetes CRDs according to the [OpenSLO](https://github.com/OpenSLO/OpenSLO) specification (currently `v1`).\n\nSee the [design document](DESIGN.md) for more details on what `osko` aims to do.\n\n## Here be dragons!\n\n`osko` is in very active development, hardly functional and definitely not stable. Until a `v1` release comes around, use at your own risk.\n\n## Test It Out\n\n1. You’ll need a Kubernetes cluster to run `osko`. You can use [KIND](https://sigs.k8s.io/kind) to get a local cluster for testing, or run against a remote cluster.\n   - refer to the [Installation and usage](https://github.com/kubernetes-sigs/kind#installation-and-usage) section of the [KIND](https://sigs.k8s.io/kind) README to use KIND.\n\n**Note:** Your controller will automatically use the current context in your kubeconfig file (i.e. whatever cluster `kubectl cluster-info` shows).\n\n2. Install the CRDs into the cluster:\n\n```sh\nmake install\n```\n\n3. We also depend on Prometheus Operator CRDs (`monitoring.coreos.com` API group). Let's install that to our local cluster now:\n\n```sh\nhelm repo add prometheus-community https://prometheus-community.github.io/helm-charts\nhelm repo update\nhelm install prometheus-operator-crds prometheus-community/prometheus-operator-crds\n```\n\n4. Install sample CRDs into the cluster, so `osko` has resources to work with:\n\n```sh\nkubectl apply -k config/samples/\n```\n\n5. Run your controller (this will run in the foreground, so switch to a new terminal if you want to leave it running):\n\n```sh\nmake run\n```\n\n**NOTE:** You can also run this in one step by running: `make install run`\n\n#### Modifying the API definitions\n\nIf you are editing the API definitions, generate the manifests such as CRs or CRDs using:\n\n```sh\nmake manifests\n```\n\n**NOTE:** Run `make --help` for more information on all potential `make` targets\n\nMore information can be found via the [Kubebuilder Documentation](https://book.kubebuilder.io/introduction.html)\n\n## Contributing\n\nFeel free to open an issue or a pull (merge) request if\nyou would like to see a particular feature implemented after reading the below requirements:\n\n- Please sign your commits off using the `-s` flag during `git commit` after reading the\n  project's [DCO](DCO).\n- It would be greatly appreciated if you tried using\n  [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) for the commit style.\n\n## License\n\nFor license, see the [LICENSE](LICENSE) file in the root of this repository.\n\n## Community\n\nIf you have any questions or need general advice or help, feel free to join the\n[#osko channel on the OpenSLO Slack](https://openslo.slack.com/archives/C06T64CP5DK)\n\n## Sponsors\n\n\u003cimg src=\"assets/HG Logo_Heureka Group Color.png\" width=\"33%\"\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foskoperator%2Fosko","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foskoperator%2Fosko","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foskoperator%2Fosko/lists"}