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

284
Views
How to use alternative kube config file

The default k8s config file is in ~/.kube/config Is it possible to specify the config explicitly when using kubectl command ? Thanks

over 4 years ago · Santiago Trujillo
3 answers
Answer question

0

kubectl can use the KUBECONFIG in three different ways:

  1. Using the KUBECONFIG present in ~/.kube/config if nothing is specified in kubectl command.

  2. Using the KUBECONFIG defined by using the KUBECONFIG environment variable if nothing is specified in kubectl command.

  3. Passing the KUBECONFIG as part of the kubectl command using the --kubeconfig flag as:

    kubectl --kubeconfig=<KUBECONFIG_PATH>
    

Further, the order of precedence is as follows:

  1. Use the KUBECONFIG if explicitly passed in the kubectl command
  2. Use the KUBECONFIG from the environment variable if --kubeconfig flag is not specified but the environment variable is set.
  3. Use the KUBECONFIG from ~/.kube/config if both --kubeconfig and KUBECONFIG are not specified.
over 4 years ago · Santiago Trujillo Report

0

Use KUBECONFIG env for using custom kubeconfig file with kubectl:

$ export KUBECONFIG=/path/to/config
over 4 years ago · Santiago Trujillo Report

0

Yes you can specify like this

kubectl config --kubeconfig=your_kubeconfi_file_path <YOUR_OPERATION> 
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!