Comments on: Microservices with Kubernetes and Docker https://piotrminkowski.com/2017/03/31/microservices-with-kubernetes-and-docker/ Java, Spring, Kotlin, microservices, Kubernetes, containers Wed, 16 Sep 2020 22:04:09 +0000 hourly 1 https://wordpress.org/?v=6.9.1 By: Piotr Mińkowski https://piotrminkowski.com/2017/03/31/microservices-with-kubernetes-and-docker/#comment-217 Sun, 26 Aug 2018 20:29:56 +0000 https://piotrminkowski.wordpress.com/?p=1863#comment-217 In reply to Asha Rajan.

Yes, I have also deployed it as a service

]]>
By: Asha Rajan https://piotrminkowski.com/2017/03/31/microservices-with-kubernetes-and-docker/#comment-216 Thu, 23 Aug 2018 22:53:04 +0000 https://piotrminkowski.wordpress.com/?p=1863#comment-216 Can you update the steps here. To create user in mongo db .

]]>
By: Asha Rajan https://piotrminkowski.com/2017/03/31/microservices-with-kubernetes-and-docker/#comment-215 Thu, 23 Aug 2018 22:29:45 +0000 https://piotrminkowski.wordpress.com/?p=1863#comment-215 In reply to Piotr Mińkowski.

Do we need to create a Mongo DB datastore? I thought the deployment should deploy mongoDB as a service using the docker image

]]>
By: Service Mesh with Istio on Kubernetes in 5 steps – Piotr's TechBlog https://piotrminkowski.com/2017/03/31/microservices-with-kubernetes-and-docker/#comment-214 Fri, 13 Apr 2018 17:29:43 +0000 https://piotrminkowski.wordpress.com/?p=1863#comment-214 […] I have already described how to configure Minikube on your local machine in this article: Microservices with Kubernetes and Docker. When installing Istio on Minikube we should first enable some Minikube’s plugins during […]

]]>
By: Running Vert.x Microservices on Kubernetes/OpenShift – Piotr's TechBlog https://piotrminkowski.com/2017/03/31/microservices-with-kubernetes-and-docker/#comment-213 Tue, 20 Mar 2018 12:15:19 +0000 https://piotrminkowski.wordpress.com/?p=1863#comment-213 […] Kubernetes – is an open-source system for automating deployment, scaling, and management of containerized applications. Now, even Docker platform decided to get support for Kubernetes, although they are promoting their own clustering solution – Docker Swarm. You may easily run it locally using Minikube. However, we won’t use it this time. You can read interesting article about creating Spring Boot microservices and running them on Minikube here: Microservices with Kubernetes and Docker. […]

]]>
By: sailakshmi https://piotrminkowski.com/2017/03/31/microservices-with-kubernetes-and-docker/#comment-211 Sat, 16 Dec 2017 08:34:44 +0000 https://piotrminkowski.wordpress.com/?p=1863#comment-211 In reply to Piotr Mińkowski.

Can you update the steps here. To create user in mongo db

]]>
By: Piotr Mińkowski https://piotrminkowski.com/2017/03/31/microservices-with-kubernetes-and-docker/#comment-212 Sat, 16 Dec 2017 08:33:39 +0000 https://piotrminkowski.wordpress.com/?p=1863#comment-212 In reply to sailakshmi.

I have created user o Mongo with MongoClient

]]>
By: Piotr Mińkowski https://piotrminkowski.com/2017/03/31/microservices-with-kubernetes-and-docker/#comment-210 Wed, 15 Nov 2017 20:02:41 +0000 https://piotrminkowski.wordpress.com/?p=1863#comment-210 In reply to sp.

Well, did you run Mongo on docker? Then you need to create user for authentication. After all you should create account and customer collections

]]>
By: Piotr Mińkowski https://piotrminkowski.com/2017/03/31/microservices-with-kubernetes-and-docker/#comment-209 Wed, 15 Nov 2017 20:00:15 +0000 https://piotrminkowski.wordpress.com/?p=1863#comment-209 In reply to Ganesh Kumar.

Ok, but did you create an application, expose it as services etc.?

]]>
By: sp https://piotrminkowski.com/2017/03/31/microservices-with-kubernetes-and-docker/#comment-208 Fri, 10 Nov 2017 20:35:48 +0000 https://piotrminkowski.wordpress.com/?p=1863#comment-208 Piotr, good example. Shows strengths of kubernetes well. I’ve gotten the docker containers up and running, but am getting auth issues on Mongo access. New to mongo, so pls elaborate on „create collection on mongo database and user micro/micro „

]]>