From 988319fc34e1e0aa8a3b7ca57e38ef009afb5fbb Mon Sep 17 00:00:00 2001 From: Gitea Actions Date: Mon, 28 Jul 2025 07:12:20 +0000 Subject: [PATCH] Auto-update blog content from Obsidian: 2025-07-28 07:12:20 --- content/post/deploy kub application.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/content/post/deploy kub application.md b/content/post/deploy kub application.md index 0e26d93..91ac6d8 100644 --- a/content/post/deploy kub application.md +++ b/content/post/deploy kub application.md @@ -10,8 +10,12 @@ 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. +After have created a Kubernetes cluster with `kubeadm` in [that post]({{< ref "post/8-create-manual-kubernetes-cluster-kubeadm" >}}), my next goal is to expose a simple pod externally, reachable with an URL and secured with a TLS certificate verified by Let's Encrypt. -To achieve that +To achieve that, I will need several components: +- Service +- Ingress +- Ingress Controller +- TLS Certificates ### \ No newline at end of file