Minor corrections

Miguel Veloso 2019-08-21 11:42:38 +01:00
parent b2f43e818d
commit 74456e61c4

@ -235,11 +235,11 @@ To delete eShop deployments you can use this command:
helm delete --purge $(helm ls --all --short eshop)
```
### Explore internal services
## Explore internal services
You can expose internal services by using [NodePorts](https://kubernetes.io/docs/concepts/services-networking/service/#nodeport) (among some other options)
To expose the SQL Server service and the RabbitMQ admin port, you can run the following script, from the `k8s` folder:
To expose the SQL Server service and the RabbitMQ admin port, when deploying to local Kubernetes, you can run the following script, from the `k8s` folder:
```powershell
.\deploy-nodeports.ps1