In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/02 Report--
Note:
There are two articles in this series:
Chapter 1: introduction and installation of kind
Chapter 2: using kind to build k8s cluster in one minute
Catalogue
1 kind introduction
2 docker installation
2.1 set up the docker yum download source
2.2 install the specified version of docker
2.3Setting docker
2.4 verify docker
3 kubectl installation
3.1 set up the kubectl yum download source
3.2 install the specified version of kubectl
3.3View kubectl version
4 kind installation
Download kind binary installation package
4.2 add execution permissions
4.3 move the file to the execution path
4.4 verify kind
1 kind introduction
Kind (Kubernetes in Docker) is a tool. You can quickly create and delete k8s clusters locally. Kind is the simplest of all the K8s cluster management tools I have ever used. It has the lowest learning cost and is the most user-friendly.
Before installing kind, you first need to install docker and kubectl. Docker is the container environment in which K8s runs, and kubelet is the client tool for operating K8s clusters.
2 docker installation 2.1 setup docker yum download source
# wget https://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo-O / etc/yum.repos.d/docker-ce.repo
2.2 install the specified version of docker# yum install-y docker-ce-18.06.1.ce-3.el7
2.3 set docker# systemctl start docker & & systemctl enable docker
2.4 verify docker# docker version
3 kubectl installation 3.1 Settings kubectl yum download Source # cat > / etc/yum.repos.d/k8s.repo
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.