Running Rancher - Kubernetes Cluster Management - on Ubuntu Server

preview_player
Показать описание
#Rancher #Kubernetes #K3S

--------------------------------------------------------------------
Installing Docker and Running Rancher
--------------------------------------------------------------------
   01. Log into the Ubuntu server
   02. Run the following commands
         # install docker
         # add the current user to the docker group
         sudo usermod -aG docker $USER
         # reauthenticate for the new group membership to take effect
         su - $USER
         # verify docker is installed and working
         docker version
         # run rancher container
         docker run -d --restart=unless-stopped -p 80:80 -p 443:443 -v /opt/rancher:/var/lib/rancher --privileged rancher/rancher:latest
   04. Accept the certificate warning
   05. When Rancher loads, enter an admin password and re-type to confirm
   06. Select the I'm only going to use the cluster Rancher was installed on option
   07. Click Continue
   08. Welcome to Rancher
   09. Congratulations, you now have a web based UI to deploy and manage docker containers
 
 

### Connect with me and others ###
Рекомендации по теме