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