Altinn / architecture-decision-log

Log for architecture decisions across Altinn teams and products
0 stars 0 forks source link

Organize Kubernetes resources into namespaces in app clusters #6

Open martinothamar opened 1 month ago

martinothamar commented 1 month ago

Status

Proposed

Context

While working on Maskinporten integration and automation in Altinn 3, we also discussed more general improvements around resource organisation in app clusters. This was something that had been discussed before in the Platform team.

Currently most resources are located in the default namespace of the app clusters. Namespaces are practical in applying separation at various levels

Decision

We suggest that there is a namespace

Consequences

martinothamar commented 1 month ago

cc @sduranc @bengtfredh - it's been a little while since we talked about this, but we agreed that I would post an ADR so here we are 😄 feel free to correct and/or rewrite as needed

HauklandJ commented 1 month ago

Need -A or similar to make cross-app queries and similar

True, but this should be trivial for anyone working with k8s CLI.