• 0 Posts
  • 16 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle



  • The relief is targeted at people who enrolled in income-driven repayment (IDR) plans, which allow student loan debts to be forgiven by the federal government once payments have been made for 20 or 25 years, depending on the plan.

    But because of well-documented errors in tracking payments, many borrowers enrolled in IDR plans have been left paying well beyond their payment end dates, with no forgiveness in sight.

    Let’s read that again. No changes in policy are happening, the Biden administration is literally just applying the literal basic terms of the already-on-the-books-and-already-lawful repayment plan to nearly a million people who were supposed to have their debts forgiven already.














  • Yeah, but there are trimmed down versions of kubernetes that are suitable for single node deployments, and at the end of the day, I’m not especially interested in knowing a special, different, other tool + yaml based config file format to run containers on a single node versus several nodes.

    Container orchestration across a single node = running containers on that node = same use case as Docker. You can even use images off Docker hub. K8s does everything Docker does and more.

    While you can kind of use Docker/Docker Swarm to manage containers across multiple nodes, it’s a really, really terrible experience.