This tap provides Homebrew formulas for Orkestra β a declarative runtime for Kubernetes operators, and its web-based Control Center (orkcc).
brew tap orkspace/tapbrew install orkbrew install orkccork version
orkcc --helpAfter installation, you can use ork to deploy and manage operators:
ork run -k katalog.yamlFor the Control Center:
ork control start --port 8081Then open http://localhost:8081 to see the web UI.
When a new version of Orkestra is released, update your local formulas:
brew update
brew upgrade ork orkccTo build the formulas locally from source:
brew install --build-from-source ork
brew install --build-from-source orkccThis tap and the Orkestra project are licensed under the Apache License 2.0.
See the LICENSE file in the Orkestra repository for full details.
Issues and pull requests are welcome at the Orkestra main repo or directly to this tap repository.
Maintainers: Orkestra team
Homepage: https://orkestra.sh (if available, otherwise omit)
Feel free to adjust the URL or description as needed.