#kubernetes
Read more stories on Hashnode
Articles with this tag
Let’s see a general architecture Here the nginx server runs in its own pod within the frontend namespace, then we have our backend API . That’s...
Securing Kube-api server Kube-api is the center of everything with which we contact using kubectl. So, we need to ensure the security of kube-api...
Let’s start with a sceneario Assume that there is a voting between dog lover and cat lovers And your friend “Nayeem” is a cat lover. She doesn’t want...
Assume you team wants to release a new feature for an app but it takes a lot of time to fix bugs, test them etc. To solve this issue, we can use...
Readiness Probes If the scheduler can’t find the node to place the pod, it remains in the pending state. Once the pod is scheduled, it goes into a...
Autoscaling It means that the services can be scaled up or down depending on needs. To achieve true cloud native autoscaling, three things are...