Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 7 Next »

  • 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)

  • Set env variables in kind: Deployment
    NGINX_X_FORWARDED_HOST (keep same as the spec.rules.host in kind: Ingress)
    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

  • No labels