trmm-awesome/kubernetes
2022-07-08 15:34:12 -07:00
..
deployment Update manifests for 0.14.1 2022-07-08 15:34:12 -07:00
certs.yaml Add Kubernetes manifests for TRMM 2022-01-02 23:37:09 -08:00
namespace.yaml Add Kubernetes manifests for TRMM 2022-01-02 23:37:09 -08:00
network-policy.yaml Fix missing namespace for network policy 2022-01-07 13:19:23 -08:00
nlb.yaml Fix DO Load Balancer health status check 2022-01-03 09:16:57 -08:00
pvc.yaml Add Kubernetes manifests for TRMM 2022-01-02 23:37:09 -08:00
README.md Update manifests for 0.14.1 2022-07-08 15:34:12 -07:00
secrets.yaml Configure Mesh SMTP settings 2022-01-10 13:16:09 -08:00

TacticalRMM Kubernetes manifests

Author: Joel DeTeves

Desription: TacticalRMM Kubernetes manifests tested & working on Digital Ocean managed Kubernetes (DOKS).

Disclaimer: These manifests are experimental and as such are NOT SUPPORTED. I have done my best to make them as secure as possible however I am NOT responsible for anything that happens to you or your data as a result of using these files. Please do your due dilligence security-wise and open a Github issue if you wish to report a problem. USE AT YOUR OWN RISK. By using these files you agree that you are the sole entity responsible for any damages that may arise as a result.

Pre-requisites

  • A working Kubernetes cluster
  • Kubernetes NFS provisioner or another storage provisioner that supports ReadWriteMany
  • cert-manager or a Lets Encrypt cert issuer of your choice. Alternatively, you can mount your own certs as secret volumes into the pods

Deploying the files

  1. kubectl apply -f namespace.yaml
  2. kubectl apply -f .
  3. kubectl apply -f deployment/ -R

Notes

The load balancer has externalTrafficPolicy: Local disabled by default, as it caused a health check issue with the Digital Ocean Load Balancer these manifests were tested on. It may need to be enabled depending on your cloud provider, see https://docs.nats.io/running-a-nats-service/introduction/running/nats-kubernetes/nats-external-nlb for more info

Questions / Concerns

Please open an issue in Github or you can also check in the Tactical RMM Discord Channel.

Note: I am not affiliated with TRMM or AmidaWare; I am a community contributor. Please direct TRMM-related issues to the appropriate channels.