Altinn / altinn-notifications

Altinn platform microservice for handling notifications (mail, sms, etc)
MIT License
2 stars 3 forks source link

Create separate AKS namespace per product #487

Open ootneim opened 6 months ago

ootneim commented 6 months ago

Create a AKS namespace per product and connect the pods to the product namespace. Today all (most) pods are runnng in the default namespace,

bengtfredh commented 6 months ago

Maybe this can be combined with migrate from daemonset to deployment - and follow up with autoscaling

acn-sbuad commented 2 months ago

DNS will be changed when we change the namespace, so ingress route will need to be looked at. And access to secrets in the cluster will also need to be reviewed. Consult team Altinn Infrastructure before making these changes