Comments on: Service Mesh with Istio on Kubernetes in 5 steps https://piotrminkowski.com/2018/04/13/service-mesh-with-istio-on-kubernetes-in-5-steps/ Java, Spring, Kotlin, microservices, Kubernetes, containers Tue, 15 Dec 2020 09:10:57 +0000 hourly 1 https://wordpress.org/?v=6.9.1 By: Piotr Mińkowski https://piotrminkowski.com/2018/04/13/service-mesh-with-istio-on-kubernetes-in-5-steps/#comment-449 Thu, 03 Jan 2019 10:31:28 +0000 https://piotrminkowski.wordpress.com/?p=6398#comment-449 In reply to Marco.

Hi Marco. I have 16GB and 4GB reserved for VM with minikube. But I thing 3GB should be fine.

]]>
By: Marco https://piotrminkowski.com/2018/04/13/service-mesh-with-istio-on-kubernetes-in-5-steps/#comment-448 Thu, 03 Jan 2019 08:48:23 +0000 https://piotrminkowski.wordpress.com/?p=6398#comment-448 Hi Piotr. Can I ask you the ammount of Ram on your environment to run Istio on Windows?
I have 8Gb and 3Gb allocated and I got the disk used at 100% with Hyper-V virtual Machine memory swapping.
I guess I need more memory but I’m not sure.
Thanks!

]]>
By: Piotr Mińkowski https://piotrminkowski.com/2018/04/13/service-mesh-with-istio-on-kubernetes-in-5-steps/#comment-447 Sun, 20 May 2018 17:11:32 +0000 https://piotrminkowski.wordpress.com/?p=6398#comment-447 In reply to Reader.

Hello,
Kubernetes dynamically allocates virtual IPs for pods. So, the port is always the same, but internal IP address is different within the same service.

]]>
By: Reader https://piotrminkowski.com/2018/04/13/service-mesh-with-istio-on-kubernetes-in-5-steps/#comment-446 Thu, 17 May 2018 14:48:16 +0000 https://piotrminkowski.wordpress.com/?p=6398#comment-446 Hello,
Thanks for the nice post.
Just one question here in source code we can see the port is hardcoded for the service, shouldn’t be it some where in the configuration and we should given only service name ? What if the service is running on different port ?
String response = restTemplate.getForObject(„http://callme-service:8091/callme/ping”, String.class);

]]>
By: Microservices traffic management using Istio on Kubernetes – Piotr's TechBlog https://piotrminkowski.com/2018/04/13/service-mesh-with-istio-on-kubernetes-in-5-steps/#comment-445 Wed, 09 May 2018 09:56:53 +0000 https://piotrminkowski.wordpress.com/?p=6398#comment-445 […] configuration between two microservices deployed on Kubernetes in one of my previous articles: Service Mesh with Istio on Kubernetes in 5 steps. You can refer to this article if you are interested in the basic information about Istio, and its […]

]]>