In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
This article introduces the relevant knowledge of "how to install KubeCtl locally to connect remote K8s clusters". In the operation of actual cases, many people will encounter such a dilemma, so let the editor lead you to learn how to deal with these situations. I hope you can read it carefully and be able to achieve something!
Install KubeCtlLinux
Self-testing is available on CentOS 7.4
Curl-LO "https://dl.k8s.io/release/$(curl-L-s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"sudo install-o root-g root-m 0755 kubectl/ usr/local/bin/kubectl// Test kubectl version-- clientWindows
Self-testing is available in Git Bash in Windows
Open the installed Git Bash in Windows, open the directory opened by default, go directly to the cd bin directory, and download KubeCtl.exe
Cd bincurl-LO https://dl.k8s.io/release/v1.20.0/bin/windows/amd64/kubectl.exekubectl version-- client connects to remote K8s
After installing KubeCtl, to connect to the remote K8s service, you can put the config file in the ~ / .kube directory. The file name is config. There is no suffix, Windows and Linux are the same.
The config file can be found in the ~ / .kube directory in the master node of the K8s cluster. The contents of the file are roughly as follows:
ApiVersion: v1clusterscluster: certificate-authority-data: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx server: https://IP:8443 / / IP is the K8s cluster entry IP name: Namecontexts:- context: cluster: Name user: kubernetes-admin name: test123current-context: test123kind: Configpreferences: {} users:- name: kubernetes-admin user: client-certificate-data: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx client-key-data: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
After the config file is placed in the ~ / .kube directory (windows is C:\ Users\ user .kube directory), you can access the remote K8s cluster.
This is the end of the content of "how to install KubeCtl locally to connect to a remote K8s cluster". Thank you for reading. If you want to know more about the industry, you can follow the website, the editor will output more high-quality practical articles for you!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.