Kubernetes Part 6 of n : Health Checks / Readiness Probes / Scaling Deployments - Online Free Computer Tutorials.

'Software Development, Games Development, Mobile Development, iOS Development, Android Development, Window Phone Development. Dot Net, Window Services,WCF Services, Web Services, MVC, MySQL, SQL Server and Oracle Tutorials, Articles and their Resources

Tuesday, June 26, 2018

Kubernetes Part 6 of n : Health Checks / Readiness Probes / Scaling Deployments

So this post will continue to build upon our example pod/deployment/service that we have been using for the entire series of posts. Just a reminder the rough outline is as follows: What is Kubernetes / Installing Minikube What are pods/labels, declaring your first pod Services Singletons, such as a DB ConfigMaps/Secrets LivenessProbe/ReadinessProbe/Scaling Deployments (this post) Where is the code again? And here is the code : https://github.com/sachabarber/KubernetesExamples the code for this one is in the https://github.com/sachabarber/KubernetesExamples/tree/master/Post6_SimpleServiceStackPod_HealthChecks area And here is the Docker Cloud repo that builds on what we did last time, but adds some more stuff for this post :https://hub.docker.com/r/sachabarber/sswebapp-post-6/ What did we talk about last time? Last time we looked at config maps/secrets. So what is this post about? This time we will focus our attention on the following Liveness probes Readingess probes Scaling Deployments Liveness Probes Liveness probes are used by Kubernetes to work out whether a container is deemed healthy.


I guess you came to this post by searching similar kind of issues in any of the search engine and hope that this resolved your problem. If you find this tips useful, just drop a line below and share the link to others and who knows they might find it useful too.

Stay tuned to my blogtwitter or facebook to read more articles, tutorials, news, tips & tricks on various technology fields. Also Subscribe to our Newsletter with your Email ID to keep you updated on latest posts. We will send newsletter to your registered email address. We will not share your email address to anybody as we respect privacy.


This article is related to

kubernetes

No comments:

Post a Comment