Remove “Configure Your Cloud Provider's Firewalls”

Removing this page as it doesn't meet the Kubernetes website
content guidelines
https://kubernetes.io/docs/contribute/style/content-guide/
This commit is contained in:
Tim Bannister
2020-06-03 22:43:52 +01:00
parent a8a5a5ac32
commit fc25b8e38e
2 changed files with 5 additions and 111 deletions
@@ -83,7 +83,11 @@ The deploy wizard expects that you provide the following information:
A [Deployment](/docs/concepts/workloads/controllers/deployment/) will be created to maintain the desired number of Pods across your cluster.
- **Service** (optional): For some parts of your application (e.g. frontends) you may want to expose a [Service](/docs/concepts/services-networking/service/) onto an external, maybe public IP address outside of your cluster (external Service). For external Services, you may need to open up one or more ports to do so. Find more details [here](/docs/tasks/access-application-cluster/configure-cloud-provider-firewall/).
- **Service** (optional): For some parts of your application (e.g. frontends) you may want to expose a [Service](/docs/concepts/services-networking/service/) onto an external, maybe public IP address outside of your cluster (external Service).
{{< note >}}
For external Services, you may need to open up one or more ports to do so.
{{< /note >}}
Other Services that are only visible from inside the cluster are called internal Services.