Latest Articles
How to limit Kubernetes resources (CPU & Memory)
We can add a limit (quota) to different Kubernetes resources such as CPU, memory, hugepages for containers. We can restrict a soft and hard limit to these …
Beginners guide to learn Kubernetes Architecture
Kubernetes Cluster Architecture contains a controller (master) and worker node. There are three main components in the Kubernetes Cluster i.e. Nodes, Pods and …
Kubernetes ReplicaSet & ReplicationController Beginners Guide
Kubernetes ReplicaSet and ReplicationController (deprecated) are used to scale the number of Pods and make sure the minimum number of Pods are always running.
Kubernetes labels, selectors & annotations with examples
Kubernetes provides labels, selectors and annotations to organize the cluster nodes. These are mostly used with replication controllers and replica sets in a …
4 ways to SSH & SCP via proxy (jump) server in Linux
You can use either ProxyCommand or ProxyJump with ssh and scp respectively to connect target host or transfer files through any jump host with examples.
