Skip to content

Instantly share code, notes, and snippets.

@rgcloud
rgcloud / Dockerfile
Created January 14, 2020 16:13 — forked from mjhea0/Dockerfile
centos 6 + python 2.6 Dockerfile https://hub.docker.com/r/mjhea0/centos-6-python-2.6/
# base image
FROM centos:6
# install epel
RUN rpm --import http://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-6 \
&& yum install -y epel-release
# install python
RUN yum install -y \
git \

Install a 3-Node Kubernetes Cluster on Centos 7

This setup uses 3 machines:

  1. Centos7
  2. 100GB HDD
  3. 32 GB RAM
  4. 8 CPU

All Machines