Allow for Elasticsearch Virtual service to be created
Had a community-contributor request the possibility to create a virtual service via the .values file similar to how a kibana-VS is currently deployed
Example:
apiVersion: networking.istio.io/v1beta1
kind: VirtualService
metadata:
name: elasticsearch
namespace: logging
spec:
hosts:
- "example.com"
gateways:
- istio-system/public
http:
- route:
- destination:
host: logging-ek-es-http.logging.svc.cluster.local
port:
number: 9200
Designs
- Show closed items
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- Jeffrey Victor added kindenhancement label
added kindenhancement label
- Jeffrey Victor changed title from Allow for Elasticsearch Virtual service to be created ``` to Allow for Elasticsearch Virtual service to be created
changed title from Allow for Elasticsearch Virtual service to be created ``` to Allow for Elasticsearch Virtual service to be created
- bigbang bot added triage-priority label
added triage-priority label
- Blane Staskiewicz added priority6 label
added priority6 label
- Blane Staskiewicz removed triage-priority label
removed triage-priority label
- Blane Staskiewicz added statusready-to-work label
added statusready-to-work label
- Dustin Hilgaertner assigned to @dhilgaertner2
assigned to @dhilgaertner2
- Dustin Hilgaertner changed iteration to Big Bang Iterations Mar 5, 2024 - Mar 18, 2024
changed iteration to Big Bang Iterations Mar 5, 2024 - Mar 18, 2024
- Dustin Hilgaertner set weight to 3
set weight to 3
- Contributor
@jeffv question; this is already possible using the bigbang values. For example; you can add a custom hostname to a virtual service via bb-values->elasticsearchKibana->values->istio->kibana->hosts. Would we like to expose this in the bigbang chart or would additional documentation on how to configure the above be sufficient?
Also; perhaps this is about creating a completely separate virtual service. I just want to make sure before I begin.
Edited by Dustin Hilgaertner - Contributor
@jeffv nvm I think i figured out what we need here.
- Dustin Hilgaertner added statusdoing label and removed statusready-to-work label
added statusdoing label and removed statusready-to-work label
- Dustin Hilgaertner mentioned in merge request !202 (merged)
mentioned in merge request !202 (merged)
- Dustin Hilgaertner added statusreview label and removed statusdoing label
added statusreview label and removed statusdoing label
- Dustin Hilgaertner mentioned in merge request big-bang/bigbang!3973 (merged)
mentioned in merge request big-bang/bigbang!3973 (merged)
- GitLab Automation Bot removed iteration Big Bang Iterations Mar 5, 2024 - Mar 18, 2024
removed iteration Big Bang Iterations Mar 5, 2024 - Mar 18, 2024
- GitLab Automation Bot changed iteration to Big Bang Iterations Mar 19, 2024 - Apr 1, 2024
changed iteration to Big Bang Iterations Mar 19, 2024 - Apr 1, 2024
- Dustin Hilgaertner removed weight of 3
removed weight of 3
- Dustin Hilgaertner set weight to 4
set weight to 4
- Dustin Hilgaertner changed weight to 6 from 4
changed weight to 6 from 4
- Contributor
Seems like this requires some work in terms of the built in ElasticSearch security settings which are enabled by default. ElasticSearch seems to want HTTPS termination at its level and not istio. I believe this might need an xpack carve out; but not entirely sure how to do so without inadvertently causing a security issue. Looking into this.
- Blane Staskiewicz added statusdoing label and removed statusreview label
added statusdoing label and removed statusreview label
- Dustin Hilgaertner changed weight to 8 from 6
changed weight to 8 from 6
- Contributor
Finally done
- Dustin Hilgaertner removed statusdoing label
removed statusdoing label
- Dustin Hilgaertner added statusreview label
added statusreview label
- GitLab Automation Bot removed iteration Big Bang Iterations Mar 19, 2024 - Apr 1, 2024
removed iteration Big Bang Iterations Mar 19, 2024 - Apr 1, 2024
- GitLab Automation Bot changed iteration to Big Bang Iterations Apr 2, 2024 - Apr 15, 2024
changed iteration to Big Bang Iterations Apr 2, 2024 - Apr 15, 2024
- Michael Martin closed with merge request big-bang/bigbang!3973 (merged)
closed with merge request big-bang/bigbang!3973 (merged)
- Michael Martin mentioned in commit big-bang/bigbang@611675cd
mentioned in commit big-bang/bigbang@611675cd