Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

146
Views
How do I actually get the output of kubectl kustomize into my cluster?

I have a very simple kustomization.yaml:

configMapGenerator:
  - name: icecast-conifg
    files:
      - icecast.xml

When I run kubectl kustomize . it spits out a generated configMap properly, but how do I actually load it into my cluster? I'm missing some fundamental step.

over 4 years ago · Santiago Trujillo
2 answers
Answer question

0

With Kustomize you can use the -k (or --kustomize) flag instead of -f when using kubectl apply. Example:

kubectl apply -k <my-folder-or-file>

See Declarative Management of Kubernetes Objects Using Kustomize

over 4 years ago · Santiago Trujillo Report

0

You could do for example

kubectl kustomize . | kubectl apply -f -
over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!