Jump to content

Kubernetes

From Bath Wiki
Revision as of 14:33, 3 June 2026 by Hw2210 (talk | contribs) (Add basic titles and structure to fill in later)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

General knowledge

This tries to cover some basic concepts, focusing on common confusion, but it will skip over a lot of the general knowledge information such as secrets and configmaps. The kubernete's documentation is pretty good, though difficult to read at some points, but there are loads of great tutorials explaining how kubernetes works.

Pod vs Container

Statefulset vs deployment

Liveness probes

Security Context

What is a CRD?

Traefik and gateways

Cloudflare proxy

Network Policies

Helm

Persistant Volumes

Cronjobs

K3S

Deployment with Tofu

Retaining PVs

Where is the state stored?

General Terraform management

K9s

Migrating storages

Multicluster setups

Control plane

How to manage Storage

Safely shutting down nodes

Backups

Troubleshooting

Kubernetes event log

Traefik dashboard

Shell-ing into pods

K3S Log

Emergency Debug pods

Cloudflare API tokens

SELinux

Scenarios

Deployment/statefulset created but pod not creating

Pod in cash loop

Pod cannot request any website

Pod can access the internet but everything returns self-signed certificate

Deployment can't access its database/valkey

Pod is requesting denied system privileges

Pod is up, but I get a 404 when requesting visiting the page

Pod is up, but I get a 403 when requesting visiting the page

Authelia refuses to start up

Node is crashing often after running out of RAM

On IPV6 cluster and requests randomly timeout or return 404