Skip to content

Commit

Permalink
docs: update showcase
Browse files Browse the repository at this point in the history
  • Loading branch information
laurci authored May 7, 2023
1 parent 9c5a521 commit 05c033d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .showcase.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 05c033d

Please sign in to comment.