Skip to content

Instantly share code, notes, and snippets.

View pbohman's full-sized avatar

Pete Bohman pbohman

View GitHub Profile
"name": "0.0.0.0_443",
"active_state": {
"version_info": "2020-06-12T01:08:27Z/12",
"listener": {
"@type": "type.googleapis.com/envoy.api.v2.Listener",
"name": "0.0.0.0_443",
"address": {
"socket_address": {
"address": "0.0.0.0",
"port_value": 443
Testing protocols via sockets except NPN+ALPN
SSLv2 not offered (OK)
SSLv3 not offered (OK)
TLS 1 offered
TLS 1.1 offered
TLS 1.2 offered (OK)
TLS 1.3 offered (OK): final
NPN/SPDY not offered
ALPN/HTTP2 h2, http/1.1 (offered)
[
{
"name": "10.2.3.108_9000",
"address": {
"socketAddress": {
"address": "10.2.3.108",
"portValue": 9000
}
},
"filterChains": [
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: tcp-echo-pod
spec:
replicas: 2
selector:
matchLabels:
app: tcp-echo
version: v1