Rancher

From Christoph's Personal Wiki
Revision as of 22:47, 29 September 2016 by Christoph (Talk | contribs) (Created page with "'''Rancher''' is a container management platform. Rancher natively supports and manages all of your Kubernetes, Mesos, and Swarm clusters. ==Setup Rancher HA with AWS== <div...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Rancher is a container management platform. Rancher natively supports and manages all of your Kubernetes, Mesos, and Swarm clusters.

Setup Rancher HA with AWS

NOTE: This section is currently incomplete. It will be updated soon.
Security group inbound rules
Type Protocol Port Source Purpose
SSH TCP 22 0.0.0.0/0 ssh
HTTP TCP 80 0.0.0.0/0 http
HTTPS TCP 443 0.0.0.0/0 https
TCP TCP 6379 0.0.0.0/0 redis
TCP TCP 2376 0.0.0.0/0 swarm
TCP TCP 2181 0.0.0.0/0 zookeeper_client
TCP TCP 2888 0.0.0.0/0 zookeeper_quorum
TCP TCP 3888 0.0.0.0/0 zookeeper_leader
TCP TCP 3306 0.0.0.0/0 mysql (RDS)
TCP TCP 8080 0.0.0.0/0
TCP TCP 18080 0.0.0.0/0
UDP UDP 500 0.0.0.0/0
UDP UDP 4500 0.0.0.0/0


replace source 0.0.0.0/0 with your VPC subnet.

External links