How To Install Rancher on Ubuntu 14.04

Introduction

Rancher is an open source platform for running containers and building a private container service. Rancher is based on Docker, so you can run it on a dedicated box, KVM machine or even on a LXC container. Rancher provides a huge library of applications which are installed within a few clicks and also supports docker images from Dockerhub.

Requirements

  • At least 1GB Memory
  • A Linux distribution that supports Docker ( in our case we'll be using Ubuntu )

Installing

As already stated above, Rancher is based on Docker. That requires us to have the latest version of Docker installed on our machine. In order to install the latest Docker version, we have to run the following command:

sudo apt-get update && sudo apt-get upgrade
sudo apt-get install apt-transport-https ca-certificates
sudo apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D
sudo echo "deb https://apt.dockerproject.org/repo ubuntu-trusty main" > /etc/apt/sources.list.d/docker.list
sudo apt-get update && sudo apt-get install docker-engine apparmor
sudo docker run -d --restart=always -p 8080:8080 rancher/server

After waiting some minutes for Rancher to complete some initial processes and setup, we can visit the Rancher Admin Interface at http://SERVER_IP:8080.

Configuration

Because we don't want that everybody has access to our Rancher Admin Interface, we restrict the access to our personal user ( which we have to create first ). We navigate to the page Admin->Accounts and create our user there. After creating the user, Rancher should turn on authentication by default. If it does not, you can navigate to Admin->Access Control and enable it there.

After we've finished these steps, we can already start deploying our first containers and using Rancher!

Adding another host

When scaling applications, it's very important to have multiple physical servers running as container backends. Rancher has a very easy system to add more hosts with just one command.

All other hosts must fulfil the same requirements are our master node. After we install Docker on them, we have to navigate to Infrastructure->Hosts and click the "Add Hosts" button. Once we've entered our details ( like server IP ) and customized it to fit our needs, we can copy the command which Rancher generated for us and run it on the server which we want to use as second ( or third, there's actually no limit ).

After doing this step, it takes a few minutes for the second server to setup and install all the dependencies. The host will automatically pop-up under the Infrastructure->Hosts page once the tasks mentioned one sentence earlier are done.

Conclusion

Rancher is great for scaling and deploying Docker containers at any size. And more interestingly, Rancher is provided as open source. Open source means that you can edit the source to fit your needs or even participate in development.


Инсталирайте Plesk на CentOS 7

Инсталирайте Plesk на CentOS 7

Използване на различна система? Plesk е собствен контролен панел за уеб хост, който позволява на потребителите да администрират своите лични и/или клиентски уебсайтове, бази данни

Install Apache Maven on Ubuntu 18.04

Install Apache Maven on Ubuntu 18.04

Introduction Apache Maven is a free and open source project management tool used for Java projects. You can easily manage a projects build, reporting, an

How to Install Apache, MySQL and PHP on Ubuntu 18.04

How to Install Apache, MySQL and PHP on Ubuntu 18.04

Install Apache First, update your package manager. sudo apt-get update -y sudo apt-get upgrade -y Install and start Apache. sudo apt-get install apache

Как да инсталирате Backdrop CMS 1.8.0 на Debian 9 LAMP VPS

Как да инсталирате Backdrop CMS 1.8.0 на Debian 9 LAMP VPS

Използване на различна система? Backdrop CMS 1.8.0 е проста и гъвкава, удобна за мобилни устройства, безплатна система за управление на съдържанието (CMS) с отворен код, която ни позволява

How To Install Xubuntu Desktop On Vultr Servers With Ubuntu 15.10

How To Install Xubuntu Desktop On Vultr Servers With Ubuntu 15.10

Xubuntu is XFCE + Ubuntu ! XFCE is a light-weight GUI/Desktop for Ubuntu. Vultr Servers need additional dependencies which are, by default, not installed an

How to Install CMS Made Simple 2.2 on a Debian 9 LAMP VPS

How to Install CMS Made Simple 2.2 on a Debian 9 LAMP VPS

Using a Different System? CMS Made Simple 2.2 is a flexible and extensible, free and open source Content Management System (CMS) intelligently designed to b

Setup Gogs on Linux

Setup Gogs on Linux

Using a Different System? Introduction Gogs ( Go Git Service ) is a painless self-hosted Git service. The setup is very easy and it runs on almost ever

How to Install Axigen on Debian Wheezy

How to Install Axigen on Debian Wheezy

