apt install opentstack-deploydpkg -L openstack-deploy | grep bin/gcloud config set compute/zone eu-west1-b gcloud container clusters listgcloud container clusters get-credentials bootcamp –zone europe-west1-b –project caramel-era-236111gcloud container clusters resize bootcamp –size=3gcloud containergcloud container clusters delete bootcamphostname –fqdn → /etc/hostsUSE mysql; SELECT * FROM USER; CREATE USER 'root'@'%' IDENTIFIED BY 'admin123'; GRANT ALL privileges ON *.* TO 'root'@'%'; FLUSH privileges;