AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Setting Resource Requests and Limits for Kubernetes Clusters
Kubernetes is basically everything based on resource request. If you don't set your resource requests and limits, Kubernetes will assume that they are best effort pods. It can kill your pod if it's using more than what you have requested. When those nodes get full, our resources no longer have their resources to perform the workloads we actually intend to do.