Introduction In this guide well learn how to setup the Axigen Mail-Server ( Version 10.0.0 ) on our Debian Wheezy ( this guide might also work for Jessie

How to Install Unturned 2.2.5 on CentOS 6

How to Install Unturned 2.2.5 on CentOS 6

In this guide, you will learn how to set up an Unturned 2.2.5 server on a Vultr VPS running CentOS 6. Note: This is an edited version of Unturned that doesn

Monitor Your Devices Using LibreNMS on CentOS 7

Monitor Your Devices Using LibreNMS on CentOS 7

Using a Different System? LibreNMS is a full-featured open source network monitoring system. It uses SNMP to obtain the data from different devices. A variet

How To Install Rancher on Ubuntu 14.04

How To Install Rancher on Ubuntu 14.04

Using a Different System? Introduction Rancher is an open source platform for running containers and building a private container service. Rancher is base

How to Install Pagekit 1.0 CMS on a CentOS 7 LAMP VPS

How to Install Pagekit 1.0 CMS on a CentOS 7 LAMP VPS

Using a Different System? Pagekit 1.0 CMS is a beautiful, modular, extendable and lightweight, free and open source Content Management System (CMS) with

How to Install TextPattern CMS 4.6.2 on a Debian 9 LAMP VPS

How to Install TextPattern CMS 4.6.2 on a Debian 9 LAMP VPS

Using a Different System? TextPattern CMS 4.6.2 is a simple, flexible, free and open source Content Management System (CMS) that allows web designers t

Инсталирайте Tiki Wiki CMS Groupware на CentOS 7

Инсталирайте Tiki Wiki CMS Groupware на CentOS 7

Използване на различна система? Въведение Tiki Wiki CMS Groupware, известен също като Tiki, е безплатна система за управление на уики съдържание с отворен код. Функция на Tikis

Install Hexo on CentOS 7

Install Hexo on CentOS 7

Hexo is a static blog platform, built with Node.js. Its fast compared to other static blog platforms, such as Jekyll. In this tutorial, I will explain how t

Installing Sponge and Minecraft Forge on Debian 9

Installing Sponge and Minecraft Forge on Debian 9

Using a Different System? Sponge is an open-source project that expands the capabilities of Minecraft servers through plugins. Combined with the modding AP

How to Install ImpressPages CMS 5.0 on a CentOS 7 LAMP VPS

How to Install ImpressPages CMS 5.0 on a CentOS 7 LAMP VPS

Using a Different System? ImpressPages CMS 5.0 is a simple and effective, free and open source, user-friendly, MVC-based, Content Management System (CMS)

Redirect HTTP Requests To HTTPS On Nginx

Redirect HTTP Requests To HTTPS On Nginx

Introduction This writeup shows you how to setup Nginx to redirect non-secure (http) requests to secure (https) ones. Pre-requisites You have a Vultr Linu

Възходът на машините: Реални приложения на AI

Възходът на машините: Реални приложения на AI

Изкуственият интелект не е в бъдещето, тук е точно в настоящето. В този блог Прочетете как приложенията за изкуствен интелект са повлияли на различни сектори.

DDOS атаки: кратък преглед

DDOS атаки: кратък преглед

Вие също сте жертва на DDOS атаки и сте объркани относно методите за превенция? Прочетете тази статия, за да разрешите вашите запитвания.

Чудили ли сте се как хакерите печелят пари?

Чудили ли сте се как хакерите печелят пари?

Може би сте чували, че хакерите печелят много пари, но чудили ли сте се някога как печелят такива пари? нека обсъдим.

Революционни изобретения на Google, които ще улеснят живота ви.

Революционни изобретения на Google, които ще улеснят живота ви.

Искате ли да видите революционни изобретения на Google и как тези изобретения промениха живота на всяко човешко същество днес? След това прочетете в блога, за да видите изобретенията на Google.

Friday Essential: Какво се случи с колите, задвижвани от изкуствен интелект?

Friday Essential: Какво се случи с колите, задвижвани от изкуствен интелект?

Концепцията за самоуправляващи се автомобили да тръгват по пътищата с помощта на изкуствен интелект е мечта, която имаме от известно време. Но въпреки няколкото обещания, те не се виждат никъде. Прочетете този блог, за да научите повече…

Технологична сингулярност: далечно бъдеще на човешката цивилизация?

Технологична сингулярност: далечно бъдеще на човешката цивилизация?

Тъй като науката се развива с бързи темпове, поемайки много от нашите усилия, рискът да се подложим на необяснима сингулярност също нараства. Прочетете какво може да означава сингулярността за нас.

Еволюция на съхранението на данни – инфографика

Еволюция на съхранението на данни – инфографика

Методите за съхранение на данните може да се развиват от раждането на данните. Този блог обхваща развитието на съхранението на данни на базата на инфографика.

Функционалности на референтните архитектурни слоеве за големи данни

Функционалности на референтните архитектурни слоеве за големи данни

Прочетете блога, за да разберете различни слоеве в архитектурата на големи данни и техните функционалности по най-простия начин.

6 невероятни предимства от наличието на интелигентни домашни устройства в живота ни

6 невероятни предимства от наличието на интелигентни домашни устройства в живота ни

В този дигитално задвижван свят устройствата за интелигентен дом се превърнаха в решаваща част от живота. Ето няколко невероятни предимства на интелигентните домашни устройства за това как те правят живота ни струващ и по-опростен.

Актуализацията на допълнението на macOS Catalina 10.15.4 причинява повече проблеми, отколкото решава

Актуализацията на допълнението на macOS Catalina 10.15.4 причинява повече проблеми, отколкото решава

Наскоро Apple пусна macOS Catalina 10.15.4 допълнителна актуализация за отстраняване на проблеми, но изглежда, че актуализацията причинява повече проблеми, водещи до блокиране на mac машини. Прочетете тази статия, за да научите повече