Skip to content

Commit

Permalink
docs: add showcase info
Browse files Browse the repository at this point in the history
  • Loading branch information
laurci authored May 7, 2023
1 parent 6f364f9 commit 9c5a521
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .showcase.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
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.
tags:
- DevOps
- infrastructure
- web
- Kubernetes

0 comments on commit 9c5a521

Please sign in to comment.