10.2.4 Upgrading the OUD Deployment for ELK

  1. Run the following command to upgrade the OUD deployment with the ELK configuration:
    helm upgrade --namespace <namespace> --values <valuesfile.yaml> <releasename> oud-ds-rs --reuse-values
    For example:
    helm upgrade --namespace oudns --values logging-override-values.yaml oud-ds-rs oud-ds-rs --reuse-values
    The output should look similar to the following:
    Release "oud-ds-rs" has been upgraded. Happy Helming!
    NAME: oud-ds-rs
    LAST DEPLOYED: <DATE>
    NAMESPACE: oudns
    STATUS: deployed
    REVISION: 2
    NOTES:
    #
    # Copyright (c) 2020, 2022, Oracle and/or its affiliates.
    #
    # Licensed under the Universal Permissive License v 1.0 as shown at
    # https://oss.oracle.com/licenses/upl
    #
    #
    Since "nginx" has been chosen, follow the steps below to configure nginx ingress controller.
    Add Repo reference to helm for retriving/installing Chart for nginx-ingress implementation.
    command-# helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx
    
    Command helm install to install nginx-ingress related objects like pod, service, deployment, etc.
    # helm install --namespace <namespace for ingress> --values nginx-ingress-values-override.yaml lbr-nginx ingress-nginx/ingress-nginx
    
    For details of content of nginx-ingress-values-override.yaml refer README.md file of this chart.
    
    Run these commands to check port mapping and services:
    # kubectl --namespace <namespace for ingress> get services -o wide -w lbr-nginx-ingress-controller
    # kubectl describe --namespace <namespace for oud-ds-rs chart> ingress.extensions/oud-ds-rs-http-ingress-nginx
    # kubectl describe --namespace <namespace for oud-ds-rs chart> ingress.extensions/oud-ds-rs-admin-ingress-nginx
    
    Accessible interfaces through ingress:
     (External IP Address for LoadBalancer NGINX Controller can be determined through details associated with lbr-nginx-ingress-controller)
    
    1. OUD Admin REST:
       Port: http/https
    
    2. OUD Data REST:
       Port: http/https
    
    3. OUD Data SCIM:
       Port: http/https
    
    4. OUD LDAP/LDAPS:
       Port: ldap/ldaps
    
    5. OUD Admin LDAPS:
       Port: ldaps
    
    Please refer to README.md from Helm Chart to find more details about accessing interfaces and configuration parameters.
    
    
    Accessible interfaces through ingress:
    
    1. OUD Admin REST:
       Port: http/https
    
    2. OUD Data REST:
       Port: http/https
    
    3. OUD Data SCIM:
       Port: http/https
    
    Please refer to README.md from Helm Chart to find more details about accessing interfaces and configuration parameters.