Posts List
Posts Slider
Health
Economy
Posts Carousel
Latest News
CKAD: NetworkPolicy
Question: There are 3 Pods, "web", "db" and "ckad-netpol-newpod", are running under namespace ckad-netpol.Task: Pod ckad-netpol-newpod in the ckad-netpol namespace to use a NetworkPolicy allowing...
StatefulSet
In this comprehensive video, we dive deep into the concept of StatefulSets in Kubernetes. You may have heard about Deployments, but StatefulSets offer a unique...
Linux Foundation discount exam coupons
Linux Foundation: Discount exam coupons 40% Discount Coupon: use code K8S10YEARS at checkoutHurry Up: Offer Ends Soon, July 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...
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...