How to build docker-rancher-k8s-rancher environment
This article mainly introduces "how to build the docker-rancher-k8s-rancher environment". In the daily operation, I believe that many people have doubts about how to build the docker-rancher-k8s-rancher environment. The editor consulted all kinds of materials and sorted out simple and easy-to-use operation methods. I hope it will be helpful to answer the doubts about "how to build the docker-rancher-k8s-rancher environment". Next, please follow the editor to study!
# operate on the rancher-mysql node where docker has been installed
# install mysql
# install mysql client
Yum-y install mysql
# create a database
Mysql-h227.0.0.1-uroot-p123456