Tech Talks

Kubernetes Requests, Limits, and Autoscalers: How They (Sometimes Don't) Work Together — step-by-step Kubernetes tutorial on Progressive Robot

Kubernetes Requests, Limits, and Autoscalers: How They (Sometimes Don’t) Work Together

Did you know that setting the wrong requests and limits for pods can crash your entire cluster? See a breakdown of the interconnected parts involved with automating a Kubernetes configuration, from defining requests and limits, to understanding the complex nature of autoscalers and schedulers. Learn best practices on balancing these automated tools to assist rather than hinder your application infrastructure.

Read more
Next.js Authentication — step-by-step Databases tutorial on Progressive Robot

Next.js Authentication

Learn how to authenticate your Next.js apps using NextAuth.js, an open source authentication tool that’s flexible, easy to use, and secure, while using Postgres as your database.

Read more
CHAT