updated 04-certificate-authority

This commit is contained in:
Xander Grzywinski
2019-05-23 14:31:28 -07:00
parent c7847fd1e0
commit c40325fe76
2 changed files with 9 additions and 12 deletions

View File

@@ -17,9 +17,9 @@ The Kubernetes [networking model](https://kubernetes.io/docs/concepts/cluster-ad
> Setting up network policies is out of scope for this tutorial.
### Virtual Private Cloud Network
### Virtual Network
In this section a dedicated [Virtual Network](https://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-overview) (VNET) network will be setup to host the Kubernetes cluster. A subnet must be provisioned with an IP address range large enough to assign a private IP address to each node in the Kubernetes cluster.
In this section a dedicated [Virtual Network](https://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-overview) (VNET) will be setup to host the Kubernetes cluster. A subnet must be provisioned with an IP address range large enough to assign a private IP address to each node in the Kubernetes cluster.
Create the `kubernetes-the-hard-way` custom VNET network and subnet: