ports: - port: 80 targetPort: 8080 protocol: TCP name: http - port: 443 targetPort: 8443 protocol: TCP name: https selector: app: my-app ``` 这里的`my-service`是目标服务的名称,`8080`和`8443`是容器中应用程序的端口。 步骤五:配置Ingress Controller 配置Ingress Controller以支持HTTPS。具体...
Is port 8080 HTTP or HTTPS? HTTPS protocol transfers encrypted data to port 443. On the other hand, as HTTP transfer data as plain text, port 80 or 8080 can receive them on the web server. The port number identifies each protocol and allows more organized communication. As a result, port...
proxy.exe http -t tcp -p ":8080" -T tls -P "22.22.22.22:38080" -C proxy.crt -K proxy.key 然后设置你的windos系统中,需要通过代理上网的程序的代理为http模式,地址为:127.0.0.1,端口为:8080,程序即可通过加密通道通过vps上网。 1.4.HTTP三级代理(加密) 一级HTTP代理VPS_01,IP:22.22.22.22 proxy ...
HealthCheckConnectPort integer 否 健康检查使用的端口。 取值:1~65535。 说明 当HealthCheck 值为on 时才会有效。 8080 HealthCheckHttpCode string 否 健康检查正常的 HTTP 状态码,多个状态码用半角逗号(,)分割。 取值:http_2xx或http_3xx或http_4xx或http_5xx。 说明 在HealthCheck 值为o...
kubesre.com http: paths: - path: /info pathType: Prefix backend: service: name: demo-svc port: number: 8080 ingressClassName: nginx $ kubectl apply -f ingress.yml ingress.networking.k8s.io/demo configured 验证: 代码语言:javascript 代码运行次数:0 复制Cloud Studio 代码运行 # 出现400错误...
Then access the local port 8080 is to access the proxy port 38080 on the VPS. Secondary HTTP proxy (local windows) ./proxy.exe http -t tcp -p ":8080" -T tls -P "22.22.22.22:38080" -C proxy.crt -K proxy.key Then set your windos system, the proxy that needs to go through the...
proxy.exe http -t tcp -p ":8080" -T tls -P "22.22.22.22:38080" -C proxy.crt -K proxy.key Then set your windos system, the proxy that needs to go through the proxy Internet program is http mode, the address is: 127.0.0.1, the port is: 8080, the program can access the Intern...
- containerPort: 8080 protocol: TCP --- apiVersion: v1 kind: Service metadata: name: https-svc namespace: default spec: ports: - name: port1 port: 443 protocol: TCP targetPort: 8080 selector: app: https-deploy sessionAffinity: None type: ClusterIP --- apiVersion: networking.k8s.io/...
HealthCheckConnectPort integer 否 健康检查使用的端口。 取值:1~65535。 说明 当HealthCheck 值为on 时才会有效。 8080 HealthCheckInterval integer 否 健康检查的时间间隔。单位:秒。 取值:1~50。 说明 在HealthCheck 值为on 时才会有效。 5 HealthCheckHttpCode string 否 健康检查正常的 HTTP 状态码,多个状...
--publish 8080:8080 \ --publish 50000:50000 \ --volume jenkins-data:/var/jenkins_home \ --volume jenkins-docker-certs:/certs/client:ro \ --volume "$HOME":/home \ --restart=on-failure \ --env JAVA_OPTS="-Dhudson.plugins.git.GitSCM.ALLOW_LOCAL_CHECKOUT=true" \ myjenkins...