Introduction
This document illustrates the procedure and steps to deploy Expertflow Generic Connector on any Kubernetes distribution (K3s or RKE2).
Step 1: Clone the Experflow Generic Connector Repository
1. Start with cloning the repository from GitLab.
2. Change to the directory.
|
Step 2: Create Namespace
Run the following command on the master node. Create the namespace using the command.
|
Step 3: Image Pull Secret
apply the configmap in ConfigMaps folder using
|
Create service for deployment of generic components
|
apply the Deployment manifests
kubectl apply -f Deployment/ |
Step 4: Update the FQDN
1. Decide the FQDN to be used in your solution and change the <FQDN> to your actual FQDN as given in the following command:
|
Run this command for RKE
- kubectl apply -f Ingress/nginx
Run this command for Traefik
- kubectl apply -f Ingress/traefik