Kubernetes Part 5 of n : Config Maps and Secrets - 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 5 of n : Config Maps and Secrets

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 (this post) LivenessProbe/ReadinessProbe/Scaling Deployments 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/Post5_SimpleServiceStackPod_ConfigMapsSecrets 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-5/ What did we talk about last time? Last time we continued to use services, but last time we showed how you can use service to expose a singleton, such as a database, where we expect there only to be a single pod behind the service.


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