-
Notifications
You must be signed in to change notification settings - Fork 10
Web UI
Cluster Broccoli comes with a Web UI for creating and managing instances based on templates. It allows you to start and stop jobs as well as explore the services your jobs expose. It show the status of your job (according to Nomad) and the status of your services (according to Consul).
You can start and stop instances by clicking on the corresponding buttons (►, ◾) on the right. The label next to it will indicate whether the instance is currently stopped, pending or running.
In order to change the parameter values of an instance, click the edit symbol on the left. Please keep in mind that the changes will only take effect if you restart the instance.
If you want to delete an instance, please use the red button on the right. Note however, that deleting an instance will make Broccoli submit a stop request to Nomad as well.
Each instance can expose services. Broccoli shows this services in the middle of each instance row. The service state is reflected in the color of the link. Healthy services are printed green, unhealthy ones are red. If Consul is not reachable (and thus the service cannot be discovered), it will be rendered grey.