Skip to content

Instantly share code, notes, and snippets.

View tillkuhn's full-sized avatar
🐌
Working ambitiously

Till tillkuhn

🐌
Working ambitiously
View GitHub Profile

Keybase proof

I hereby claim:

  • I am tillkuhn on github.
  • I am tillkuhn (https://keybase.io/tillkuhn) on keybase.
  • I have a public key ASAiN_0lzdLRC4No20QAtRN4bFRLhL8ROMFt2fKeJeWyfgo

To claim this, I am signing this object:

@tillkuhn
tillkuhn / nginx-ingress-lb.yaml
Created November 22, 2016 17:41
Kubernetes configuration file to create and expose Nginx Ingress Controller Service with sticky sessions, virtual host stats and default backend
---
################################################################################
## K8S Default Backend for Nginx if no endpoint is available e.g. 404 servers
###############################################################################
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: nginx-default-backend
namespace: kube-system
labels: