Istio accessing ServiceEntry host cannot be resolved

Scenario: now there is an httpbin service directly registered in the grid through service entry, but the domain name cannot be resolved by using. The following is the actual error. We need to solve the problem now / # curl httpbin.remote:30655/ip curl: (6) Could not resolve host: httpbin.remote First check for Configure DNS apiVersion: inst ...

Posted by jimpat on Tue, 08 Mar 2022 08:14:27 +0100

istio-1.6.13 installation, deployment and use

1, What is istio Cloud platforms benefit companies that use them. But it is undeniable that going to the cloud will put pressure on the DevOps team. In order to be portable, developers must use microservices to build applications. At the same time, operation and maintenance personnel are also managing extremely large hybrid cloud and multi ...

Posted by mrdeadman on Sun, 30 Jan 2022 13:13:29 +0100

The third generation microservice architecture: a practical case of blog microservice based on Go, supporting distributed transactions

This is a blog micro service Demo based on Golang, which can be deployed in kubernetes istio cluster with one click, and supports distributed transactions. Project address: github.com/jxlwqq/blog-microservic... , welcome to Star and PR. framework Kiali Console directory structure Mainly follow Standard Go Project Layout Recommended directo ...

Posted by srividya on Wed, 05 Jan 2022 13:01:54 +0100