Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduction to Kustomize #2

Open
dystewart opened this issue Jan 12, 2022 · 0 comments
Open

Introduction to Kustomize #2

dystewart opened this issue Jan 12, 2022 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@dystewart
Copy link
Owner

If you are familiar and comfortable with Kustomize you can safely skip this section.
If you are new to Kustomize or just need a basic refresher, here are some of the resources me and a few other beginners found very helpful:

  1. Kustomize installation docs
  2. Getting started with Kustomize tool for Kubernetes
  3. Kustomize tutorial with instructions & examples
  4. Declarative Management of Kubernetes Objects Using Kustomize

Kustomize is an integral and necessary tool that helps us to decoratively deploy our applications in our OpenShift environment by bundling all of our manifests together. That is, it allows us to easily specify application configurations and fine tune how the applications are deployed and managed. As you can tell, this idea of declarative deployment is very powerful tool since it prevents the need for an administrator to make configuration changes to an application every time we deploy it.

Make sure you're comfortable with Kustomize before moving on as we'll be using it early and often in this walkthrough.

@dystewart dystewart added the documentation Improvements or additions to documentation label Jan 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant