Kubernetes Integration: Deploy Ratl Load Injectors On-Premises
Guide 1: Setting up Ratl Load Injectors Using User-Provided Kubeconfig
Using a User-Provided Kubeconfig
1. Prerequisites
2. Example Kubeconfig Structure
apiVersion: v1
clusters:
- cluster:
certificate-authority-data: LS0tLS1CRUdJTiBDRVJUSUZJQVRF...
server: https://<CLUSTER_ENDPOINT>
name: <CLUSTER_NAME>
contexts:
- context:
cluster: <CLUSTER_NAME>
user: <USER_NAME>
name: <CONTEXT_NAME>
current-context: <CONTEXT_NAME>
kind: Config
preferences: {}
users:
- name: <USER_NAME>
user:
token: <ACCESS_TOKEN>3. Generating Access Tokens
4. Updating the Kubeconfig
5. Verifying the Setup
Notes
Guide 2: Setting up Ratl Load Injectors Using YAML Configurations
Prerequisites
YAML Configurations
1. ServiceAccount Definition
2. ServiceAccount Token
3. Role Definition
4. RoleBinding Definition
Deploy YAML Files
Generating the kubeconfig File
Test the kubeconfig
Notes
Last updated