Skip to content

Instantly share code, notes, and snippets.

@robbuh
robbuh / rancher-guide.md
Created January 29, 2021 11:38
rancher-guide

Installing Rancher on a Single Node Using Docker

A brief guide to deploying Rancher Server on a Single Node Using Docker

Create Rancher container on Docker with self-signed certificate

docker run --name rancher-server -d --restart=unless-stopped \
  -p 80:80 -p 443:443 \
  -v /<CERT_DIRECTORY>/<FULL_CHAIN.crt>:/etc/rancher/ssl/cert.pem \
@robbuh
robbuh / rke-guide.md
Last active April 11, 2022 16:37
rke-guide

Rancher & Rancher Kubernetes Engine (RKE) - Brief Guide

A brief guide to

  • Rancher Kubernetes Engine (RKE)
  • Installing Rancher With Kubernetes
  • Deploying Kubernetes With Rancher
  • Managing Kubernetes With Rancher
  • Running Kubernetes Workloads