Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

285
Vistas
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 Respuestas
Responde la pregunta

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 Denunciar

0

Use KUBECONFIG env for using custom kubeconfig file with kubectl:

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

0

Yes you can specify like this

kubectl config --kubeconfig=your_kubeconfi_file_path <YOUR_OPERATION> 
over 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda