Skip to content

Commit 9a0c817

Browse files
committed
feat: modularize components, generalize docs, and standardize workflow
1 parent adcaf60 commit 9a0c817

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

cert-manager/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
# Cert-Manager Component
1+
# Cert-Manager Deployment
22

3-
This directory contains the necessary configurations for **Cert-Manager**, which handles certificate management and issuance for the observability stack.
3+
This directory contains infrastructure-as-code and configuration for deploying **Cert-Manager** to automate the management and issuance of TLS certificates for the Kubernetes cluster.
4+
5+
Cert-Manager provides:
6+
* **Automated Issuance**: Obtaining certificates from Let's Encrypt and other issuers.
7+
* **Renewal**: Automatically renewing certificates before expiry.
8+
* **Integration**: Working seamlessly with Ingress resources to secure external access for any application.
49

510
## Deployment Options
611

ingress-controller/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
# NGINX Ingress Controller Component
1+
# NGINX Ingress Deployment
22

3-
This directory contains the configurations for the **NGINX Ingress Controller**, which manages external access to the observability stack services.
3+
This directory contains infrastructure-as-code and configuration for deploying the **NGINX Ingress Controller** to manage external access for services running on the cluster.
4+
5+
The Ingress Controller provides:
6+
* **Load Balancing**: Routing external traffic to internal Kubernetes services.
7+
* **SSL Termination**: Handling HTTPS connections (integrated with Cert-Manager).
8+
* **Path-based Routing**: Directing traffic to applications based on hostnames or paths.
49

510
## Deployment Options
611

0 commit comments

Comments
 (0)