May 2024

Configure Memory and CPU Quotas for a Namespace

Requests and limits   Requests: It means minimum amount of resource it can consume (request). Kubernetes Schedular will check the node if it can create a pod with this minimum resource? Limits: It means, maximum amount of request container can demand. The kubelet (and container runtime) enforce the limit. If application inside the container demands …

Configure Memory and CPU Quotas for a Namespace Read More »

Multus CNI

Multus CNI By default, Kubernetes supports a single network interface! For some scenario, we need to implement two or three interfaces in the PODs, so that we can connect to different backend services. Multus is an open-source CNI (Container Network Interface) plug-in for Kubernetes that lets you attach multiple network interfaces to a single pod …

Multus CNI Read More »

Scroll to Top