Build a k8s environment based on minikube from 0

1. Prepare a virtual machine environment Personally I use Vitual Box The Linux system uses Centos7 2. Install Linux on a virtual machine Just choose the minimum content to install, I personally like pure and pure 3. Install Docker refer to this article https://blog.csdn.net/jll126/article/details/123113823 Just go from start to finish The docker version I chose […]

[Kubernetes actual combat] (4) MiniKube deployment

Directory 1. The current configuration environment 2. Preparation 3. Docker installation 1. Configure the docker source 2. Install docker environment dependencies 3. Install docker 4. Start docker and set it to boot automatically 5. Configure mirror acceleration 6. Restart the daemon and restart docker 4. Install Kubectl and Minikube 1. Current configuration environment Operating system: […]

[k8s] Build a small and complete Kubernetes environment (minikube)

Article directory 1. What is container orchestration? 2. What is Kubernetes 3. What is minikube 4. How to build minikube environment 1. Download minikube and install it 2. Check whether minikube is installed normally 3.k8s command client tool-kubectl 4. Actually verify the minikube environment 4.1 Check the cluster status 5. Operate the k8s cluster 6. […]