All Collections
CloudGen Access Proxy
Install proxy in Kubernetes
Install proxy in Kubernetes
Barracuda Admin avatar
Written by Barracuda Admin
Updated over a week ago

Before You Begin


Prerequisites:

The steps described assume familiarity with kubernetes. The required images are available in the Dockerhub registry under the organization FydeInc.

Deploy Manifests


1. Create the Envoy Proxy manifest file.

  • Download the manifest file: envoy-proxy.yaml

  • Ensure that the configured public port for Envoy matches the one configured in the CloudGen Access Enterprise Console for the corresponding CloudGen Access Proxy.

  • Update service annotations to match your environment.

2. Create the CloudGen Access Proxy Orchestrator manifest file.

3. Create namespace for the resources:

kubectl create namespace cloudgen-access-proxy

4. Apply the manifests.

 kubectl apply \
--namespace cloudgen-access-proxy \
--filename=envoy-proxy.yaml \
--filename=cloudgen-proxy-orchestrator.yaml

5. Get deployed resources.

kubectl get all --namespace cloudgen-access-proxy

Did this answer your question?