/kots-sentry

Primary LanguageMakefileOtherNOASSERTION

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:
curl -fsSL https://kots.io/install | bash
  1. Run kubectl kots install from your workstation:
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 to install the instance.

  1. Clean up

When you're done, you can clean up by deleting the namespace you selected during installation.

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