sjwiesman commented on a change in pull request #9192: [FLINK-12749] [docs] 
[examples] Initial Version of Flink Cluster Playground
URL: https://github.com/apache/flink/pull/9192#discussion_r305938241
 
 

 ##########
 File path: docs/getting-started/docker-playgrounds/flink_cluster_playground.md
 ##########
 @@ -23,5 +23,658 @@ specific language governing permissions and limitations
 under the License.
 -->
 
+There are many ways to deploy and operate Apache Flink in various 
environments. Regardless of this
+variety, the fundamental building blocks of a Flink Cluster remain the same 
and similar
+operational principles apply.
+
+This docker compose-based playground will get you started with Apache Flink 
operations quickly and
+will briefly introduce you to the main components that make up a Flink Cluster.
+
 * This will be replaced by the TOC
 {:toc}
+
+## Anatomy of this Playground
+
+This playground consists of a long living
+[Flink Session Cluster]({{ site.baseurl 
}}/concepts/glossary.html#flink-session-cluster) and a Kafka
+Cluster.
+
+A Flink Cluster always consists of a 
+[Flink Master]({{ site.baseurl }}/concepts/glossary.html#flink-master) and one 
or more 
+[Flink TaskManagers]({{ site.baseurl 
}}/concepts/glossary.html#flink-taskmanager). The Flink Master 
+is responsible to handle Job submissions, the supervision of Jobs as well as 
resource 
 
 Review comment:
   ```suggestion
   is responsible for handling Job submissions, the supervision of Jobs as well 
as resource 
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to