Auto-update blog content from Obsidian: 2025-07-29 09:18:22
All checks were successful
Blog Deployment / Check-Rebuild (push) Successful in 7s
Blog Deployment / Build (push) Has been skipped
Blog Deployment / Deploy-Staging (push) Successful in 10s
Blog Deployment / Test-Staging (push) Successful in 3s
Blog Deployment / Merge (push) Successful in 7s
Blog Deployment / Deploy-Production (push) Successful in 9s
Blog Deployment / Test-Production (push) Successful in 2s
Blog Deployment / Clean (push) Has been skipped
Blog Deployment / Notify (push) Successful in 2s
All checks were successful
Blog Deployment / Check-Rebuild (push) Successful in 7s
Blog Deployment / Build (push) Has been skipped
Blog Deployment / Deploy-Staging (push) Successful in 10s
Blog Deployment / Test-Staging (push) Successful in 3s
Blog Deployment / Merge (push) Successful in 7s
Blog Deployment / Deploy-Production (push) Successful in 9s
Blog Deployment / Test-Production (push) Successful in 2s
Blog Deployment / Clean (push) Has been skipped
Blog Deployment / Notify (push) Successful in 2s
This commit is contained in:
@@ -24,22 +24,36 @@ For these components to work, I will have to install new products. To install th
|
|||||||
### Install Helm
|
### Install Helm
|
||||||
explain install Helm
|
explain install Helm
|
||||||
|
|
||||||
## Services
|
## Kubernetes Services
|
||||||
|
|
||||||
TODO add why we need service
|
TODO add why we need service
|
||||||
|
|
||||||
### What is a Kubernetes Service
|
### What is a Kubernetes Service
|
||||||
|
|
||||||
### Different Kubernetes Services
|
explain what is a Service and its purpose
|
||||||
|
### Different Services
|
||||||
|
|
||||||
|
give the list of differents services
|
||||||
#### ClusterIP
|
#### ClusterIP
|
||||||
|
|
||||||
|
explain what ClusterIP services are
|
||||||
#### NodePort
|
#### NodePort
|
||||||
|
|
||||||
|
explain what NodePort services are
|
||||||
#### LoadBalancer
|
#### LoadBalancer
|
||||||
|
|
||||||
|
explain what LoadBalancer services are
|
||||||
## Expose a LoadBalancer Service with BGP
|
## Expose a LoadBalancer Service with BGP
|
||||||
|
|
||||||
|
explain that
|
||||||
|
|
||||||
### What is BGP
|
### What is BGP
|
||||||
|
|
||||||
|
explain BGP
|
||||||
#### Traditional MetalLB Approach
|
#### Traditional MetalLB Approach
|
||||||
|
|
||||||
|
previous approach
|
||||||
|
|
||||||
#### BGP with Cilium
|
#### BGP with Cilium
|
||||||
|
|
||||||
### Enable BGP
|
### Enable BGP
|
||||||
@@ -52,25 +66,38 @@ TODO add why we need service
|
|||||||
#### Using an IP Address
|
#### Using an IP Address
|
||||||
#### Using a URL
|
#### Using a URL
|
||||||
|
|
||||||
## Ingress
|
## Kubernetes Ingress
|
||||||
|
|
||||||
TODO add why we need service
|
TODO add why we need service
|
||||||
### What is a Kubernetes Ingress
|
### What is a Kubernetes Ingress
|
||||||
|
|
||||||
|
explain what is an Ingress and its purpose
|
||||||
|
|
||||||
### How Ingress Work
|
### How Ingress Work
|
||||||
|
|
||||||
## Ingress Controller
|
## Ingress Controller
|
||||||
|
|
||||||
### What is an Ingress Controller
|
### What is an Ingress Controller
|
||||||
|
|
||||||
|
explain what is an Ingress Controller and its purpose
|
||||||
|
|
||||||
### Which Ingress Controller to Use
|
### Which Ingress Controller to Use
|
||||||
|
|
||||||
|
comparison between ingress controller
|
||||||
|
which one I picked and why
|
||||||
### Install NGINX Ingress Controller
|
### Install NGINX Ingress Controller
|
||||||
|
|
||||||
|
detail installation of NGINX Ingress Controller
|
||||||
|
verify ingress controller service
|
||||||
### Associate a Service to an Ingress
|
### Associate a Service to an Ingress
|
||||||
|
|
||||||
### Use HTTPS
|
|
||||||
|
|
||||||
|
oneline to explain how to use https
|
||||||
|
|
||||||
## TLS Certificate
|
## TLS Certificate
|
||||||
|
|
||||||
secretariat.sogecer@
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user