Top 5 Kubernetes Scaling Mistakes That Will Break Your Cluster:
Only Using Horizontal Pod Autoscaler (HPA)
• HPA scales pods, but what if your nodes are full? Your pods won’t scale at all!
• Sol...
Managing too many Kubernetes clusters? 😩 Been there. When your infra grows wild, merging clusters can reduce costs, simplify security, and cut DevOps headaches—but only if done right.Here’s how...
Intro
I'm deploying a cluster of Elixir with 5 to 7 nodes (dev env, in prod each node is a deployment and have 1 or more replicas) on Kubernetes(K8s), our system is using EasyRpc (a :erpc wra...
My hands-on experience with “Cyclops” to deploy applications on kubernetes clusters.
[Image courtesy Cyclops GitHub page]
Introduction
Few days ago I discovered Cyclops, a UI interface to ...
Before moving ahead, let's decide good website where we can work easily, I have chosen Play with docker website which will make our task easy.After successful login, you will directed to interface giv...