• 0 Posts
  • 12 Comments
Joined 2 years ago
cake
Cake day: June 8th, 2023

help-circle








  • CubitOom@infosec.pubtoTechnology@lemmy.world*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    2 months ago

    Schools are surveilling kids. (Full stop)

    I think it’s important to ask some basic questions to all affected school district superintendents.

    1. Why is the school resorting to surveilling my child?
    2. What data is collected on my child?
    3. Who do the schools share my child’s information with?
    4. How is my child’s data collected?
    5. When is my child’s data deleted?

    I’m sure you an come up with more.





  • I would say that if you are going to host it at home then kubenetes is more complex. Bare metal kubernetes control plane management has some pitfalls. But if you were to use a cloud provider like linode or digital ocean and use their kubernetes service, then only real extra complexity is learning how to manage Kubernetes which is minimal.

    There is a decent hardware investment needed to run kubernetes if you want it to be fully HA (which I would argue means it needs to be a minimum of 2 clusters of 3 nodes each on different continents) but you could run a single node cluster with autoscaling at a cloud provider if you don’t need HA. I will say it’s nice not to have to worry about a service failing periodically as it will just transfer to another node in a few seconds automatically.