Install in Kubernetes
Table of contents
Description
- Pre-requisites:
- Running kubernetes cluster or local minikube installation
- Configured and installed kubectl
- Fyde Access Proxy enrollment link
-
The steps described assume familiarity with kubernetes
- The required images are available in Dockerhub registry under the organization FydeInc
Deploy manifests
-
Create the Envoy Proxy manifest file
-
Download the manifest file: envoy-proxy.yaml
-
Ensure that configured public port for envoy matches the one configured in Fyde Enterprise Console for the corresponding Fyde Access Proxy
-
Update service anotations to match your environment
-
-
Create the Fyde Proxy Orchestrator manifest file
-
Download the manifest file: fyde-proxy-orchestrator.yaml
-
Update enrollment_token value with Fyde Access Proxy enrollment link
-
-
Create namespace for the resources
kubectl create namespace fyde-access-proxy
-
Apply the manifests
kubectl apply \ --namespace fyde-access-proxy \ --filename=envoy-proxy.yaml \ --filename=fyde-proxy-orchestrator.yaml
-
Get deployed resources
kubectl get all \ --namespace fyde-access-proxy
Troubleshoot
- For troubleshooting steps please visit: Troubleshooting