Auto-update blog content from Obsidian: 2025-07-28 11:26:10
All checks were successful
Blog Deployment / Check-Rebuild (push) Successful in 5s
Blog Deployment / Build (push) Has been skipped
Blog Deployment / Deploy-Staging (push) Successful in 9s
Blog Deployment / Test-Staging (push) Successful in 2s
Blog Deployment / Merge (push) Successful in 6s
Blog Deployment / Deploy-Production (push) Successful in 10s
Blog Deployment / Test-Production (push) Successful in 2s
Blog Deployment / Clean (push) Has been skipped
Blog Deployment / Notify (push) Successful in 3s

This commit is contained in:
Gitea Actions
2025-07-28 11:26:10 +00:00
parent bb422a47cb
commit 4d06825dcf
3 changed files with 37 additions and 4 deletions

View File

@@ -18,5 +18,38 @@ To achieve that, I will need several components:
- Ingress Controller: TODO add oneline description
- TLS Certificates: TODO add oneline description
## Services
TODO add why we need service
### What is a Kubernetes Service
### Different Kubernetes Services
#### ClusterIP
#### NodePort
#### LoadBalancer
### Expose a Pod Externally with BGP
#### Using an IP Address
#### Using a URL
## Ingress
TODO add why we need service
### What is a Kubernetes Ingress
### How Ingress Work
## Ingress Controller
### What is an Ingress Controller
### Which Ingress Controller to Use
### Install NGINX Ingress Controller
### Associate a Service to an Ingress
### Use HTTPS
## TLS Certificate
###