Skip to content

Commit

Permalink
Merge pull request #5258 from mattjmcnaughton/mattjmcnaughton/add-lin…
Browse files Browse the repository at this point in the history
…ks-to-cassandra-example-previous-knowledge

Add links to cassandra example objectives
  • Loading branch information
chenopis authored Sep 5, 2017
2 parents db2d983 + e9ca01a commit 8d79723
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/tutorials/stateful-application/cassandra.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ The docker is based on `debian:jessie` and includes OpenJDK 8. This image includ
{% endcapture %}

{% capture objectives %}
* Create and Validate a Cassandra headless `Service`.
* Use a `StatefulSet` to create a Cassandra ring.
* Validate the `StatefulSet`.
* Modify the `StatefulSet`.
* Delete the `StatefulSet` and its `Pods`.
* Create and Validate a Cassandra headless [Services](/docs/concepts/services-networking/service/).
* Use a [StatefulSet](/docs/concepts/workloads/controllers/statefulset/) to create a Cassandra ring.
* Validate the [StatefulSet](/docs/concepts/workloads/controllers/statefulset/).
* Modify the [StatefulSet](/docs/concepts/workloads/controllers/statefulset/).
* Delete the [StatefulSet](/docs/concepts/workloads/controllers/statefulset/) and its [Pods](/docs/concepts/workloads/pods/pod/).
{% endcapture %}

{% capture prerequisites %}
Expand Down

0 comments on commit 8d79723

Please sign in to comment.