Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/glasskube/operator
๐ง Glasskube Apps Operator
https://github.com/glasskube/operator
devops devops-tools docker gitea gitlab glasskube hacktoberfest java-operator-sdk keycloak kotlin kubernetes kubernetes-operator matomo nextcloud odoo operator plane vault velero
Last synced: 29 days ago
JSON representation
๐ง Glasskube Apps Operator
- Host: GitHub
- URL: https://github.com/glasskube/operator
- Owner: glasskube
- License: lgpl-3.0
- Created: 2022-08-24T06:51:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T14:15:58.000Z (7 months ago)
- Last Synced: 2024-04-12T22:14:19.134Z (7 months ago)
- Topics: devops, devops-tools, docker, gitea, gitlab, glasskube, hacktoberfest, java-operator-sdk, keycloak, kotlin, kubernetes, kubernetes-operator, matomo, nextcloud, odoo, operator, plane, vault, velero
- Language: Kotlin
- Homepage: https://glasskube.eu/docs/
- Size: 1.94 MB
- Stars: 302
- Watchers: 5
- Forks: 25
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
[![GitHub Repo stars](https://img.shields.io/github/stars/glasskube/operator)](https://github.com/glasskube/operator)
[![Docker Pulls](https://img.shields.io/docker/pulls/glasskube/operator)](https://hub.docker.com/r/glasskube/operator)
[![license](https://img.shields.io/badge/license-LGPL_3.0-blue)](https://opensource.org/license/lgpl-3-0/)
[![Docs](https://img.shields.io/badge/docs-glasskube.eu%2Fdocs-blue)](https://glasskube.eu/docs/)
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/glasskube)](https://artifacthub.io/packages/helm/glasskube/glasskube-operator)
Kubernetes Operator
Open Source Tools on autopilot
Getting started ยป
Explore our website ยป
GitHub
.
Docker Hub
.
Artifact Hub
.
## โญ๏ธ Why Glasskube?
Turn on autopilot and deploy and manage Open Source Tools fully automated on Kubernetes. Our Open Source Glasskube Operator is the simplest and fastest way to manage all your favorite Open Source Tools and the related infrastructure components like databases, caches, and keep them up to date without manual hassle.
## โจ Features
- ๐ Easy installation with little to no configuration
- โ Automatic setup of databases and caches
- ๐ Automate and schedule version updates and patches
- ๐๏ธ Scheduled database backups
- โ๏ธ Interface for simple SMTP configuration## ๐๏ธ Table Of Contents
- [Quick Start](https://github.com/glasskube/operator#-quick-start)
- [Supported Tools](https://github.com/glasskube/operator#-supported-tools)
- [Screencast](https://github.com/glasskube/operator#-screencast)
- [Need help?](https://github.com/glasskube/operator#-need-help)
- [Related projects](https://github.com/glasskube/operator#-related-projects)
- [How to Contribute](https://github.com/glasskube/operator#-how-to-contribute)
- [Supported by](https://github.com/glasskube/operator#-supported-by)## ๐ Quick Start
The Glasskube operator is simply deployed via Helm. To install the Open Source Tool simply apply the Custom Resource. You can find more information and guidance in our [Docs](https://glasskube.eu/docs/).First, add our helm repository and refresh your repository list:
```console
helm repo add glasskube https://charts.glasskube.eu/
helm repo update
```Next, install the Glasskube Operator with helm:
```
helm install my-glasskube-operator glasskube/glasskube-operator
```Install the tool of your choice, for example Gitlab:
```
kubectl apply -f gitlab.yaml
```## ๐จ Supported Tools
- Gitea [`go-gitea/gitea`](https://github.com/go-gitea/gitea)
- GitLab [`gitlab.com/gitlab-org/gitlab`](https://gitlab.com/gitlab-org/gitlab)
- GlitchTip [`gitlab.com/glitchtip/glitchtip`](https://gitlab.com/glitchtip)
- Keycloak [`keycloak/keycloak`](https://github.com/keycloak/keycloak)
- Matomo [`matomo-org/matomo`](https://github.com/matomo-org/matomo)
- Metabase [`metabase/metabase`](https://github.com/metabase/metabase)
- Nextcloud [`nextcloud/server`](https://github.com/nextcloud/server)
- Odoo [`odoo/odoo`](https://github.com/odoo/odoo)
- Plane [`makeplane/plane`](https://github.com/makeplane/plane)
- Vault [`hashicorp/vault`](https://github.com/hashicorp/vault)> Don't find your tool? We are always adding new supported tools, so just join us on [Discord](https://discord.gg/SxH6KUCGH7) and let us know which tool is missing!
## ๐ฌ Screencast
https://user-images.githubusercontent.com/3041752/217483828-2f0245bc-dbe8-4fc5-901f-e96131187c22.mp4
## โ๏ธ Need help?
If you encounter any problems, we will be happy to support you wherever we can. If you encounter any bugs or issues while working on this project, feel free to contact us on [Discord](https://discord.gg/SxH6KUCGH7). We are happy to assist you with anything related to the project.## ๐ Related projects
- Java client for Kubernetes [`fabric8io/kubernetes-client`](https://github.com/fabric8io/kubernetes-client)
- Java Operator SDK [`operator-framework/java-operator-sdk`](https://github.com/operator-framework/java-operator-sdk)## ๐ค How to Contribute
See [the contributing guide](CONTRIBUTING.md) for detailed instructions.
Also join our [`architecture discussion`](https://github.com/glasskube/operator/discussions/4) on GitHub.
## ๐คฉ Thanks to all our contributors
Thanks to everyone, that is supporting this project. We are thankful, for evey contribution, no matter its size!
## ๐ License
The Glasskube Operator is licensed under the LGPL-3.0 license. For more information check the [LICENSE](https://github.com/glasskube/operator/blob/main/LICENSE) file for details.
## ๐ Supported by
- Media Tech Lab [`media-tech-lab`](https://github.com/media-tech-lab)