Cyberithub

5 Practical Steps to Create and Use ReplicaSet in Kubernetes with Examples

5 Practical Steps to Create and Use ReplicaSet in Kubernetes with Examples 19

In this article I will take you through 5 practical steps to create and use ReplicaSet in kubernetes with examples. ReplicaSet is an important concept brought up in Kubernetes to make sure that the required resources(pods) are always available. It is known to be the successor of Replication Controller. Without ReplicaSet if you have to ... Read more

Horizontal Scale Up/Down the Pods Based on CPU Utilization in Kubernetes

Horizontal Scale Up/Down the Pods Based on CPU Utilization in Kubernetes 20

In this tutorial, we will look into 3 methods to horizontal scale up/down the pods based on CPU utilization in Kubernetes. Scaling is a feature which is used extensively in Kubernetes technology where resources can be increased or decreased depending upon the current Server workload. There are basically two types of scaling - Horizontal and ... Read more