Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

cd gc_k3s_deployment\cti-voice

Step 2: Create Namespace

1. Run the following command on the master node. Create the namespace using the command.

kubectl create namespace <namespace>

Step 4: Image Pull Secret

1. For expertflow namespace, use the following command:

  • kubectl apply -f gc-connector/ConfigMaps/
  • kubectl apply -f gc-connector/Deployments/
  • kubectl apply -f gc-connector/Services/
  • kubectl apply -f gc-connector/Ingress/


gc-connector/Ingresses/nginx/ gc-connector/Ingresses/traefik/*


// Run this command for RKE
kubectl apply -f gc-connector/Ingresses/nginx
 
// OR
 
// Run this command for Traefik
kubectl apply -f gc-connector/Ingresses/traefik