Vishal Bollu
Vishal Bollu
At this point TLS termination at the pod isn't supported because various network hops within the cluster assume that the requests being routed are HTTP. Ingress gateway pods augment requests...
Thanks for sharing the context. It might be possible for Cortex to automatically issue and certificates. Here is one potential design: * use cert-manager in the cluster to issue a...
The automatic management of certs, although related, could be a separate feature. It sounds like that may not necessarily help your use case. It looks like the minimum work that...
After Cortex completely uses CRDs, we may be able to piggyback off of https://kubernetes.io/docs/tasks/access-application-cluster/web-ui-dashboard/ or other open source tools like that.
Updating `iam_policy_arns` requires changes to eksctl config. There is an option of bypassing eksctl config and updating the nodeinstance roles manually. However this option becomes difficult to maintain because the...
@mutal @da-source It appears that you have some urgency with regards to this feature. Unfortunately, this feature is not a priority for Cortex for the next few weeks. If I...
I had a similar set up with webserver deployed on ECS behind an ALB with a cert. The static files were being served from http:// which caused issues when the...