⭐Kubernetes
This plugin is part of Pro and Enterprise plan only
Introduction
This guide provides instructions for integrating the Rely.io Kubernetes plugin into your Kubernetes cluster. The integration involves two primary steps:
Prerequisites
Access to your Kubernetes cluster via
kubectl
.Helm installed on your local machine or wherever you deploy Helm charts.
Step 1: Retrieve Your API Token
Obtaining the Token
Navigate to Rely.io > Data Model > Plugins
Locate the OOTB plugin for Rely's Public API, click "View Details"
Hit "Generate an API key" which will copy a token onto your clipboard, you'll use it in the next step of this guide.
Creating a Secret in Kubernetes
Store the API token in your Kubernetes cluster as a secret.
Replace YOUR-API-TOKEN
with the actual API token you obtained from Rely.io.
Step 2: Install the Rely.io Kubernetes Plugin
Adding the Helm Repository
Add the Rely.io plugin repository to your Helm setup. Please note that the repository endpoint provided below is a placeholder and should be replaced with the actual repository URL.
Command:
Installing the Plugin
Install the Rely.io Kubernetes plugin in your cluster under the rely-integrations
namespace.
Conclusion
You have successfully integrated the Rely.io Kubernetes plugin into your cluster and you should be able to see it in the "Plugins" page in Rely.
This plugin will enable your Kubernetes environment to communicate effectively with Rely.io services. For any issues or further assistance, consult the provided links or contact support.
Last updated