Basic Architecture Configuration
The basic cluster specification above when deployed would run all tasks on all pods.
Pros:
Easy to get started, since we only need to specify configurations for one set of cluster pods (aka node pool)
Cheap, since it may be more efficient if we don't need to run many separate pods to achieve the same amount of work
Cons:
Can't scale individual logical LogScale components independently
Figure 3. Kubernetes Installation Basic Architecture
Note
Network communication isn't fully shown. There is communication across zones for LogScale and Kafka pods.