Jelmer Snoeck
Jelmer Snoeck
# Rolling Updates Currently, we're not doing rolling updates nicely. We cut off as soon as a new release is available in the Microservice, but that doesn't mean it's actually...
We're currently handling all incoming requests the moment they occur. This means new resources, resource updates and resyncs will immediately trigger an action. This is fine under low impact, but...
Currently, for every resync we're talking to the Kubernetes API Server to get the latest state. On it's own, this is fine, but having multiple applications do this means the...
We're currently using [kubekit](github.com/jelmersnoeck/kubekit) to get, create and update resources. We should move away from this model and use the generated clients (through the [code-generator](https://github.com/kubernetes/code-generator) project) to do this communication....
When trying to fetch credentials linked to a user (not a team), the secrets don't get populated. Configuration: ```yaml apiVersion: manifold.co/v1 kind: Project metadata: name: application-secrets spec: project: kubernetes-application ```...