• 78 Posts
  • 1.4K Comments
Joined 1 year ago
cake
Cake day: June 17th, 2023

help-circle
    1. Purchase spare chromebook
    2. Purchase spare SIM
    3. Get TOTP working with spare SIM, link FOSS authenticator app, delink phone number.
    4. Throw away SIM.
    5. Get a flash drive, wipe, load videos on it.
    6. Go to public location, sign into Google account from there, upload video.
    7. Remove battery from Chrome book after uploading video, only ever plug it into power in the proximity of WiFi hotspots which can’t be traced to you.
    8. Preferably don’t bring your phone with you since they can track you through that















  • K3s is an embedded Kubernetes distribution by a Californian company called Rancher, which is owned by the Enterprise Linux Giant SUSE.

    Kubernetes works on the idea of masters and workers. I.e. you usually cannot bring up (“schedule”) containers (pods) on the master nodes (control nodes for brevity). K3s does away with such limitations, meaning you can just run one VM with k3s and run containers on top.

    Although if Kubernetes is too hard I would push you towards Podman.

    I do not know the extrapolation for CSI but Longhorn is a storage backend of Kubernetes for persistent storage across nodes