How do I deploy Rancher on a Linux system

0 votes
How do I deploy rancher on a Linux system? I already have Docker installed.
Mar 28, 2019 in Kubernetes by Laya
1,204 views

1 answer to this question.

0 votes

Step 1: Prepare a Linux host and install Docker onto it. Use any Linux flavor supported by Docker, and install a version of Docker supported by Kubernetes:

  • 18.06.2

Step 2: Execute the following command to download and run the Rancher server:

$ sudo docker run -d --restart=unless-stopped -p 80:80 -p 443:443 rancher/rancher:latest

The server takes less than a minute to install and will be available at https://<server_ip>. Once the server is running, log in and follow the instructions.

answered Mar 28, 2019 by Shlok

Related Questions In Kubernetes

0 votes
1 answer
0 votes
2 answers

How do I force a pod to run on a specific node?

By default, anti-affinity is not attempted by Kubernetes as ...READ MORE

answered Aug 6, 2019 in Kubernetes by Sirajul
• 59,190 points
6,261 views
0 votes
2 answers

How can I access a service installed on Kubernetes from anywhere?

if u want to directly want to ...READ MORE

answered Jul 26, 2020 in Kubernetes by Akash Gupta
2,485 views
+2 votes
1 answer
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
7,715 views
0 votes
1 answer
0 votes
1 answer

How do I set up a k8s cluster on windows?

Hey @Nadia, follow these steps to create ...READ MORE

answered Feb 25, 2019 in Kubernetes by Roshan
1,393 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP