Meshing with Kubernetes
Throughout this entire chapter, I've only mentioned Kubernetes once, and that was in passing. This is partly due to my loathness of Kubernetes and the number of hours I've struggled with the technology. However, service orchestrators such as Kubernetes (or Nomad) definitely have a place in the world of service mesh. In fact, many people don't think about service mesh unless it is within the realm of one of these application orchestration tools. We aren't going to get into the details of Kubernetes for a number of reasons (some of which I've already mentioned). However, I do want to address why service mesh is so important within this arena.
Application orchestration provides an entire operating environment in which our applications reside. Once deployed within the environment, the primary job of the orchestrator is to ensure that the desired number of instances are operating and that the resources are being managed. The application...