facing issue in kubernetes cluster. After 255 nodes it stops scaling up further. Seems like nw configuration issue. Can you please help how to extend scalability beyond 250 nodes?
@chayanjana202 жыл бұрын
great
@K21Academy2 жыл бұрын
Thanks, keep watching!
@mnitin113 жыл бұрын
Well, I tried the same and encountered that the azure-vote-front pods are going into CrashLoopBackOff. What do I do to fix this?
@Yogic-ignition2 жыл бұрын
How can we host the loadbalancer in a secured IP (HTTPS)?
@K21Academy2 жыл бұрын
Hi We can expose any application using both http and https loadbalancers. Please follow the below link to learn how to use a https LB: learn.microsoft.com/en-us/azure/application-gateway/ingress-controller-expose-service-over-http-https#expose-services-over-https Hope this helps Thanks & regards Team k21
@JosiahWarren Жыл бұрын
nice . but a redis is a "permanent "database and is "used" as a cache.
@K21Academy Жыл бұрын
Hi Redis is primarily an in-memory data structure store that can persist data to disk, allowing for durability and data persistence even after a restart or power loss. However, the primary focus of Redis is its in-memory performance, and it is optimized for rapid data access rather than long-term storage. Here we are using a docker image of redis not as cache. Hope this helps. Regards Team K21Academy
Pls post the sample yaml file which was demonstrated
@samayrathod74472 жыл бұрын
only one node is formed in bash
@K21Academy Жыл бұрын
Hi, the video is quite old now. Would recommend you to watch this newly updated video. Check out the playlist here : kzbin.info/aero/PLuVrvwRQWy6QQDBe11vKD-haZZr7MLvPB Make sure to Subscribe to our channel for more such detailed videos. Regards Team K21Academy
@santoshgade7422 Жыл бұрын
Pls post the sample yaml file
@K21Academy Жыл бұрын
Please check this : github.com/Azure-Samples/azure-voting-app-redis/blob/master/azure-vote-all-in-one-redis.yaml Thanks