JIMM is a extension of Juju, an open source orchestration engine, providing additional capabilities to your Juju environments. Visit our documentation to gain a deeper understanding of what JIMM provides.
The JIMM K8s charm is the easiest and the recommended way to deploy JIMM. This charm installs and configures the JIMM server.
JIMM provides a number of useful features on top of Juju including,
- A single location to manage your Juju infrastructure.
- The ability to query across multiple Juju controllers simultaneously.
- Expanded authentication and authorisation functionality utilising OAuth2.0 and Relationship-based Access Control (ReBAC).
For users who want to deploy JIMM in its entirety (including its dependencies), it is recommended to start with our tutorials to get acquainted.
JIMM can be deployed with the following command which will alias the deployed application name as simply jimm
.
juju deploy juju-jimm-k8s jimm
For more detailed instructions on deploying and using JIMM, please visit our documentation page.
Please see the Juju SDK documentation for more information about developing and improving charms. For developer guidance please check our contribution guideline.