Update website/source/docs/guides/kubernetes-reference.html.md

This commit is contained in:
kaitlincarter-hc 2019-04-03 13:41:09 -05:00 committed by GitHub
parent e2aba3b567
commit 92f28b4026
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ it will be discoverable by Consul like any other service in the datacenter.
### Network Security
Finally, you should consider securing your Consul datacenter with
[ACLs](bootrapping). ACLs should be used with [Consul
[ACLs](/consul/advanced/day-1-operations/production-acls). ACLs should be used with [Consul
Connect](https://www.consul.io/docs/platform/k8s/connect.html) to secure
service to service communication. The Kubernetes cluster should also be
secured.