Skip to content

Latest commit

 

History

History
57 lines (48 loc) · 3.97 KB

kustomize.md

File metadata and controls

57 lines (48 loc) · 3.97 KB

Bookmarks tagged [kustomize]

https://www.codepedia.org/ama/a-cleaner-multi-stage-deployment-on-kubernetes-of-a-create-react-app-w...

This blog posts presents a clean way to make a multi-stage deployment of a Create React App on a Kubernetes Cluster. Deployments with kubectl, helm charts, kustomize and skaffold are presented.


https://kubernetes.io/docs/tasks/manage-kubernetes-objects/kustomization/

  • Overview of Kustomize

  • Bases and Overlays

  • How to apply/view/delete objects using Kustomize

  • Kustomize Feature List

  • What's next

  • tags: kubernetes, kustomize, docs


https://blog.jetstack.io/blog/kustomize-cert-manager/

Using Kubectl's new Kustomize support for per-environment deployment of cert-manager resources.


https://kustomize.io/

Kustomize traverses a Kubernetes manifest to add, remove or update configuration options without forking. It is available both as a standalone binary and as a native feature of kubectl.

Docs:


https://www.youtube.com/watch?v=ahMIBxufNR0

This talk will introduce Kustomize, a declarative application management system, that allows deployments to be described as template free YAML. It's approach will be contrasted with DSLs and template ...


https://www.youtube.com/watch?v=pRG47EQ5OAg

This presentation by Marc Campbell, CTO and Founder of Replicated, is from the Kubernetes, Kustomize & Ship Meetup in SF - ship video reference