{"id":13500413,"url":"https://github.com/pulp/pulp-operator","last_synced_at":"2025-03-29T07:30:54.284Z","repository":{"id":37484398,"uuid":"185869917","full_name":"pulp/pulp-operator","owner":"pulp","description":"Kubernetes Operator for Pulp 3. Under active development.","archived":false,"fork":false,"pushed_at":"2025-03-24T07:19:27.000Z","size":5882,"stargazers_count":71,"open_issues_count":40,"forks_count":52,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-03-24T09:03:08.661Z","etag":null,"topics":["hacktoberfest","k8s","kubernetes","kubernetes-operator","openshift","operator","operator-sdk","pulp","pulpcore"],"latest_commit_sha":null,"homepage":"https://docs.pulpproject.org/pulp_operator/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pulp.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":"docs/contributing.md","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":"2019-05-09T20:51:43.000Z","updated_at":"2025-03-20T00:38:55.000Z","dependencies_parsed_at":"2023-10-04T04:09:28.918Z","dependency_job_id":"24595ef4-601e-46f6-aaec-1f703ee6ded7","html_url":"https://github.com/pulp/pulp-operator","commit_stats":null,"previous_names":[],"tags_count":32,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pulp%2Fpulp-operator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pulp%2Fpulp-operator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pulp%2Fpulp-operator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pulp%2Fpulp-operator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pulp","download_url":"https://codeload.github.com/pulp/pulp-operator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246155984,"owners_count":20732355,"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":["hacktoberfest","k8s","kubernetes","kubernetes-operator","openshift","operator","operator-sdk","pulp","pulpcore"],"created_at":"2024-07-31T22:00:59.722Z","updated_at":"2025-03-29T07:30:53.173Z","avatar_url":"https://github.com/pulp.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"![Pulp CI](https://github.com/pulp/pulp-operator/workflows/Pulp%20CI/badge.svg)\n\n# Pulp\n\n[Pulp](https://pulpproject.org/) is a platform for managing repositories of content, such as software packages, and making them available to a large number of consumers.\n\nWith Pulp you can:\n\n* Locally mirror all or part of a repository\n* Host your own content in a new repository\n* Manage content from multiple sources in one place\n* Promote content through different repos in an organized way\n\nIf you have dozens, hundreds, or thousands of software packages and need a better way to manage them, Pulp can help.\n\nPulp is completely free and open-source!\n\n* License: GPLv2+\n* Documentation: [https://docs.pulpproject.org/](https://docs.pulpproject.org/)\n* Source: [https://github.com/pulp/pulpcore/](https://github.com/pulp/pulpcore/)\n\nFor more information, check out the project website: [https://pulpproject.org](https://pulpproject.org)\n\nIf you want to evaluate Pulp quickly, try [Pulp in One Container](https://pulpproject.org/pulp-in-one-container/)\n\n## Pulp Operator\n\nSee our documentation on [Pulp Operator page](https://docs.pulpproject.org/pulp_operator/).\n\nPulp Operator is in beta stage and under active development, with the goal to provide a scalable and robust cluster for Pulp 3.\nIf you find any problem, please check our [issue page](https://github.com/pulp/pulp-operator/issues?q=is%3Aissue+is%3Aopen+label%3Ago-alpha) with the current known issues or feel free to fill a new bug or rfe in case it is not addressed yet.\n\nNote that Pulp operator works with three different types of service containers (the operator itself, the main service and the web service):\n\n|           | Operator | Main | Web |\n| --------- | -------- | ---- | --- |\n| **Image** | [pulp-operator](https://quay.io/repository/pulp/pulp-operator?tab=tags) |[pulp-minimal](https://quay.io/repository/pulp/pulp-minimal?tab=tags) | [pulp-web](https://quay.io/repository/pulp/pulp-web?tab=tags) |\n| **Image** | [pulp-operator](https://quay.io/repository/pulp/pulp-operator?tab=tags) |[galaxy-minimal](https://quay.io/repository/pulp/galaxy-minimal?tab=tags) | [galaxy-web](https://quay.io/repository/pulp/galaxy-web?tab=tags) |\n\n\u003cbr\u003ePulp operator is manually built and [hosted on quay.io](https://quay.io/repository/pulp/pulp-operator). Read more about the container images [here](https://docs.pulpproject.org/pulp_operator/container/).\n\n## Custom Resource Definitions\nPulp Operator currently provides three different kinds of [Custom Resources](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/#custom-resources): Pulp, Pulp Backup and Pulp Restore.\n### Pulp\nManages the Pulp application and its deployments, services, etc.\n\n### Pulp Backup\nManages pulp backup\n### Pulp Restore\nManages the restoration of a pulp backup\n## Get Help\n\nDocumentation: [https://docs.pulpproject.org/pulp_operator/](https://docs.pulpproject.org/pulp_operator/)\n\nIssue Tracker: [https://github.com/pulp/pulp-operator/issues](https://github.com/pulp/pulp-operator/issues)\n\nForum: [https://discourse.pulpproject.org/](https://discourse.pulpproject.org/)\n\nJoin [**#pulp** on Matrix](https://matrix.to/#/#pulp:matrix.org)\n\nJoin [**#pulp-dev** on Matrix](https://matrix.to/#/#pulp-dev:matrix.org) for Developer discussion.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpulp%2Fpulp-operator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpulp%2Fpulp-operator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpulp%2Fpulp-operator/lists"}