You are browsing a read-only backup copy of Wikitech. The live site can be found at wikitech.wikimedia.org
Kubernetes/Service ports: Difference between revisions
Jump to navigation
Jump to search
imported>Legoktm m (Legoktm moved page Service ports to Kubernetes/Service ports: Move under Kubernetes/) |
imported>JMeybohm mNo edit summary |
||
(8 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{Kubernetes nav}} | {{Kubernetes nav}} | ||
In general, new services should '''reserve TLS ports in the <tt>4000-5000</tt> port range'''. Old services will be moved over that range as soon as practically possible | In general, new services should '''reserve TLS ports in the <tt>4000-5000</tt> port range'''. Old services will be moved over that range as soon as practically possible. | ||
Line 8: | Line 7: | ||
|- | |- | ||
! Port !! Service | ! Port !! Service | ||
|- | |- style="color: red;" | ||
| | | 2737 || apertium (legacy) | ||
|- | |- | ||
| 4001 || mathoid | | 4001 || mathoid | ||
Line 27: | Line 20: | ||
| 4005 || linkrecommendation | | 4005 || linkrecommendation | ||
|- | |- | ||
|4006 | | 4006 || linkrecommendation-external | ||
|linkrecommendation-external | |||
|- | |- | ||
| 4007 || rdf-streaming-updater | | 4007 || rdf-streaming-updater | ||
|- | |- | ||
|4008 | | 4008 || shellbox | ||
|shellbox | |||
|- | |- | ||
|4009 | | 4009 || image-suggestion-api | ||
|image-suggestion-api | |- | ||
| 4010 || shellbox-constraints | |||
|- | |||
| 4011 || toolhub | |||
|- | |||
| 4012 || shellbox-timeline | |||
|- | |||
| 4013 || apple-search | |||
|- | |||
| 4014 || shellbox-syntaxhighlight | |||
|- | |||
| 4015 || shellbox-media | |||
|- | |- | ||
| 4030 || proton / chromium-render | | 4030 || proton / chromium-render | ||
Line 48: | Line 50: | ||
| 4105 || tegola-vector-tiles | | 4105 || tegola-vector-tiles | ||
|- | |- | ||
|4110 | | 4110 || similarusers | ||
|similarusers | |||
|- | |- | ||
|4111 | | 4111 || miscweb | ||
|miscweb | |||
|- | |- | ||
| 4392 || eventgate-logging-external | | 4392 || eventgate-logging-external | ||
|- | |- | ||
|4444 | | 4444 || mwdebug | ||
|mwdebug | |||
|- | |- | ||
| | | 4492 || eventgate-main | ||
|- | |- | ||
| | | 4592 || eventgate-analytics | ||
|- | |- | ||
| 4692 || eventgate-analytics-external | | 4692 || eventgate-analytics-external | ||
Line 67: | Line 66: | ||
| 4892 || eventstreams | | 4892 || eventstreams | ||
|- | |- | ||
|4992 | | 4992 || eventstreams-internal | ||
|eventstreams-internal | |||
|- | |- | ||
| | | 4632 || recommendation-api | ||
|- | |- | ||
| 4969 || zotero | | 4969 || zotero | ||
|- | |- | ||
| | | 4737 || apertium | ||
| | |- | ||
| 4200 || xhgui | |||
|- | |- | ||
| | | 4667 || calculator-service | ||
|- | |- | ||
| | | 4666 || blubberoid | ||
|- style="color: red;" | |||
| 7200 || changeprop-jobqueue | |||
|- style="color: red;" | |||
| 7272 || changeprop | |||
|- style="color: red;" | |||
| 8081 || sessionstore | |||
|- style="color: red;" | |||
| 8082 || echostore | |||
|- style="color: red;" | |||
| 8087 || api-gateway | |||
|- style="color: red;" | |||
| 9632 || recommendation-api (legacy) | |||
|- style="color: red;" | |||
| 30012 || Istio Ingressgateway (tcp-istiod) | |||
|- style="color: red;" | |||
| 30021 || Istio Ingressgateway (status-port) | |||
|- style="color: red;" | |||
| 30080 || Istio Ingressgateway (HTTP) | |||
|- style="color: red;" | |||
| 30443 || Istio Ingressgateway (HTTPS) | |||
|- style="color: red;" | |||
| 31443 || Istio Ingressgateway (TLS, SNI) | |||
|- style="color: red;" | |||
| 34192 || eventgate-main (legacy) | |||
|- style="color: red;" | |||
| 35192 || eventgate-analytics (legacy) | |||
|} | |} |
Revision as of 08:17, 25 November 2021
In general, new services should reserve TLS ports in the 4000-5000 port range. Old services will be moved over that range as soon as practically possible.
Port | Service |
---|---|
2737 | apertium (legacy) |
4001 | mathoid |
4002 | cxserver |
4003 | citoid |
4004 | termbox |
4005 | linkrecommendation |
4006 | linkrecommendation-external |
4007 | rdf-streaming-updater |
4008 | shellbox |
4009 | image-suggestion-api |
4010 | shellbox-constraints |
4011 | toolhub |
4012 | shellbox-timeline |
4013 | apple-search |
4014 | shellbox-syntaxhighlight |
4015 | shellbox-media |
4030 | proton / chromium-render |
4101 | wikifeeds |
4102 | mobileapps |
4104 | push-notifications |
4105 | tegola-vector-tiles |
4110 | similarusers |
4111 | miscweb |
4392 | eventgate-logging-external |
4444 | mwdebug |
4492 | eventgate-main |
4592 | eventgate-analytics |
4692 | eventgate-analytics-external |
4892 | eventstreams |
4992 | eventstreams-internal |
4632 | recommendation-api |
4969 | zotero |
4737 | apertium |
4200 | xhgui |
4667 | calculator-service |
4666 | blubberoid |
7200 | changeprop-jobqueue |
7272 | changeprop |
8081 | sessionstore |
8082 | echostore |
8087 | api-gateway |
9632 | recommendation-api (legacy) |
30012 | Istio Ingressgateway (tcp-istiod) |
30021 | Istio Ingressgateway (status-port) |
30080 | Istio Ingressgateway (HTTP) |
30443 | Istio Ingressgateway (HTTPS) |
31443 | Istio Ingressgateway (TLS, SNI) |
34192 | eventgate-main (legacy) |
35192 | eventgate-analytics (legacy) |