Regular Software Updates » History » Version 1
Nico Schottelius, 11/09/2022 09:30 AM
1 | 1 | Nico Schottelius | h1. Regular Software Updates |
---|---|---|---|
2 | |||
3 | There are various software stacks that should be updated regularly. This document describes the intervals and procedures. |
||
4 | |||
5 | h2. Kubernetes based Application Hostings |
||
6 | |||
7 | All kubernetes based applications should be updated in a 2 step manner: |
||
8 | |||
9 | * Create or update apps/dev/APPNAME in k8s-config |
||
10 | * Create or update a test instance in the kubernetes cluster that is using apps/dev/APPNAME |
||
11 | * Ensure the test instance is running properly |
||
12 | * Apply changes from apps/dev/APPNAME to apps/prod/APPNAME |
||
13 | * Ensure all production instances are applying and working properly |