Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 1.96 KB

README.md

File metadata and controls

23 lines (12 loc) · 1.96 KB

Spin Operator

The Spin Operator enables deploying Spin applications to Kubernetes. It watches SpinApp Custom Resources and realizes the desired state in the Kubernetes cluster. This project was built using the Kubebuilder framework and contains a Spin App CRD and controller.

To get started, check out the Spin Operator quickstart

Conceptual Overview Diagram of Spin Operator

Documentation

To learn more about the Spin Operator and the SpinKube organization, please visit the official SpinKube documentation.

Feedback

The remaining articles are under construction. You're welcome to view and open both Spin Operator and documentation issues and feature requests. As this work is under development, please note that current features, functionality and supporting documentation are likely to change as the projects evolve and improvements are made.

For questions or support, please visit our Slack channel.

Contributing (Documentation)

If you would like to contribute to SpinKube and Spin Operator, please visit this documentation contributing page.

The documentation is written using Hugo (as the static site generator), Docsy (as the technical documentation template) and GitHub pages (for hosting). However, during construction (prior to the website being rendered and publicly available) you are welcome to run a local copy of the documentation using the hugo server command. You can do so by following these instructions.