tree: fa07a31bad18a89ed01f81357b548304de8737df [path history] [tgz]
  1. quarkus/
  2. spring/
  3. Readme.md
karavan-demo/expose-pod-service/Readme.md
  1. These examples expose NodePort service for the Integration.
  2. Services can be listed by executing command
    kubectl get svc
    
  3. The integration code creates a TCP listener. You can connect to it using any TCP client like telnet.
    telnet your-node-ip Nodeport
    
  4. Tcp connection can be disconnected by typing quit