kubernetes
2024
- 2024-10-02 - How to increase /dev/shm size on kubernetes : the equivalent to docker's shm-size flag
- 2024-01-15 - How to resize the persistent volumes of a kubernetes statefulset : kubernetes is a convoluted beast
2023
- 2023-04-25 - Wireguard endpoint on kubernetes part 2 : Implementation of last article's design
- 2023-04-13 - Wireguard endpoint on kubernetes part 1 : How to expose kubernetes services over wireguard
2022
- 2022-11-11 - Going Social : an ActivityPub server experiment (aka joining mastodon with a self hosted instance)
- 2022-03-14 - Fixing a redis chart : I contributed a preStop script to trigger a failover before a redis master is terminated
- 2022-01-23 - Calico and outgoing ipv6 traffic on k3s : By default calico does not nat outgoing ipv6 traffic
2021
- 2021-09-01 - How to delete all evicted pods in kubernetes : A quick note for future reference
- 2021-08-18 - How to run the BFD protocol on kubernetes for fast BGP convergence : Metallb does not support it yet
- 2021-07-30 - Private and shared mounts : Shared mount subtrees in Linux are a thing and I did not know it
- 2021-07-27 - Making dual stack ipv6 work with k3s : How to setup a working ipv4/ipv6 service on k3s
2020
- 2020-12-06 - kubernetes single node cluster taint : How to schedule worker pods on your control plane node
- 2020-08-06 - Get tls certificate and key from a kubernetes secret : How to extract a tls certificate and keys from a kubernetes secret
- 2020-06-25 - Dump and restore a postgresql database on kubernetes : How to dump and restore a postgresql database running on kubernetes
Docs
- Installation : Installation notes of miniflux.adyxax.org on k3s
- Installation : Installation notes of vaultwarden on k3s