forked from wordshaker/katacoda-scenarios
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e16078f
commit eb1ae87
Showing
3 changed files
with
14 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
Welcome to your first Katacoda Scenario! | ||
## Overview | ||
|
||
This course will cover how to set up Grafana, Graphite, Carbon and StatsD on Docker. It implements an API which returns status codes for demonstrations purposes. | ||
|
||
The resulting working system created during this scenario is not production ready. It is useful for a local system, proof of concepts and practising with monitoring. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
This is your first step. | ||
|
||
## Task | ||
A [network](https://docs.docker.com/engine/reference/commandline/network_create/#connect-containers) enables docker containers, services and workloads to connect together. We set up the network for StatsD, Graphite and Grafana to talk to each other. | ||
|
||
Create Network: | ||
For the purpose of this exercise we will be using the default from of network - a bridge. This is typical for applications that are running in standalone containers that need to communicate with each other. | ||
|
||
## Task | ||
|
||
For the purpose of this task enter the following command into the terminal | ||
|
||
`docker network create monitoring`{{execute}} |