From b668b067855d261d03cb77aa3055d464cf9e534b Mon Sep 17 00:00:00 2001 From: Adrien Beaudouin Date: Sun, 27 Aug 2023 00:21:29 +0200 Subject: [PATCH] init k8s guide --- .../posts/17-build-your-own-kubernetes-cluster-part-8/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/17-build-your-own-kubernetes-cluster-part-8/index.md b/content/posts/17-build-your-own-kubernetes-cluster-part-8/index.md index a97a2b6..38d014f 100644 --- a/content/posts/17-build-your-own-kubernetes-cluster-part-8/index.md +++ b/content/posts/17-build-your-own-kubernetes-cluster-part-8/index.md @@ -1106,4 +1106,4 @@ This will give us the nice link button as soon as you you click a log detail: ## 7th check ✅ -We have done for the basic functional telemetry ! There is infinite things to cover in this subject, but it's enough for this endless guide. Go [next part]({{< ref "/posts/18-build-your-own-kubernetes-cluster-part-9" >}}) for the final part with testing, code metrics, code coverage, and load testing ! +We have done for the basic functional telemetry ! There are infinite things to cover in this subject, but it's enough for this endless guide. Go [next part]({{< ref "/posts/18-build-your-own-kubernetes-cluster-part-9" >}}) for the final part with testing, code metrics, code coverage, and load testing !