[ https://jira.fiware.org/browse/HELP-16381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fernando Lopez reassigned HELP-16381: ------------------------------------- > [fiware-stackoverflow] I want to deploy fiware draco on kubernetes cluster > -------------------------------------------------------------------------- > > Key: HELP-16381 > URL: https://jira.fiware.org/browse/HELP-16381 > Project: Help-Desk > Issue Type: Monitor > Components: FIWARE-TECH-HELP > Reporter: Backlog Manager > Assignee: Backlog Manager > Labels: fiware, kubernetes > > Created question in FIWARE Q/A platform on 28-11-2019 at 15:11 > {color: red}Please, ANSWER this question AT{color} https://stackoverflow.com/questions/59090855/i-want-to-deploy-fiware-draco-on-kubernetes-cluster > +Question:+ > I want to deploy fiware draco on kubernetes cluster > +Description:+ > Here is my service.yaml for deploying fiware draco on kubernetes. > kind: Service > apiVersion: v1 > metadata: > name: draco > spec: > ports: > - name: "9090" > port: 9090 > targetPort: 9090 > - name: "5050" > port: 5050 > targetPort: 5050 > selector: > app: draco > externalIPs: > And below is the deployment.yaml: > apiVersion: apps/v1 > kind: Deployment > metadata: > annotations: > kompose.cmd: kompose convert > kompose.version: 1.16.0 (0c01309) > creationTimestamp: null > labels: > io.kompose.service: draco > name: draco > spec: > selector: > matchLabels: > app: draco > replicas: 3 > strategy: > type: Recreate > template: > metadata: > creationTimestamp: null > labels: > io.kompose.service: draco > app: draco > spec: > containers: > - image: ging/fiware-draco > name: draco > env: > - name: NIFI_WEB_HTTP_PORT > value: "9090" > - containerPort: 9090 > - containerPort: 5050 > resources: {} > restartPolicy: Always > status: {} > Error showing while telnet my port 5050 but telnet of port 9090 is working fine. > telnet 192.168.100.153 9090 > Trying 192.168.100.153... > Connected to 192.168.100.153. > Escape character is '^]'. > telnet 192.168.100.153 5050 > Trying 192.168.100.153... > telnet: connect to address 192.168.100.153: Connection refused -- This message was sent by Atlassian JIRA (v6.4.1#64016)
You can get more information about our cookies and privacy policies clicking on the following links: Privacy policy Cookies policy