Update _index.md

This commit is contained in:
Ramiro Batista da Luz
2018-07-12 09:19:46 -07:00
committed by Denise
parent 0831cf5b71
commit c7a074d7e7
@@ -27,7 +27,7 @@ Kubernetes divides workloads into different types. The most popular types suppor
- [DaemonSets](https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/)
_Daemonsets_ ensures that every node in the cluster runs a copy of pod. For use cases where where you're collecting logs or monitoring node performance, this daemon-like workload works best.
_Daemonsets_ ensures that every node in the cluster runs a copy of pod. For use cases where you're collecting logs or monitoring node performance, this daemon-like workload works best.
- [Jobs](https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/)
@@ -60,4 +60,4 @@ There are several types of services available in Rancher. The descriptions below
- **LoadBalancer**
>Exposes the service externally using a cloud provider’s load balancer. `NodePort` and `ClusterIP` services, to which the external load balancer will route, are automatically created.
>Exposes the service externally using a cloud provider’s load balancer. `NodePort` and `ClusterIP` services, to which the external load balancer will route, are automatically created.