https://github.com/replicatedhq/kots-sentry
https://github.com/replicatedhq/kots-sentry
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/replicatedhq/kots-sentry
- Owner: replicatedhq
- License: other
- Created: 2019-08-26T22:25:00.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-04-26T18:54:19.000Z (about 2 years ago)
- Last Synced: 2024-04-13T22:20:33.686Z (about 1 year ago)
- Language: Makefile
- Homepage:
- Size: 198 KB
- Stars: 14
- Watchers: 25
- Forks: 17
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kots Sentry Demo
This is a working demo for packaging Sentry as a Kots application.
## Installing the example
There is a license file in this repo that can be used to install Sentry with KOTS from the perspective of an end user. For an existing cluster install, simply point `kubectl` at your cluster, then follow the steps:
1. Install the `kots` plugin:
```shell
curl -fsSL https://kots.io/install | bash
```2. Run `kubectl kots install` from your workstation:
```shell
kubectl kots install sentry-pro
```You'll be walked through a few questions as kots sets up the cluster. Once the UI is launched on `localhost:8800`, you can proceed to configure the instance. Again, you can use [the license file in this repo](./KOTS-license-example-sentry-pro.yaml) to install the instance.
3. Clean up
When you're done, you can clean up by deleting the namespace you selected during installation.
```shell
kubectl delete ns your-namespace
```## Packaging your own app
To get started developing your own version of Sentry (or any Kubernetes app) on KOTS, check out the [quickstart guide](https://kots.io/vendor/guides/quickstart)