We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2358484 commit 63cd12fCopy full SHA for 63cd12f
1 file changed
src/assets/YAML/default/BuildAndDeployment/Deployment.yaml
@@ -37,6 +37,11 @@ Build and Deployment:
37
evidence: ""
38
comments: ""
39
Defined decommissioning process:
40
+ description: |-
41
+ The decommissioning process in the context of Docker and Kubernetes involves
42
+ retiring Docker containers, images, and Kubernetes resources that are no longer
43
+ needed or have been replaced. This process must be carefully executed to avoid
44
+ impacting other services and applications.
45
risk: >-
46
Unused applications are not maintained and may contain vulnerabilities.
47
Once exploited they can be used to attack other applications or
0 commit comments