Jump to content

Kubernetes: Difference between revisions

213 bytes added ,  17 February 2023
Tags: Mobile edit Mobile web edit
Line 580: Line 580:
Helm charts abstract away manifests, allowing you to focus on only the important configuration values.<br>
Helm charts abstract away manifests, allowing you to focus on only the important configuration values.<br>
Manifests can also be composed into other manifests for applications which require multiple microservices.
Manifests can also be composed into other manifests for applications which require multiple microservices.
[https://artifacthub.io/ https://artifacthub.io/] allows you to search for helm charts others have made.<br>
[https://github.com/bitnami/charts bitnami/charts] contains helm charts for many popular applications.


===Usage===
===Usage===