Skip to content

Commit 708260d

Browse files
committed
Moved decision matrix and ADRs
1 parent f09aa64 commit 708260d

File tree

4 files changed

+9
-10
lines changed

4 files changed

+9
-10
lines changed

docs/software_ready/_index.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,3 @@ title: Getting your software ready
66

77
| Problem domain | Description | Reason for importance | Tool recommendation |
88
|:---:|:---:|:---:|:---:|
9-
| Image Registry | A common place to store and fetch images | High availability, secure access control | [Harbor](ADRs/harbor_as_image_registry.md) |
10-
| Secret Management | Securely store and manage sensitive information like passwords and API keys | Prevent unauthorized access and data leaks | [HashiCorp Vault](ADRs/hashicorp_vault_as_secret_management.md) |
11-
| Ingress Controller / Gateway API | Manage external access to services in the cluster | Enable routing, load balancing, and secure communication | |
12-
| GitOps / Deployment Pipelines | Automate application deployments using Git as the source of truth | Ensure consistency, traceability, and faster deployments | |
13-
| Monitoring Infrastructure | Observe and analyze the health and performance of the cluster and applications | Proactive issue detection and resolution | |
14-
| Service Mesh | Manage service-to-service communication within the cluster | Enable observability, security, and traffic control | |
15-
| Network Policies | Define rules for communication between pods and services | Enhance security by restricting unauthorized traffic | |
16-
| Authorization Integration | Manage user and service access to cluster resources | Enforce role-based access control and compliance | |
17-
| Container Scanning | Identify vulnerabilities in container images | Ensure secure and compliant deployments | |
File renamed without changes.
File renamed without changes.

docs/working_with_k8s/_index.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,12 @@ title: Working With Kubernetes
66

77
| Problem domain | Description | Reason for importance | Tool recommendation |
88
|:---:|:---:|:---:|:---:|
9-
| | | | |
9+
| Image Registry | A common place to store and fetch images | High availability, secure access control | [Harbor](ADRs/harbor_as_image_registry.md) |
10+
| Secret Management | Securely store and manage sensitive information like passwords and API keys | Prevent unauthorized access and data leaks | [HashiCorp Vault](ADRs/hashicorp_vault_as_secret_management.md) |
11+
| Ingress Controller / Gateway API | Manage external access to services in the cluster | Enable routing, load balancing, and secure communication | |
12+
| GitOps / Deployment Pipelines | Automate application deployments using Git as the source of truth | Ensure consistency, traceability, and faster deployments | |
13+
| Monitoring Infrastructure | Observe and analyze the health and performance of the cluster and applications | Proactive issue detection and resolution | |
14+
| Service Mesh | Manage service-to-service communication within the cluster | Enable observability, security, and traffic control | |
15+
| Network Policies | Define rules for communication between pods and services | Enhance security by restricting unauthorized traffic | |
16+
| Authorization Integration | Manage user and service access to cluster resources | Enforce role-based access control and compliance | |
17+
| Container Scanning | Identify vulnerabilities in container images | Ensure secure and compliant deployments | |

0 commit comments

Comments
 (0)