Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions docs/software_ready/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,3 @@ title: Getting your software ready

| Problem domain | Description | Reason for importance | Tool recommendation |
|:---:|:---:|:---:|:---:|
| Image Registry | A common place to store and fetch images | High availability, secure access control | [Harbor](ADRs/harbor_as_image_registry.md) |
| 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) |
| Ingress Controller / Gateway API | Manage external access to services in the cluster | Enable routing, load balancing, and secure communication | |
| GitOps / Deployment Pipelines | Automate application deployments using Git as the source of truth | Ensure consistency, traceability, and faster deployments | |
| Monitoring Infrastructure | Observe and analyze the health and performance of the cluster and applications | Proactive issue detection and resolution | |
| Service Mesh | Manage service-to-service communication within the cluster | Enable observability, security, and traffic control | |
| Network Policies | Define rules for communication between pods and services | Enhance security by restricting unauthorized traffic | |
| Authorization Integration | Manage user and service access to cluster resources | Enforce role-based access control and compliance | |
| Container Scanning | Identify vulnerabilities in container images | Ensure secure and compliant deployments | |
10 changes: 9 additions & 1 deletion docs/working_with_k8s/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,12 @@ title: Working With Kubernetes

| Problem domain | Description | Reason for importance | Tool recommendation |
|:---:|:---:|:---:|:---:|
| | | | |
| Image Registry | A common place to store and fetch images | High availability, secure access control | [Harbor](ADRs/harbor_as_image_registry.md) |
| 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) |
| Ingress Controller / Gateway API | Manage external access to services in the cluster | Enable routing, load balancing, and secure communication | |
| GitOps / Deployment Pipelines | Automate application deployments using Git as the source of truth | Ensure consistency, traceability, and faster deployments | |
| Monitoring Infrastructure | Observe and analyze the health and performance of the cluster and applications | Proactive issue detection and resolution | |
| Service Mesh | Manage service-to-service communication within the cluster | Enable observability, security, and traffic control | |
| Network Policies | Define rules for communication between pods and services | Enhance security by restricting unauthorized traffic | |
| Authorization Integration | Manage user and service access to cluster resources | Enforce role-based access control and compliance | |
| Container Scanning | Identify vulnerabilities in container images | Ensure secure and compliant deployments | |