Skip to content

Instantly share code, notes, and snippets.

@moylette
moylette / mandatory.yaml
Created March 7, 2019 01:02
Kubernetes configuration to get Nginx Ingress running on a Raspberry Pi cluster.
---
apiVersion: v1
kind: Namespace
metadata:
name: ingress-nginx
---
apiVersion: extensions/v1beta1
kind: Deployment