{"id":25971399,"url":"https://github.com/cloudfoundry-incubator/cf-operator","last_synced_at":"2025-03-05T00:01:44.641Z","repository":{"id":46959800,"uuid":"154538463","full_name":"cloudfoundry-incubator/quarks-operator","owner":"cloudfoundry-incubator","description":"BOSH releases deployed on Kubernetes","archived":true,"fork":false,"pushed_at":"2021-11-19T15:25:06.000Z","size":22993,"stargazers_count":50,"open_issues_count":22,"forks_count":35,"subscribers_count":14,"default_branch":"master","last_synced_at":"2024-05-22T13:32:52.907Z","etag":null,"topics":["bosh","bosh-releases","cloud-foundry","hacktoberfest","helm","kubernetes","quarks"],"latest_commit_sha":null,"homepage":"https://www.cloudfoundry.org/project-quarks/","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/cloudfoundry-incubator.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-10-24T17:06:45.000Z","updated_at":"2024-05-02T16:28:29.000Z","dependencies_parsed_at":"2022-08-25T20:11:17.604Z","dependency_job_id":null,"html_url":"https://github.com/cloudfoundry-incubator/quarks-operator","commit_stats":null,"previous_names":["cloudfoundry-incubator/cf-operator"],"tags_count":147,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfoundry-incubator%2Fquarks-operator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfoundry-incubator%2Fquarks-operator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfoundry-incubator%2Fquarks-operator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfoundry-incubator%2Fquarks-operator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudfoundry-incubator","download_url":"https://codeload.github.com/cloudfoundry-incubator/quarks-operator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241940550,"owners_count":20045881,"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":["bosh","bosh-releases","cloud-foundry","hacktoberfest","helm","kubernetes","quarks"],"created_at":"2025-03-05T00:01:23.152Z","updated_at":"2025-03-05T00:01:44.624Z","avatar_url":"https://github.com/cloudfoundry-incubator.png","language":"Go","funding_links":[],"categories":["Repository is obsolete"],"sub_categories":["Awesome Operators in the Wild"],"readme":"# Quarks-operator\n\n[![godoc](https://godoc.org/code.cloudfoundry.org/quarks-operator?status.svg)](https://godoc.org/code.cloudfoundry.org/quarks-operator)\n[![ci](https://github.com/cloudfoundry-incubator/quarks-operator/actions/workflows/ci.yaml/badge.svg)](https://github.com/cloudfoundry-incubator/quarks-operator/actions/workflows/ci.yaml)\n[![go report card](https://goreportcard.com/badge/code.cloudfoundry.org/quarks-operator)](https://goreportcard.com/report/code.cloudfoundry.org/quarks-operator)\n[![Coveralls github](https://img.shields.io/coveralls/github/cloudfoundry-incubator/quarks-operator.svg?style=flat)](https://coveralls.io/github/cloudfoundry-incubator/quarks-operator?branch=HEAD)\n\n| Nightly build | [![quarks-operator-nightly](https://github.com/cloudfoundry-incubator/quarks-operator/workflows/quarks-operator-ci/badge.svg?event=schedule)](https://github.com/cloudfoundry-incubator/quarks-operator/actions?query=event%3Aschedule) |\n| ------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n\n\u003cimg align=\"right\" width=\"200\" height=\"39\" src=\"https://quarks.suse.dev/docs/cf-operator-logo.png\"\u003e\n\n----\n\nQuarks-operator enables the deployment of BOSH Releases, especially Cloud Foundry, to Kubernetes.\n\nIt's implemented as a k8s operator, an active controller component which acts upon custom k8s resources.\n\n----\n\n\n* Incubation Proposal: [Containerizing Cloud Foundry](https://docs.google.com/document/d/1_IvFf-cCR4_Hxg-L7Z_R51EKhZfBqlprrs5NgC2iO2w/edit#heading=h.lybtsdyh8res)\n* Slack: #quarks-dev on \u003chttps://slack.cloudfoundry.org\u003e\n* Backlog: [Pivotal Tracker](https://www.pivotaltracker.com/n/projects/2192232)\n* Helm: https://hub.helm.sh/charts/quarks/quarks\n* Docker: https://github.com/orgs/cloudfoundry-incubator/packages/container/package/quarks-operator\n* Documentation: [quarks.suse.dev](https://quarks.suse.dev)\n\n----\n\n- [Features](https://quarks.suse.dev/docs/quarks-operator/overview/)\n   - [Controllers](https://quarks.suse.dev/docs/quarks-operator/development/controllers/)\n   - [BOSH Variables interpolation](https://quarks.suse.dev/docs/quarks-operator/concepts/variables/)\n- [Installing](https://quarks.suse.dev/docs/quarks-operator/install/)\n  - [Troubleshooting](https://quarks.suse.dev/docs/quarks-operator/troubleshooting/)\n- [Tooling](https://quarks.suse.dev/docs/development/tooling/)\n\n## Development and Tests\n\nAlso see [CONTRIBUTING.md](CONTRIBUTING.md).\n\nFor more information about\n\n* the operator development, see [development docs](https://quarks.suse.dev/docs/development/)\n* testing, see [testing docs](https://quarks.suse.dev/docs/development/testing/)\n* building the operator from source, see [here](https://quarks.suse.dev/docs/development/building/)\n* how to develop a BOSH release using Quarks and SCF, see the [SCFv3 docs](https://github.com/SUSE/scf/blob/v3-develop/dev/scf/docs/bosh-author.md)\n\n\n## Quarks Meta\n\n* https://github.com/cloudfoundry-incubator/quarks-job - helm chart to run jobs and persist their output to secrets\n* https://github.com/cloudfoundry-incubator/quarks-secret - helm chart to generate credentials in cluster\n* https://github.com/cloudfoundry-incubator/quarks-statefulset - helm chart to improve on statefulsets\n* https://github.com/cloudfoundry-incubator/quarks-utils - library with shared functionality\n* https://github.com/cloudfoundry-incubator/quarks-container-run - command wrapper, which supports a conditional 'post start' command\n* https://github.com/cloudfoundry-incubator/quarks-docs - the sources for https://quarks.suse.dev/\n* https://github.com/cloudfoundry-incubator/quarks-gora - a simple server, used in testing\n* https://github.com/cloudfoundry-incubator/quarks-gora-release - a BOSH release for quarks-gora, used in testing\n* https://github.com/cloudfoundry-incubator/quarks-helm - the helm repo for all Quarks charts\n* https://github.com/cloudfoundry-incubator/quarks-ci - CI pipelines, also contains the [fissile pipeline](https://github.com/cloudfoundry-incubator/quarks-ci/tree/master/pipelines/release-images-cf-deployment) to create the BOSH release images\n* https://github.com/cloudfoundry-incubator/fissile - command line tool to convert BOSH releases into Docker images\n* https://github.com/viovanov/bosh-template-go - a Go wrapper for the bosh-template gem, to render job specs\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudfoundry-incubator%2Fcf-operator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudfoundry-incubator%2Fcf-operator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudfoundry-incubator%2Fcf-operator/lists"}