Juju Dashboard
- Juju Engineering
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 15 | 20 Nov 2024 | |
latest/beta | 14 | 06 Mar 2024 | |
latest/edge | 15 | 20 Nov 2024 |
juju deploy juju-dashboard
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
Juju Dashboard
Juju Dashboard displays your controllers and models, allowing you to see the status of your deployments, manage access, run actions and configure applications. The dashboard can be used with your local Juju environments and can also be found as a part of JAAS.
Deploy
Juju Dashboard can be deployed in your controller model using either the VM charm or Kubernetes charm (pre Juju 3.0 controllers included Juju Dashboard automatically).
To deploy the dashboard, first switch to the controller model:
juju switch controller
Next deploy the charm:
juju deploy juju-dashboard dashboard
Then integrate the controller and the dashboard:
juju integrate dashboard controller
Finally, expose the dashboard:
juju expose dashboard
Now you can access the dashboard by running:
juju dashboard
This command will open a connection to the dashboard output the dashboard address and credentials.
For further details see the docs on managing the dashboard.
Docs
Learn more about the Juju Dashboard in the Juju docs. If you’re new to Juju you may also like to take a look at the getting started docs.
If you think there’s something that needs documenting or an issue with the current docs let us know either via the community or file an issue.
Community
Whether you need help, have suggestions or want to get in contact for any reason you can join us in the Juju Discourse or find us on Mattermost.
Issues
If you’ve found a bug then please let us know by filing an issue. If you’re not sure if it’s a bug you can discuss the issue with us first.
Juju Dashboard integrates with a number of parts of the Juju ecosystem. Filing bugs for the relevant codebase will help the issue to be seen by the right team:
- Issues with Juju Dashboard.
- Issues with the Dashboard VM or K8s charm.
- Issues with Juju itself or its APIs.
- Issues with the jaas.ai website.
- Issues with the juju.is website.
Contributing
Juju Dashboard is open source and we welcome contributions. Take a look at the contribution guide guide to find out how to contribute to the project and take a look at the development guide to get set up to work on the dashboard.