/
Kubernetes Installation

Kubernetes Installation

 

 

  • Depending on the ingress controller of the kuberenetes setup, set the kind: Ingress
    ingressClassName: <ingressclass> (we have used nginx in the configuration)
    optionally, set spec.rules.host: <dns/hostname> (graebert.local here) for name based routing

 

  • Set env variables in kind: Deployment
    NGINX_X_FORWARDED_HOST (keep same as the spec.rules.host in kind: Ingress if its set, default is localhost)
    LICENSING_ACCOUNT (your graebert licensing account emailId)
    LICENSING_PASSWORD (password for the licensing account)

  • Set Number of deployment units: replicas (2 in config)

 

  • Once the Ingress Controller is deployed, deploy the configuration with kubectl
    kubectl apply -f kudo.yaml
    kubectl port-forward --namespace=ingress-nginx service/ingress-nginx-controller 80:80


Related content

Executable parameters
Executable parameters
More like this
ARES Kudo Server Linux setup
ARES Kudo Server Linux setup
Read with this
Container Installation
Container Installation
More like this
ARES Kudo Server Configuration
ARES Kudo Server Configuration
Read with this
Onboarding ARES Kudo hosted by Graebert
Onboarding ARES Kudo hosted by Graebert
More like this
API Server: Connecting ARES Kudo to a data backend
API Server: Connecting ARES Kudo to a data backend
Read with this