Voltane Tech Blog
  • Home
  • About
  • GitHub
Subscribe

K3s

A collection of 3 posts
Install Ingress NGINX Controller on k3s
Kubernetes

Install Ingress NGINX Controller on k3s

The ingress controller mainly allows you to perform HTTP traffic routing to your services depending on the host and/or path. With k3s ships Traefik as an ingress controller. Traefik absoluteley does a great job routing your HTTP traffic, but it isn't suitable for every usecase. As an alternative, there
Jul 11, 2022 — 3 min read
Disable local-path Storage on k3s
K3s

Disable local-path Storage on k3s

When you're installing k3s, it provides you the StorageClass "local-path", which is also set as the default StorageClass. This configuration is absolutely fine for a small, single node development cluster, but it is not suitable for a production grade multi-node cluster. There are now two options after you've setup a
Jul 10, 2022 — 1 min read
Running k3s Traefik behind a reverse proxy
Kubernetes

Running k3s Traefik behind a reverse proxy

In some configurations, you end up running your k3s cluster behind a additional ingress proxy (e. g. for caching, inspection, logging, WAF, etc.). As you want some special proxy headers at your application (e. g. X-Forwarded-*), you need to tell Traefik (2.x) to not override those headers. To activate
Jul 7, 2022 — 1 min read
Voltane Tech Blog © 2025
  • Legal notice
  • Privacy
Powered by Ghost