From bb422a47cb637547e7cf8cbcd8aa723e746b2452 Mon Sep 17 00:00:00 2001 From: Gitea Actions Date: Mon, 28 Jul 2025 08:28:30 +0000 Subject: [PATCH] Auto-update blog content from Obsidian: 2025-07-28 08:28:30 --- content/post/deploy kub application.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/content/post/deploy kub application.md b/content/post/deploy kub application.md index 91ac6d8..cd8393e 100644 --- a/content/post/deploy kub application.md +++ b/content/post/deploy kub application.md @@ -10,12 +10,13 @@ categories: ## Intro -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. +After have created a Kubernetes cluster in my homelab 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, I will need several components: -- Service -- Ingress -- Ingress Controller -- TLS Certificates +- Service: TODO add oneline description +- Ingress: TODO add oneline description +- Ingress Controller: TODO add oneline description +- TLS Certificates: TODO add oneline description + ### \ No newline at end of file