Skip to content

Instantly share code, notes, and snippets.

View nigimaster's full-sized avatar
💭
Veni, vidi, vici

Nicolo Giacomello nigimaster

💭
Veni, vidi, vici
  • NiGi
  • Utrecht, The Netherlands
View GitHub Profile
@antonputra
antonputra / k8s-offline.md
Last active February 12, 2023 10:07
Offline Kubernetes installation with kubeadm and CentOS 7 v1.10.5

On master and nodes

Set environment variables

export MASTER01=<user>@<server>:<path>/<to>/<remote>/<folder>

Install docker daemon | 17.03 version recommended with k8s v.1.10.5

@natchiketa
natchiketa / a Super-simple Nginx reverse proxy with Homebrew on OS X.md
Last active May 18, 2023 04:54
Super-simple Nginx reverse proxy with Homebrew on OS X

Installation

1)

brew install nginx
sudo cp /usr/local/Cellar/nginx/1.8.0/homebrew.mxcl.nginx.plist /Library/LaunchAgents

2)

Replace /usr/local/etc/nginx/nginx.conf with the nginx.conf in this gist. I'm using port 5000 for my current project. Obviously, change server_name as well, and probably the name of its access log.