From 05c033dfaa4efe9e0ce78bc9d40525179db19aaa Mon Sep 17 00:00:00 2001 From: Ciobanu Laurentiu Date: Sun, 7 May 2023 16:10:06 +0300 Subject: [PATCH] docs: update showcase --- .showcase.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.showcase.yml b/.showcase.yml index ee68ac6..b848350 100644 --- a/.showcase.yml +++ b/.showcase.yml @@ -1,6 +1,6 @@ size: medium description: | - Generate valid Kubernetes YAML using imperative, type-safe code. Think about it like Helm but with actual code. This is a specific implementation of *Infrastructure as Code* that targets only Kubernetes. Using generic IaC tools (Terraform, Pulumi, AWS CDK, etc.) has a terrible impact on the performance and reliability of deployments because we try to replicate the K8S state in external systems and the sync will break, sooner or later. + Generate valid Kubernetes YAML using imperative, type-safe code. Think about it like Helm but with actual code. This is a specific implementation of **Infrastructure as Code** that targets only Kubernetes. Using generic IaC tools (Terraform, Pulumi, AWS CDK, etc.) has a terrible impact on the performance and reliability of deployments because we try to replicate the K8S state in external systems and the sync will break, sooner or later. tags: - DevOps - infrastructure