You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cert-manager/README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,11 @@
1
-
# Cert-Manager Component
1
+
# Cert-Manager Deployment
2
2
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.
Copy file name to clipboardExpand all lines: ingress-controller/README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,11 @@
1
-
# NGINX Ingress Controller Component
1
+
# NGINX Ingress Deployment
2
2
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.
0 commit comments