

Creating Internal Load Balancer(ILB) in Google Cloud Platform(GCP) is easy and it is used to distribute the load across VM instances. In this guide we will see how to create TCP/UDP Load Balancer using managed and unmanaged instances. Continue reading
Liveness and Readiness probes are required in Kubernetes deployment to prevent deadlock of your application deployed and zero missing request while pod is initializing. When probe is configured in kubernetes deployment, each pod will go through probe conditions.
Liveness and readiness probes will be applicable to new pod which is created by horizontal pod autoscaling (hpa)
We are going to learn how to configure probes in kubernetes deployment:
Liveness probe: It will take care of the container when it is in deadlock or application not running by restarting container
Readiness probe: It will take care of the pod when to join the service to serve traffic Continue reading
High availability (HA) is the ability to make our application continuously operational without any failures. By configuring Pod Anti-affinity and Pod disruption budget together will make stateful or stateless application pods to highly available during any of the below scenarios:
In this blog, We are going to configure both pod anti-affinity and Pod disruption budget for the kubernetes deployment Continue reading
© 2025 TechnoDare – Simplified in Learning Technologies
Theme by Anders Noren — Up ↑