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>JMeybohm No edit summary |
imported>Dzahn |
||
(8 intermediate revisions by 7 users not shown) | |||
Line 7: | Line 7: | ||
|- | |- | ||
! Port !! Service | ! Port !! Service | ||
|- | |- | ||
| 4001 || mathoid | | 4001 || mathoid | ||
Line 32: | Line 30: | ||
| 4011 || toolhub | | 4011 || toolhub | ||
|- | |- | ||
|4012 | | 4012 || shellbox-timeline | ||
|shellbox- | |- | ||
| 4013 || apple-search | |||
|- | |||
| 4014 || shellbox-syntaxhighlight | |||
|- | |- | ||
| | | 4015 || shellbox-media | ||
| | |||
|- | |- | ||
| | |4016 | ||
| | |developer-portal | ||
|- | |- | ||
| 4030 || proton / chromium-render | | 4030 || proton / chromium-render | ||
Line 54: | Line 54: | ||
|- | |- | ||
| 4111 || miscweb | | 4111 || miscweb | ||
|- | |||
| 4200 || xhgui | |||
|- | |- | ||
| 4392 || eventgate-logging-external | | 4392 || eventgate-logging-external | ||
Line 62: | Line 64: | ||
|- | |- | ||
| 4592 || eventgate-analytics | | 4592 || eventgate-analytics | ||
|- | |||
| 4666 || blubberoid | |||
|- | |||
| 4667 || calculator-service | |||
|- | |- | ||
| 4692 || eventgate-analytics-external | | 4692 || eventgate-analytics-external | ||
|- | |||
| 4737 || apertium | |||
|- | |- | ||
| 4892 || eventstreams | | 4892 || eventstreams | ||
|- | |- | ||
| 4632 || recommendation-api | | 4632 || recommendation-api | ||
Line 73: | Line 79: | ||
| 4969 || zotero | | 4969 || zotero | ||
|- | |- | ||
| | |4970 | ||
|function-orchestrator | |||
|- | |- | ||
| | |4971 | ||
|function-evaluator | |||
|- | |- | ||
| | | 4992 || eventstreams-internal | ||
|- | |- style="color: red;" | ||
| | | 7200 || changeprop-jobqueue | ||
|- | |- style="color: red;" | ||
| | | 7272 || changeprop | ||
| | |||
|- style="color: red;" | |- style="color: red;" | ||
| 8081 || sessionstore | | 8081 || sessionstore | ||
Line 91: | Line 98: | ||
|- style="color: red;" | |- style="color: red;" | ||
| 9632 || recommendation-api (legacy) | | 9632 || recommendation-api (legacy) | ||
|- style="color: red;" | |||
| 34192 || eventgate-main (legacy) | |||
|- style="color: red;" | |||
| 35192 || eventgate-analytics (legacy) | |||
|} | |||
Services considered part of the underlying infrastructure may derive from the above standard to stand out | |||
{| class="wikitable sortable" | |||
|- | |||
! Port !! Service | |||
|- | |- | ||
|30012 | | 30012 || Istio Ingressgateway (tcp-istiod; not open, just blocked) | ||
|Istio Ingressgateway (tcp-istiod) | |||
|- | |- | ||
|30021 | | 30021 || Istio Ingressgateway (status-port; not open, just blocked) | ||
|Istio Ingressgateway (status-port) | |||
|- | |- | ||
|30080 | | 30080 || Istio Ingressgateway (HTTP) | ||
|Istio Ingressgateway (HTTP) | |||
|- | |- | ||
|30443 | | 30443 || Istio Ingressgateway (HTTPS) | ||
|Istio Ingressgateway (HTTPS) | |||
|- | |- | ||
|31443 | | 31443 || Istio Ingressgateway (TLS, SNI) | ||
|Istio Ingressgateway (TLS, SNI | |||
|} | |} |
Latest revision as of 21:02, 4 April 2022
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 |
---|---|
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 |
4016 | developer-portal |
4030 | proton / chromium-render |
4101 | wikifeeds |
4102 | mobileapps |
4104 | push-notifications |
4105 | tegola-vector-tiles |
4110 | similarusers |
4111 | miscweb |
4200 | xhgui |
4392 | eventgate-logging-external |
4444 | mwdebug |
4492 | eventgate-main |
4592 | eventgate-analytics |
4666 | blubberoid |
4667 | calculator-service |
4692 | eventgate-analytics-external |
4737 | apertium |
4892 | eventstreams |
4632 | recommendation-api |
4969 | zotero |
4970 | function-orchestrator |
4971 | function-evaluator |
4992 | eventstreams-internal |
7200 | changeprop-jobqueue |
7272 | changeprop |
8081 | sessionstore |
8082 | echostore |
8087 | api-gateway |
9632 | recommendation-api (legacy) |
34192 | eventgate-main (legacy) |
35192 | eventgate-analytics (legacy) |
Services considered part of the underlying infrastructure may derive from the above standard to stand out
Port | Service |
---|---|
30012 | Istio Ingressgateway (tcp-istiod; not open, just blocked) |
30021 | Istio Ingressgateway (status-port; not open, just blocked) |
30080 | Istio Ingressgateway (HTTP) |
30443 | Istio Ingressgateway (HTTPS) |
31443 | Istio Ingressgateway (TLS, SNI) |