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
345 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,230 points
4,351 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
1,078 views
+2 votes
1 answer
+2 votes
1 answer

Deploy Docker Containers from Docker Cloud

To solve this problem, I followed advice ...READ MORE

answered Sep 3, 2018 in AWS by Priyaj
• 58,090 points
2,467 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
445 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