Skip to content

Jonathan Gazeley

A journal of photography, computing and audio

  • About
  • Cameras
  • Lenses
  • Recording
  • Music store
  • Darkroom

Recent Posts

  • Using TrueNAS to provide persistent storage for Kubernetes
  • Load-balancing Ingress with MetalLB on MicroK8s
  • Exposing the Kubernetes Dashboard with an Ingress
  • Building a hyperconverged Kubernetes cluster with MicroK8s and Ceph
  • Canon New FD 35-70mm lenses

Recent Comments

Using TrueNAS to pro… on Building a hyperconverged Kube…
Titus on Digitising a Super 8 film
Jonathan on Digitising a Super 8 film
Titus on Digitising a Super 8 film
ronaldo miranda on Behringer C-2 vs C-4

Archives

Categories

  • Astronomy
  • Audio
  • Cars
  • Computing
  • Cycling
  • Gadgets
  • Guides
  • Misc
  • Music
  • Photography
  • Reviews
  • Science
  • Uncategorized

Meta

  • Register
  • Log in
  • Entries feed
  • Comments feed
  • WordPress.com

Ingress

Load-balancing Ingress with MetalLB on MicroK8s

Out of the box, the MicroK8s distribution of ingress-nginx installed as the MicroK8s addon ingress binds to ports 80+443 on the node’s IP address using a hostPort, as we can see here on line 20: This is fine for a single-node deployment, but now MicroK8s supports clustering we need to find a way of load-balancing our Ingress, as a multi-node cluster will […]

Read more "Load-balancing Ingress with MetalLB on MicroK8s"

Exposing the Kubernetes Dashboard with an Ingress

With MicroK8s it’s easy to enable the Kubernetes Dashboard by running If you’re running MicroK8s on a local PC or VM, you can access the dashboard with kube-proxy as described in the docs, but if you want to expose it properly then the best way to do this is with an Ingress resource. Firstly, make […]

Read more "Exposing the Kubernetes Dashboard with an Ingress"