Archives for Kubernetes
What is pod affinity in Kubernetes?
Pod affinity in Kubernetes is a concept that allows you to influence the scheduling of pods in such a way that they are placed on nodes with other pods that…
How to update autoscale configuration in Kubernetes?
What is autoscale in Kubernetes? Let's understand autoscaling with an example. If you have a web application and during specific time you got lot's of viewer and the rest of…