Rancher 2.2.x setup Instructions

Category

Website URL

https://github.com/poupouxios/rancher-setup-instructions

Technologies used

Date released

29/05/2019

Project description

This guide will take you step by step to setup Rancher 2.2.x and how you can orchestrate a web application with a database to communicate and work.

Before running Rancher 2.x make sure you stop anything that reserves ports 80 and 443 eg. nginx,apache2 etc, as Kubernetes Ingress nginx (load balancer) will try to reserve the port 80 and if its already occupied it will not start.

The guide is divided into:

  • Setup Cluster and Node ready for deployment
  • Orchestrate containers
  • Access container logs and shell
  • Extra steps for more familiarization