Skip to content

Red Hat Ecosystem Catalog

Kedify is certified and available in the Red Hat Ecosystem Catalog. You can deploy Kedify on your Red Hat OpenShift cluster using the OperatorHub.

Start by creating your Kedify account on the Kedify website. Once you have an account, make a note of your unique Organization ID and your API Key. You will need these later.

Install Kedify From OperatorHub

  1. Open your Red Hat OpenShift cluster in your web browser - you will need a cluster-admin account.
  2. Navigate to the OperatorHub in the OpenShift console.
  3. Search for Kedify in the OperatorHub search bar. search
  4. Click on the Kedify Operator from the search results. install
  5. Click the Install button to start the installation process.
  6. Review the installation options and click Install again to confirm. configure
  7. Once the installation is complete, you will see the Kedify Operator in the list of installed operators and a confirmation message. success
  8. Create a KedifyAgent operand to configure Kedify in your OpenShift cluster. overview
  9. Enter your Organization ID and API Key in the spec section of the KedifyAgent resource and click Create to deploy Kedify in your OpenShift cluster. operand

After a few minutes, Kedify will be fully deployed in your OpenShift cluster. You can verify the installation by checking the status of the Kedify Agent in the OpenShift console or by using the OpenShift CLI.

Terminal window
oc get pod -n keda
oc get kedify kedify -n keda

Access Kedify Dashboard

You can find your cluster in the Kedify dashboard. The dashboard provides an overview of your Kedify deployment, including the status of your agent, metrics and Scalers.

Start Using Kedify

Now that Kedify is installed, you can start using it to scale your applications. Our documentation provides detailed information on how to use Kedify, including OpenShift-specific section.