sassoftware / viya4-deployment

This project contains Ansible code that creates a baseline in an existing Kubernetes environment for use with the SAS Viya Platform, generates the manifest for an order, and then can also deploy that order into the Kubernetes environment specified.
Apache License 2.0
71 stars 64 forks source link

Host based to Path based Ingress for Viya Monitoring and Logging #260

Closed nachai9 closed 11 months ago

nachai9 commented 2 years ago

Can some one pls add the functionality of converting the Host based Ingress to Path based Ingress for Logging and Monitoring, when we run the cluster-monitoring and cluster-logging using the ansible-playbook method with viya-deployment github code. This will be very helpful for Customers who will not need to make more DNS changes for Logging and Monitoring.

Example: rules:

To rules:

dhoucgitter commented 11 months ago

Path-based routing for V4M was added under PR #386. The V4M_ROUTING configuration variable was added in release 6.4.0 - March 30, 2023 to provide a choice of ingress options. Using that variable it is possible to select either host-based(the default) or path-based routing when using DAC to deploy Viya Monitoring and Logging.