Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/getporter/operator
The Porter Operator gives you a native, integrated experience for managing your bundles from Kubernetes. It is the recommended way to automate your bundle pipeline with support for GitOps.
https://github.com/getporter/operator
gitops hacktoberfest kubernetes operator porter
Last synced: 20 days ago
JSON representation
The Porter Operator gives you a native, integrated experience for managing your bundles from Kubernetes. It is the recommended way to automate your bundle pipeline with support for GitOps.
- Host: GitHub
- URL: https://github.com/getporter/operator
- Owner: getporter
- License: apache-2.0
- Created: 2021-01-08T22:27:50.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-20T15:11:02.000Z (2 months ago)
- Last Synced: 2024-10-26T02:32:04.451Z (about 2 months ago)
- Topics: gitops, hacktoberfest, kubernetes, operator, porter
- Language: Go
- Homepage: https://porter.sh/operator
- Size: 1.84 MB
- Stars: 31
- Watchers: 6
- Forks: 18
- Open Issues: 42
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[![Build Status](https://github.com/getporter/operator/workflows/build/badge.svg)](https://github.com/getporter/operator/actions?query=workflow:pr)
# Porter Operator
🚨 **This is a new project; the goals below are aspirational and not all implemented yet.**
The Porter Operator gives you a native, integrated experience for managing your
bundles from Kubernetes. It is the recommended way to automate your bundle
pipeline with support for GitOps.* Manage bundle installations using desired state configuration.
* Installs the bundle when an installation CRD is added.
* Upgrades the bundle when the bundle definition or values used to install the bundle change.
* Uninstalls the bundle when the installation CRD is deleted or when spec.uninstalled is set to true.
* Automatically deploy new versions of bundles when a new version is pushed, and update an
installation when changes are pushed in git, through integration with Flux.
* Isolated environments for running bundles in your organization, limiting
access to secrets used by the bundles using namespaces and RBAC.
* Create and respond to events on your cluster to integrate bundles into your
pipeline.Learn all about Porter at getporter.org/operator/
# Project Status
🚧 **It is not safe to use in production or with production secrets.**🚧
We are planning a security review and audit before it is released.
# Try it out
Follow our [QuickStart] to install the Porter Operator on an existing Kubernetes cluster.
If you want to build from source, instructions are in the [Contributor's Guide].# Contact
* [Mailing List] - Great for following the project at a high level because it is low traffic, mostly release notes and blog posts on new features.
* [Slack] - Discuss #porter or #cnab with other users and the maintainers.
* [Open an Issue] - If you have a bug, feature request or question about Porter, ask on GitHub so that we can prioritize it and make sure you get an answer.
If you ask on Slack, we will probably turn around and make an issue anyway. 😉[Mailing List]: https://getporter.org/mailing-list
[Slack]: https://getporter.org/community/#slack
[Open an Issue]: https://github.com/getporter/operator/issues/new---
# Looking for Contributors
Want to work on Porter with us? 💖 We are actively seeking out new contributors
with the hopes of building up both casual contributors and enticing some of you
into becoming reviewers and maintainers.Start with our New Contributors Guide
Porter wouldn't be possible without our [contributors][contributors], carrying
the load and making it better every day! 🙇♀️[contributors]: https://getporter.org/src/CONTRIBUTORS.md
---
# Roadmap
Porter is an open-source project and things get done as quickly as we have motivated contributors working on features that interest them. 😉
We use a single [project board][board] across all of our repositories to track open issues and pull requests.
The roadmap represents what the core maintainers have said that they are currently working on and plan to work on over the next few months. We use the
"on-hold" bucket to communicate items of interest that doesn't have a core maintainer who will be working on it.Check out our roadmap
[board]: https://getporter.org/board
[Contributor's Guide]: CONTRIBUTING.md
[connect]: CONTRIBUTING.md#connect-to-the-in-cluster-mongo-database
[QuickStart]: /docs/content/quickstart/_index.md