当前位置:网站首页>Using kubeconfig files to organize cluster access
Using kubeconfig files to organize cluster access
2022-06-24 07:50:00 【Old tile next door】
Use kubeconfig File to organize information about the cluster 、 user 、 Namespace and identity authentication mechanism . kubectl Command line tools use kubeconfig File to find the information needed to select the cluster , And with the cluster API The server communicates .
explain : The file used to configure cluster access is called “kubeconfig file ”. This is a common way to reference configuration files , It does not mean that there is a name kubeconfig The file of
Warning : Use only those from reliable sources kubeconfig file . Use special kubeconfig Files can cause malicious code execution or file exposure . If you must use untrusted kubeconfig file , Please check first shell Scrutinize it like a script .
By default ,kubectl stay $HOME/.kube Find the name of config The file of . You can set up KUBECONFIG Environment variables or settings --kubeconfig Parameter to specify other kubeconfig file .
About creating and specifying kubeconfig Step by step instructions for documents , see also Configure access to multiple clusters .
Support multiple clusters 、 User and identity authentication mechanism
Suppose you have multiple clusters , And your users and components are authenticated in many ways . such as :
- Running kubelet
边栏推荐
- L1-019 谁先倒 (15 分)
- Error:Kotlin: Module was compiled with an incompatible version of Kotlin. The binary version of its
- RDD的执行原理
- 力扣(LeetCode)174. 地下城游戏(2022.06.23)
- 某问答社区App x-zse-96签名分析
- Teach you how to use the reflect package to parse the structure of go - step 2: structure member traversal
- 运行npm run eject报错解决方法
- Phonics
- [Lua language from bronze to king] Part 2: development environment construction +3 editor usage examples
- 图形技术之管线概念
猜你喜欢
随机推荐
C escape character
《canvas》之第3章 曲线图形
How to realize high stability and high concurrency of live video streaming transmission and viewing?
语料库数据处理个案实例(读取多个文本文件、读取一个文件夹下面指定的多个文件、解码错误、读取多个子文件夹文本、多个文件批量改名)
Baidu map, coordinate inversion, picking coordinate position
The startup mode of cloudbase init is \Cloudbase init has hidden dangers
Cloud development who is the source code of undercover applet
Unity Culling 相关技术
Unity 的序列化
Any remarks
调用Feign接口时指定ip
《canvas》之第1章 canvas概述
爬虫基础B1——Scrapy(B站学习笔记)
Take my brother to make a real-time Leaderboard
Reconfiguration of nebula integration testing framework based on BDD theory (Part 2)
any类备注
第 2 篇:绘制一个窗口
Alibaba cloud full link data governance
Free ICP domain name filing interface
PNAs: Geometric renormalization reveals the self similarity of multi-scale human connectome








