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 (remove unnecessary section header) |
imported>Dzahn |
||
(12 intermediate revisions by 7 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 7: | Line 7: | ||
|- | |- | ||
! Port !! Service | ! Port !! Service | ||
|- | |- | ||
| 4001 || mathoid | | 4001 || mathoid | ||
Line 26: | Line 18: | ||
| 4005 || linkrecommendation | | 4005 || linkrecommendation | ||
|- | |- | ||
|4006 | | 4006 || linkrecommendation-external | ||
|linkrecommendation-external | |||
|- | |- | ||
| 4007 || rdf-streaming-updater | | 4007 || rdf-streaming-updater | ||
|- | |- | ||
|4008 | | 4008 || shellbox | ||
|shellbox | |- | ||
| 4009 || image-suggestion-api | |||
|- | |||
| 4010 || shellbox-constraints | |||
|- | |- | ||
| | | 4011 || toolhub | ||
| | |||
|- | |- | ||
| | | 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 50: | Line 51: | ||
| 4105 || tegola-vector-tiles | | 4105 || tegola-vector-tiles | ||
|- | |- | ||
|4110 | | 4110 || similarusers | ||
|similarusers | |||
|- | |- | ||
|4111 | | 4111 || miscweb | ||
| | |- | ||
| 4200 || xhgui | |||
|- | |- | ||
| 4392 || eventgate-logging-external | | 4392 || eventgate-logging-external | ||
|- | |- | ||
|4444 | | 4444 || mwdebug | ||
| | |- | ||
| 4492 || eventgate-main | |||
|- | |||
| 4592 || eventgate-analytics | |||
|- | |- | ||
| | | 4666 || blubberoid | ||
|- | |- | ||
| | | 4667 || calculator-service | ||
|- | |- | ||
| 4692 || eventgate-analytics-external | | 4692 || eventgate-analytics-external | ||
|- | |||
| 4737 || apertium | |||
|- | |- | ||
| 4892 || eventstreams | | 4892 || eventstreams | ||
|- | |- | ||
|4992 | | 4632 || recommendation-api | ||
|eventstreams-internal | |- | ||
| 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;" | |||
| 8081 || sessionstore | |||
|- style="color: red;" | |||
| 8082 || echostore | |||
|- style="color: red;" | |||
| 8087 || api-gateway | |||
|- style="color: red;" | |||
| 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 || 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) | ||
|} | |} |
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) |