Skip to content

Instantly share code, notes, and snippets.

@johnny445
johnny445 / .dockerignore
Created June 30, 2021 18:09 — forked from remarkablemark/.dockerignore
Docker Node.js Example
node_modules/
*.log

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

@johnny445
johnny445 / minikube_ubuntu_installation.md
Created July 17, 2019 12:56 — forked from gonzaloplaza/minikube_ubuntu_installation.md
Minikube installation on Ubuntu 16.04 LTS

Minikube Installation on Ubuntu 16.04 LTS

Overview:

  1. Install hypervisor (Virtualbox)
  2. Get and install Kubectl (repositories)
  3. Get and install Minikube last version
  4. Start and Test Minikube local cluster and expose demo service

Install VirtualBox hypervisor