Skip to content

Commit

Permalink
docs: intro and compare with helm and pulumi
Browse files Browse the repository at this point in the history
  • Loading branch information
laurci committed Aug 31, 2021
1 parent 8b23e75 commit 7c6b91d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,9 @@ It is a bit of both :) **Kubernate** is a library that is used to generate Kuber
There is no programming model to speak of :) just write code and use it. At the end the tool runs the code :) You can even skip this step and just build the Typescript into javascript and run it with Node. You can even make your own app on top of Kubernate to manage your deployments.

The library itself is very simple and it is also very fast. It is written in Typescript and it is very easy to use. It is also very easy to learn and understand. Everything is typed! Just follow the intellisense.

## Compatibility with other tools

Nothing stops you from using Kubernate with other tools. You can even use Kubernate as a library to generate Kubernetes YAML files for other tools (like Helm and Kustomize).

I actually use it to generate the base for Kustomize (better integration comming soon) and i love it :) I just have to write the overlays but that could also be generated.

0 comments on commit 7c6b91d

Please sign in to comment.