Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spinkube/spin-operator
Spin Operator is a Kubernetes operator that empowers platform engineers to deploy Spin applications as custom resources to their Kubernetes clusters
https://github.com/spinkube/spin-operator
kubernetes spin webassembly
Last synced: about 1 month ago
JSON representation
Spin Operator is a Kubernetes operator that empowers platform engineers to deploy Spin applications as custom resources to their Kubernetes clusters
- Host: GitHub
- URL: https://github.com/spinkube/spin-operator
- Owner: spinkube
- License: other
- Created: 2024-02-01T16:02:25.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-11-01T21:52:36.000Z (about 1 month ago)
- Last Synced: 2024-11-01T22:40:42.319Z (about 1 month ago)
- Topics: kubernetes, spin, webassembly
- Language: Go
- Homepage: https://www.spinkube.dev/docs/overview/
- Size: 1.3 MB
- Stars: 179
- Watchers: 10
- Forks: 23
- Open Issues: 51
-
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
- awesome-repositories - spinkube/spin-operator - Spin Operator is a Kubernetes operator that empowers platform engineers to deploy Spin applications as custom resources to their Kubernetes clusters (Go)
README
# Spin Operator
The Spin Operator enables deploying Spin applications to Kubernetes. It watches [SpinApp Custom Resources](https://www.spinkube.dev/docs/glossary/#spinapp-crd) 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.
## Documentation
To learn more about the Spin Operator and the SpinKube organization, please visit [the official SpinKube documentation](https://www.spinkube.dev/docs/).
At this point in the preview, we recommend testing Spin Operator on a local k3d cluster via `make install`. The [quickstart guide](https://www.spinkube.dev/docs/spin-operator/quickstart/) will walk you through prequisites and the installation workflow.
> > Spin Operator installation via Helm chart for remote clusters while in private preview is WIP and can tracked [here](https://github.com/spinkube/spin-operator/issues/54). In the meantime, please use the guidance from our quickstart guide.
## Tutorials
There are a host of tutorials in the [SpinKube documentation](https://www.spinkube.dev/docs/install/). For example:
- [Quickstart](https://www.spinkube.dev/docs/install/quickstart/)
- [Deploying on Azure k8s service](https://www.spinkube.dev/docs/install/azure-kubernetes-service/)
- [Scaling Spin Apps with Horizontal Pod Autoscaler (HPA)](https://www.spinkube.dev/docs/topics/autoscaling/scaling-with-hpa/)
- [Scaling Spin Apps with Kubernetes Event Driver Autoscaler (KEDA)](https://www.spinkube.dev/docs/topics/autoscaling/scaling-with-keda/)
- [Running spin-operator locally](https://www.spinkube.dev/docs/contrib/running-locally/)
- [Running on a remote (non-local) K8s cluster](https://www.spinkube.dev/docs/contrib/running-on-a-cluster/)## Feedback
The remaining articles are under construction. You're welcome to view and open both [Spin Operator](https://github.com/spinkube/spin-operator/issues) and [documentation](https://github.com/spinkube/documentation/issues) 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 [Discord channel](https://discord.com/channels/926888690310053918/1200012610196738208).
## Contributing (Spin Operator)
If you would like to contribute, please visit this [contributing](https://www.spinkube.dev/docs/contrib/) page.
## Contributing (Documentation)
If you would like to contribute to SpinKube and Spin Operator, please visit this [contributing](https://www.spinkube.dev/docs/contrib/) 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](https://www.spinkube.dev/docs/contrib/#previewing-your-changes-locally).