Русские видео

Сейчас в тренде

Иностранные видео


Скачать с ютуб What is a kubeconfig file? в хорошем качестве

What is a kubeconfig file? 2 месяца назад


Если кнопки скачивания не загрузились НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу страницы.
Спасибо за использование сервиса savevideohd.ru



What is a kubeconfig file?

Organizing Cluster Access Using kubeconfig Files The kubeconfig file components Kubernetes components like kubelet, kube-controller-manager, or kubectl use the kubeconfig file to interact with the Kubernetes API. Usually, the kubectl or oc commands use the kubeconfig file. The kubeconfig file's default location for kubectl or oc is the ~/.kube directory. Instead of using the full kubeconfig name, the file is just named config. The default location of the kubeconfig file is ~/.kube/config. There are other ways to specify the kubeconfig location, such as the KUBECONFIG environment variable or the kubectl --kubeconfig parameter. The kubeconfig file is a YAML file containing groups of clusters, users, and contexts. A cluster is a Kubernetes or OpenShift cluster. A user is a credential used to interact with the Kubernetes API. A context is a combination of a cluster and a user. Every time you execute an oc or kubectl command, you reference a context inside kubeconfig. At IT & Automation our intention is to share knowledge and learn from community. Twitter:   / itnautomations   Github: https://github.com/itandautomation/it... 00:00 Intro 00:15 .kube directory 00:48 demystify config file 02:39 Ownership of .kube 03:40 Exporting config 04:00 Using non-default kubeconfig #kubernetes #kubeconfig #devops #k8s #authentication #authorization #itandautomation #.kube

Comments