mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
37 lines
1005 B
Markdown
37 lines
1005 B
Markdown
+++
|
|
title = "Kustomize"
|
|
linkTitle = "Kustomize"
|
|
|
|
+++
|
|
|
|
{{<blocks/cover title="Kustomize" image_anchor="center" height="full" color="primary">}}
|
|
<div class="mx-auto">
|
|
<p class="lead mt-5">Kustomize provides a solution for customizing Kubernetes resource configuration free from templates
|
|
and DSLs.</p>
|
|
<a
|
|
class="btn btn-lg btn-primary mr-3 mb-4"
|
|
href="/kustomize/installation/"
|
|
>
|
|
Get Started <i class="fas fa-arrow-alt-circle-right ml-2"></i>
|
|
</a>
|
|
<a
|
|
class="btn btn-lg btn-secondary mr-3 mb-4"
|
|
href="/kustomize/contributing/"
|
|
>
|
|
Contribute <i class="fas fa-pencil-alt ml-2"></i>
|
|
</a>
|
|
<div class="mx-auto mt-5">
|
|
{{<blocks/link-down color="light">}}
|
|
</div>
|
|
</div>
|
|
{{</blocks/cover>}}
|
|
|
|
{{< blocks/section >}}
|
|
|
|
{{% blocks/feature icon="fab fa-github" title="Contribute" %}}
|
|
We do a [Pull Request](https://github.com/kubernetes-sigs/kustomize/pulls) contributions workflow on **GitHub**.
|
|
New users are always welcome!
|
|
{{% /blocks/feature %}}
|
|
|
|
{{< /blocks/section >}}
|