Skip to content

A group of controllers for handling Lagoon builds and tasks in Kubernetes or Openshift

Notifications You must be signed in to change notification settings

uselagoon/remote-controller

Folders and files

NameName
Last commit message
Last commit date
Dec 7, 2023
Jan 24, 2024
Jan 24, 2024
Jan 24, 2024
Jul 15, 2020
Jan 24, 2024
Jan 24, 2024
Jul 15, 2020
Jul 5, 2023
May 13, 2021
Jan 24, 2024
Jan 24, 2024
Feb 1, 2022
Aug 25, 2020
Dec 21, 2021
Jan 24, 2024
May 2, 2022
Jan 24, 2024
Jan 24, 2024
Jan 24, 2024

Repository files navigation

Lagoon Remote Controller

This project is comprised of controllers responsible for handling Kubernetes and Openshift build deploy and removal of environments for Lagoon. It also handles Lagoon tasks that are triggered via the Lagoon UI, and also more advanced tasks that Lagoon can leverage.

Install

See lagoon-charts

Usage

The controllers have the ability to start with and without messaging queue support.

With MQ

This is the preferred way to be installed, it reads messages from dedicated queues that are sent from Lagoon. The recieved message contains everything that the LagoonBuild or LagoonTask spec needs to start doing the work in the destination cluster.

Without MQ

This is handy for testing scenarios, a K3D or KinD can be started locally and the controllers installed into it. A user can then define or craft a LagoonBuild or LagoonTask spec manually and apply it to the local cluster. There is currently no documentation for how to do this, we may release more information on how to do this after some more testing has been done.