- Notifications
You must be signed in to change notification settings - Fork18
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.
License
getporter/operator
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
🚨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 yourbundles from Kubernetes. It is the recommended way to automate your bundlepipeline 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 aninstallation when changes are pushed in git, through integration with Flux.
- Isolated environments for running bundles in your organization, limitingaccess to secrets used by the bundles using namespaces and RBAC.
- Create and respond to events on your cluster to integrate bundles into yourpipeline.
Learn all about Porter atgetporter.org/operator/
🚧 **It is not safe to use in production or with production secrets.**🚧
We are planning a security review and audit before it is released.
Follow ourQuickStart to install the Porter Operator on an existing Kubernetes cluster.If you want to build from source, instructions are in theContributor's Guide.
- 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. 😉
Want to work on Porter with us? 💖 We are actively seeking out new contributorswith the hopes of building up both casual contributors and enticing some of youinto becoming reviewers and maintainers.
Start with ourNew Contributors Guide
Porter wouldn't be possible without ourcontributors, carryingthe load and making it better every day! 🙇♀️
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 singleproject 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 ourroadmap
About
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.