Create a KOSI account (with SSO)
2 minute read
How to register a KubeOps account
You can register a KubeOps account either via the website or directly via the KubeOps-Registry.
Register account via the Website
You can create an account on our website by scrolling to the bottom of the page and clicking the Login button.
This will redirect you to our login page:

At the bottom of the form, you will find the REGISTRATION button. Click it to open the registration form, enter your details, and create your account.
Activate your account to use KOSI
After successful registration, you must log in once into the KubeOps-Registry. Once logged in, you can switch to KOSI and use it as normal.
(alternative) Register account via KubeOps-registry
You can also register a user account directly on the KubeOps-Registry page. Click LOGIN WITH keycloak. You will be redirected to the SSO page where you can REGISTER a new user account.

Activate your account to use KOSI
After successful registration, you must log in once to the KubeOps-Registry. Once logged in, you can switch to KOSI and use it as normal.
How to manually push images to your KubeOps-Registry project space
To manually push container images into your KubeOps-Registry project space, you need to use your Harbor CLI secret for authentication when using podman.
How to get your CLI secret
-
Click on your username and select User Profile.

-
On the User Profile page, you can copy or change your CLI secret if needed.

Now you can push your image using the CLI secret:
podman login registry.kubeops.net -u <username> -p <CLI_secret>
Note: Replace
<username>with your KubeOps username and<CLI_secret>with your actual CLI secret.