Installing And Setting Up Rancher

preview_player
Показать описание
Here are the steps in installing and setting up Rancher
1) Update and upgrade Ubuntu
sudo apt update && sudo apt upgrade

2) Install OpenSSH Server
sudo apt-get install -y openssh-server

3) Install cURL
sudo apt install curl

4) Check cURL version
curl --version

5) Install Rancher compatible Docker

6) Add user to Docker user group
sudo usermod -aG docker $USER && newgrp docker

7) Pull Rancher Docker Container
sudo docker run --privileged -d --restart=unless-stopped -p 80:80 -p 443:443 rancher/rancher

8) Launch web browser and open Rancher webpage

9) Get Container ID
docker ps
OR
docker container ls

10) Get the bootstrap password.

11) Copy boot strap password and paste it in the Rancher webpage.

12) Setup your own customized password.

These are the URL I was showing in my Video.
Rancher QuickStart

Rancher V2.5 Installation Guide

#rancher, #kubernetes, #docker, #container,
Рекомендации по теме
Комментарии
Автор

I'm able to get this far and get into rancher. But I am getting errors when I try to create a new cluster. (a lot of "webhook"-related messages) Could you please show us how you create a new "custom" cluster so we can use local VMs for nodes?

gpenrod
Автор

so how setup if i need 3 master and 2 worker nodes??

spiritcxz
Автор

Sounds interesting.
I will try it tomorrow morning.

Thank you 🙏

panggiring
Автор

thanks, @RabiGurungXybernetics for your nice video, I am able to run rancher UI ..now I need to create a multi-node cluster ..which basically runs the application ..do you have any such video? if yes then please share ..

subhankarb
Автор

Guys I have an interview and I was given task to do . I've done most of it but I'm having issues with Rancher cause I'm to use it for my kubernetes deployments. So the problem is that I can't find the add nodes button on the UI

DukeofTech
Автор

Now I'm stuck how to deploy UptimeKuma with Rancher 2.7...guide please ( I searched interwebs and no luck)

av_manager
Автор

Now I'm stuck how to run uptime kuma with rancher 2.7 on a sinlge node

av_manager
Автор

This site can’t be reached, you have any solution for this ? I can't get in the Rancher dashboard

mohammedaljarallah
Автор

After using your docker run cmd my container keep restarting continuously

Pasupuletisiva-fr
Автор

Dear sir
Im install ubnto on harvester vm when i writing ip in chrome it give me connection refused
when stop firewall its give me too many long responsre

mohemmedredha
Автор

Hi Sir, I am followed your steps, but not able to find "bootstrap password."

BalaMurugan-kbri
Автор

Please can I get the link to the rancher doc?

maxcellayim