Git Product home page Git Product logo

Comments (3)

nareshv avatar nareshv commented on June 14, 2024

@CayoEduardo are you using this inside docker ? Can you see if the 8090 port is exposed outside container ?

from cruise-control-ui.

CayoEduardo avatar CayoEduardo commented on June 14, 2024

I'm using on Kubernetes and Port 8090 is exposed through a service

Pods

NAME                                 READY   STATUS      RESTARTS   AGE
cruise-control-cbdd6bf54-g2l6r       1/1     Running     0          3h27m
kafka-0                              1/1     Running     0          11h
kafka-1                              1/1     Running     0          11h
kafka-2                              1/1     Running     0          11h
pzoo-0                               1/1     Running     1          11h
pzoo-1                               1/1     Running     1          11h
pzoo-2                               1/1     Running     1          11h
topic-cruise-control-metrics-wh9v8   0/1     Completed   0          10h
zoo-0                                1/1     Running     1          11h
zoo-1                                1/1     Running     1          11h
Services
NAME                             TYPE        CLUSTER-IP      EXTERNAL-IP   PORT(S)             AGE
bootstrap                        ClusterIP   10.96.103.198   <none>        9092/TCP            11h
broker                           ClusterIP   None            <none>        9092/TCP            11h
cruise-control                   NodePort    10.109.61.166   <none>        8090:31396/TCP      11h
cruise-control-cbdd6bf54-g2l6r   NodePort   10.111.84.171   <none>        8090/TCP            3m21s
pzoo                             ClusterIP   None            <none>        2888/TCP,3888/TCP   11h
zoo                              ClusterIP   None            <none>        2888/TCP,3888/TCP   11h
zookeeper                        ClusterIP   10.97.6.206     <none>        2181/TCP            11h

from cruise-control-ui.

CayoEduardo avatar CayoEduardo commented on June 14, 2024

I solved the issue. Although the port was beeing exposed, i needed to port forward using kubectl port-forward svc/cruise-control 8090:8090 then i could access on my browser through http://localhost:8090

from cruise-control-ui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.