Auto-update blog content from Obsidian: 2025-07-28 06:07:37
All checks were successful
Blog Deployment / Merge (push) Successful in 6s
Blog Deployment / Check-Rebuild (push) Successful in 6s
Blog Deployment / Build (push) Has been skipped
Blog Deployment / Deploy-Staging (push) Successful in 10s
Blog Deployment / Test-Staging (push) Successful in 2s
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 3s

This commit is contained in:
Gitea Actions
2025-07-28 06:07:37 +00:00
parent c3d58d1b4e
commit 88f56d5b98

View File

@@ -10,7 +10,8 @@ categories:
## Intro
After have created a Kubernetes cluster with `kubeadm` in [that post]({{< ref "post/8-create-manual-kubernetes-cluster-kubeadm" >}}), my first goal is to expose a pod externally with a URL and secured with a TLS certificate verified by Let's Encrypt.
In this article, I will explain how I achieve to expose a pod externally with a URL and secured with a TLS certificate verified by Let's Encrypt.
To achieve that
###