Can't run deployment from under rancher

12/23/2019

I have used ADO Azure to deploy a first microservice to rancher I can see it active and running. Let's say under https://ms-dev.company.com/group/my-service-name/swagger-ui.htm

I can see the latest API from my service. But when I attempt to run, I get a NOT Found error

<html>
    <head><title>404 Not Found</title></head>
    <body>
         <center><h1>404 Not Found</h1></center>
         <hr><center>nginx/1.15.10</center>
     </body>
</html>

Have I not finished setting up rancher?

-- Dmitriy Ryabin
kubernetes
microservices
rancher

0 Answers