Search: "tcp 80"
How to Install Nextcloud Talk Using Docker on Alibaba Cloud blog
port 80/tcp and 443/tcp. You can enable these ports while creating ECS instance, but in case if you have forgotten to unblock ...
Step 2: Release the latest version of a service - Container Service for Kubernetes Documentation
protocol: TCP restartPolicy: Always --- apiVersion: v1 kind: Service metadata: name: new-nginx spec: ports: - port: 80 ...
Simple routing - supports HTTP and HTTPS - Container Service Documentation
in the cluster to the backend. Port 80 is exposed at the frontend, and port 9080 is exposed on the machines of all the backend ...
ECS Security Groups Configuring Guide blog
port 80```, ```Allow access to port 443``` and ```Allow access to port 80``` to allow access from the Internet. For details about ...
Accessing Presto through Gateway blog
the proxy to map the port 9090 of Gateway ## to the port 9090 of emr-header-1.cluster-xxxx listen prestojdbc: 9090 mode tcp ...
How to Install and Deploy Kubernetes on Ubuntu 16.04 blog
: `kubectl create service nodeport apache --tcp=80:80` Now, list out the current services by running the following command ...