Profile - Move to per-product namespaces #212
Labels
area/infrastructure
Issue originates as changes to infrastructure
kind/chore
Non functional, often repeating tasks
Description
Profile should be moved out of the default namespace. We want to collect namespace changes across multiple applications in order to update as many as possible in one go. New namespace should be
profile
.Kubernetes uses ndots:5 in DNS search:
https://pracucci.com/kubernetes-dns-resolution-ndots-options-and-why-it-may-affect-application-performances.html
This means the DNS address we use to access profile should preferably have 5 dots. eg:
http://altinn-profile.profile.svc.cluster.local.
Notice the dot at the end.
In the values file for Notifications this would look like this:
Deploy
Profile cannot be moved into a new namespace in the existing AKS service without some downtime. There are two issues:
While we have a workaround for issue number 2, issue number 1 is forcing us to use blue-green deploy of platform. We want to update as many applications as possible on a new instance of AKS for then to switch between the AKS instances.
Tasks
The text was updated successfully, but these errors were encountered: